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-26T00:10:08.405Z||main|||||INFO|500||The following profiles are active: basic
2023-03-26T00:10:19.163Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-26T00:10:19.164Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-26T00:10:19.308Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-26T00:10:21.938Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-26T00:10:22.181Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-26T00:10:22.562Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-26T00:10:22.888Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-26T00:10:23.742Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-26T00:10:26.643Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-26T00:10:27.142Z||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-26T00:10:29.482Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-26T00:10:29.593Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-26T00:10:29.629Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-26T00:10:29.639Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-26T00:10:30.240Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-26T00:10:30.607Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-26T00:10:31.760Z||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-26T00:10:32.960Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-26T00:10:32.960Z||main|||||ERROR|500||(conn=843) Table 'catalogdb.activity_spec' doesn't exist
2023-03-26T00:10:32.973Z||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-26T00:10:35.484Z||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-26T00:10:37.793Z||main|||||WARN|500||---
2023-03-26T00:10:37.794Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-26T00:10:37.794Z||main|||||WARN|500||---
2023-03-26T00:10:38.183Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-26T00:10:42.729Z||main|||||INFO|500||Started Application in 40.337 seconds (JVM running for 43.545)
2023-03-26T00:10:42.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-26T00:10:42.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-26T00:10:42.764Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-26T00:10:42.847Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9e73bc53-1524-465a-a933-dbe164301f87 url= /sdc/v1/artifactTypes
2023-03-26T00:10:42.851Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-26T00:10:43.024Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-26T00:10:43.078Z||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-26T00:10:43.079Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-26T00:10:43.080Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a0e5ff89-0798-4f1c-99d9-a44e4acce223 url= /sdc/v1/distributionKafkaData
2023-03-26T00:10:43.081Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-26T00:10:43.117Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-26T00:10:43.123Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@7dc8c115
2023-03-26T00:10:43.195Z||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-ef8bb484-bb65-4f90-b690-450eed6da08f
	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-26T00:10:43.250Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Instantiated an idempotent producer.
2023-03-26T00:10:43.382Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-26T00:10:43.439Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-26T00:10:43.440Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-26T00:10:43.440Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679789443435
2023-03-26T00:10:43.446Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-26T00:10:43.471Z||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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4
	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-26T00:10:43.634Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-26T00:10:43.634Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-26T00:10:43.634Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679789443634
2023-03-26T00:10:43.635Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:10:43.638Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:10:43.639Z||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-768d2988-cce7-4001-a5cb-d7938111514f
	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-26T00:10:43.655Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-26T00:10:43.656Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-26T00:10:43.657Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679789443655
2023-03-26T00:10:43.657Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:10:43.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:10:43.669Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-26T00:10:44.841Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T00:10:44.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T00:10:44.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T00:10:44.843Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T00:10:44.843Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T00:10:44.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:44.843Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T00:10:44.844Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:44.844Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:44.845Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:44.845Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:44.846Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:44.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cluster ID: gMF7g9pGSbmkPXU9uG6anA
2023-03-26T00:10:44.846Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Cluster ID: gMF7g9pGSbmkPXU9uG6anA
2023-03-26T00:10:44.846Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Cluster ID: gMF7g9pGSbmkPXU9uG6anA
2023-03-26T00:10:44.848Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-26T00:10:44.848Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-26T00:10:44.848Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] ProducerId set to 2004 with epoch 0
2023-03-26T00:10:44.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T00:10:44.871Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T00:10:44.953Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-63b96998-0eea-4b19-abd7-cae817478f98
2023-03-26T00:10:44.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:44.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T00:10:44.954Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b
2023-03-26T00:10:44.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:10:44.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T00:10:50.964Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T00:10:50.964Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-63b96998-0eea-4b19-abd7-cae817478f98', protocol='range'}
2023-03-26T00:10:51.038Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:51.038Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:51.038Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:51.038Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:51.039Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:51.040Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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 wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T00:10:51.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-63b96998-0eea-4b19-abd7-cae817478f98=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T00:10:51.066Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-63b96998-0eea-4b19-abd7-cae817478f98', protocol='range'}
2023-03-26T00:10:51.066Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T00:10:51.067Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:51.068Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:10:51.071Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:51.072Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:10:51.086Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-26T00:10:51.087Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-26T00:10:51.087Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-26T00:10:51.087Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-26T00:10:51.087Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-26T00:10:51.087Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-26T00:10:51.086Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-26T00:10:51.090Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-26T00:10:51.091Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-26T00:10:51.091Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-26T00:10:51.092Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-26T00:10:51.092Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-26T00:10:51.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:51.122Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:51.161Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:51.161Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:51.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:51.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T00:10:51.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:10:51.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:10:51.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:10:51.206Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:10:51.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:10:51.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T00:11:43.646Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:11:43.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:12:43.647Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:12:43.664Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:13:43.649Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:13:43.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:14:43.650Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:14:43.666Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:15:43.652Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:15:43.667Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:16:43.653Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:16:43.669Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:17:43.655Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:17:43.669Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:18:43.656Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:18:43.671Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:19:43.658Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:19:43.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:19:44.982Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Node -1 disconnected.
2023-03-26T00:19:44.982Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node -1 disconnected.
2023-03-26T00:19:45.125Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Node -1 disconnected.
2023-03-26T00:20:25.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-26T00:20:43.659Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:20:43.673Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:21:43.661Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:21:43.674Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:22:43.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:22:43.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:23:43.663Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:23:43.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:24:43.664Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:24:43.676Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:25:43.665Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:25:43.677Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:26:43.666Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:26:43.678Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:27:43.667Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:27:43.679Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:28:43.668Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:28:43.680Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:29:43.670Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:29:43.681Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:30:43.671Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:30:43.682Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:31:43.671Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:31:43.682Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:32:43.672Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:32:43.684Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:33:43.673Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:33:43.685Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:34:43.674Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:34:43.685Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:35:43.675Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:35:43.686Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:36:43.676Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:36:43.688Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:37:43.678Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:37:43.688Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:38:43.678Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:38:43.689Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:39:43.680Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:39:43.690Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:40:43.680Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:40:43.691Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:41:43.682Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:41:43.691Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:42:43.682Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:42:43.693Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:43:43.684Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:43:43.693Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:44:43.686Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:44:43.695Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:45:43.687Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:45:43.696Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:46:43.688Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:46:43.697Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:47:43.689Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:47:43.698Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:48:43.691Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:48:43.698Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:49:43.692Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:49:43.699Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:50:43.694Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:50:43.700Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:51:43.696Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:51:43.702Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:52:43.697Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:52:43.703Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:53:43.698Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:53:43.704Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:54:43.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:54:43.705Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:55:43.700Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:55:43.707Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:56:43.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:56:43.708Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:57:43.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:57:43.709Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:58:43.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:58:43.710Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T00:59:43.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T00:59:43.711Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:00:43.706Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:00:43.712Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:01:43.706Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:01:43.713Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:02:43.707Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:02:43.715Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:03:43.709Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:03:43.716Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:04:43.709Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:04:43.717Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:05:43.711Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:05:43.718Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:06:43.712Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:06:43.719Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:07:43.712Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:07:43.719Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:08:43.713Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:08:43.720Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:09:43.715Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:09:43.721Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:10:43.717Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:10:43.721Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:11:43.719Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:11:43.723Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:12:43.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:12:43.724Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:13:43.722Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:13:43.725Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:14:43.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:14:43.726Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:15:43.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:15:43.726Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:16:43.724Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:16:43.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:17:43.726Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:17:43.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:18:43.727Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:18:43.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:19:43.728Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:19:43.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:20:43.729Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:20:43.731Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:21:43.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:21:43.731Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:22:43.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:22:43.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:23:43.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:23:43.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:24:43.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:24:43.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:25:43.732Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:25:43.734Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:26:43.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:26:43.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:27:43.735Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:27:43.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:28:43.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:28:43.736Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:29:43.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:29:43.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:30:43.737Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:30:43.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:31:43.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:31:43.739Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:32:43.740Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:32:43.741Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:33:43.741Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:33:43.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:34:43.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:34:43.742Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:35:43.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:35:43.743Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:36:43.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:36:43.743Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:37:43.743Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:37:43.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:38:43.745Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:38:43.745Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:39:43.746Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:39:43.746Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:40:43.747Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:40:43.748Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:41:43.748Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:41:43.749Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:42:43.749Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:42:43.750Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:43:43.750Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:43:43.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:44:43.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:44:43.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:45:43.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:45:43.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:46:43.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:46:43.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:47:43.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:47:43.754Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:48:43.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:48:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:49:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:49:43.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:50:43.757Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:50:43.758Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:51:43.758Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:51:43.759Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:52:43.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:52:43.760Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:53:43.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:53:43.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:54:43.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:54:43.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:55:43.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:55:43.762Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:56:43.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:56:43.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:57:43.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:57:43.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:58:43.764Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:58:43.765Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T01:59:43.766Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T01:59:43.767Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:00:43.766Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:00:43.767Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:01:43.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:01:43.769Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:02:43.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:02:43.769Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:03:43.770Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:03:43.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:04:43.771Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:04:43.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:05:43.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:05:43.771Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:06:43.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:06:43.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:07:43.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:07:43.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:08:43.775Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:08:43.775Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:09:43.776Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:09:43.776Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:10:43.776Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:10:43.777Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:11:43.777Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:11:43.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:12:43.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:12:43.779Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:13:43.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:13:43.780Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:14:43.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:14:43.781Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:15:43.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:15:43.781Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:16:43.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:16:43.782Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:17:43.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:17:43.783Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:18:43.783Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:18:43.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:19:43.784Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:19:43.785Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:20:43.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:20:43.786Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:21:43.787Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:21:43.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:22:43.787Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:22:43.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:23:43.789Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:23:43.789Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:24:43.789Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:24:43.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:25:43.790Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:25:43.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:26:43.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:26:43.791Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:27:43.793Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:27:43.794Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:28:43.794Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:28:43.794Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:29:43.794Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:29:43.796Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:30:43.796Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:30:43.796Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:31:43.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:31:43.799Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:32:43.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:32:43.799Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:33:43.801Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:33:43.801Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:34:43.801Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:34:43.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:35:43.803Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:35:43.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:36:43.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:36:43.804Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:37:43.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:37:43.805Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:38:43.805Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:38:43.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:39:43.806Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:39:43.806Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:40:43.806Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:40:43.807Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:41:43.808Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:41:43.808Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:42:43.809Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:42:43.810Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:43:43.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:43:43.810Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:44:43.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:44:43.812Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:45:43.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:45:43.813Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:46:43.814Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:46:43.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:47:43.814Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:47:43.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:48:43.816Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:48:43.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:49:43.817Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:49:43.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:50:43.818Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:50:43.818Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:51:43.819Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:51:43.820Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:52:43.819Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:52:43.820Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:53:43.819Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:53:43.822Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:54:43.821Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:54:43.823Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:55:43.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:55:43.823Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:56:43.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:56:43.823Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:57:43.823Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:57:43.825Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:58:43.824Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:58:43.825Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T02:59:43.824Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T02:59:43.826Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:00:43.824Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:00:43.826Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:01:43.824Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:01:43.827Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:02:43.824Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:02:43.828Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:03:43.826Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:03:43.828Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:04:43.826Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:04:43.829Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:05:43.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:05:43.830Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:06:43.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:06:43.830Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:07:43.829Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:07:43.830Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:08:43.831Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:08:43.831Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:09:43.831Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:09:43.831Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:10:43.831Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:10:43.832Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:11:43.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:11:43.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:12:43.834Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:12:43.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:13:43.834Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:13:43.834Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:14:43.835Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:14:43.835Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:15:43.835Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:15:43.836Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:16:43.835Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:16:43.836Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:17:43.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:17:43.838Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:18:43.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:18:43.838Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:19:43.838Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:19:43.840Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:20:43.839Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:20:43.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:21:43.840Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:21:43.841Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:22:43.841Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:22:43.841Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:23:43.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:23:43.841Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:24:43.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:24:43.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:25:43.844Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:25:43.845Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:26:43.845Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:26:43.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:27:43.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:27:43.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:28:43.847Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:28:43.848Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:29:43.849Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:29:43.849Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:30:43.849Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:30:43.851Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:31:43.850Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:31:43.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:32:43.851Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:32:43.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:33:43.852Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:33:43.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:34:43.853Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:34:43.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:35:43.853Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:35:43.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:36:43.855Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:36:43.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:37:43.856Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:37:43.856Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:38:43.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:38:43.858Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:39:43.858Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:39:43.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:40:43.860Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:40:43.860Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:41:43.860Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:41:43.861Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:42:43.861Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:42:43.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:43:43.863Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:43:43.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:44:43.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:44:43.863Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:45:43.864Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:45:43.864Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:46:43.864Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:46:43.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:47:43.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:47:43.866Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:48:43.866Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:48:43.867Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:49:43.867Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:49:43.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:50:43.868Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:50:43.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:51:43.869Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:51:43.869Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:52:43.870Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:52:43.871Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:53:43.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:53:43.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:54:43.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:54:43.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:55:43.872Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:55:43.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:56:43.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:56:43.873Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:57:43.874Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:57:43.874Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:58:43.875Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T03:58:43.875Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:59:43.875Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T03:59:43.875Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:00:43.876Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:00:43.876Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:01:43.878Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:01:43.878Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:02:43.879Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:02:43.878Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:03:43.880Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:03:43.880Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:04:43.882Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:04:43.882Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:05:43.882Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:05:43.882Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:06:43.884Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:06:43.884Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:07:43.885Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:07:43.885Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:08:43.886Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:08:43.887Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:09:43.887Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:09:43.887Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:10:43.887Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:10:43.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:11:43.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:11:43.889Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:12:43.890Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:12:43.890Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:13:43.890Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:13:43.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:14:43.891Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:14:43.891Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:15:43.893Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:15:43.893Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:16:43.893Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:16:43.893Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:17:43.894Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:17:43.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:18:43.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:18:43.896Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:19:43.896Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:19:43.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:20:43.898Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:20:43.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:21:43.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:21:43.898Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:22:43.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:22:43.899Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:23:43.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:23:43.900Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:24:43.901Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:24:43.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:25:43.902Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:25:43.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:26:43.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:26:43.902Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:27:43.903Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:27:43.903Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:28:43.903Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:28:43.904Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:29:43.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:29:43.905Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:30:43.905Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:30:43.905Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:31:43.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:31:43.907Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:32:43.908Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:32:43.909Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:33:43.909Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:33:43.909Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:34:43.911Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:34:43.911Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:35:43.911Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:35:43.913Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:36:43.913Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:36:43.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:37:43.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:37:43.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:38:43.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:38:43.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:39:43.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:39:43.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:40:43.916Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:40:43.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:41:43.917Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:41:43.917Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:42:43.917Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:42:43.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:43:43.918Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:43:43.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:44:43.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:44:43.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:45:43.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:45:43.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:46:43.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:46:43.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:47:43.922Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:47:43.923Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:48:43.924Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:48:43.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:49:43.925Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:49:43.925Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:50:43.925Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:50:43.927Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:51:43.926Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:51:43.927Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:52:43.927Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:52:43.928Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:53:43.928Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:53:43.928Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:54:43.929Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:54:43.930Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:55:43.930Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:55:43.930Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:56:43.931Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:56:43.932Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:57:43.932Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:57:43.932Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:58:43.932Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:58:43.932Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T04:59:43.933Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T04:59:43.933Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:00:43.934Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:00:43.934Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:01:43.935Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:01:43.935Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:02:43.936Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:02:43.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:03:43.937Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:03:43.937Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:04:43.937Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:04:43.938Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:05:43.939Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:05:43.939Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:06:43.939Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:06:43.939Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:07:43.939Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:07:43.940Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:08:43.941Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:08:43.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:09:43.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:09:43.942Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:10:43.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:10:43.943Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:11:43.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:11:43.944Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:12:43.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:12:43.944Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:13:43.945Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:13:43.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:14:43.946Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:14:43.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:15:43.947Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:15:43.948Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:16:43.948Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:16:43.949Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:17:43.949Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:17:43.949Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:18:43.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:18:43.950Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:19:43.951Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:19:43.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:20:43.951Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:20:43.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:21:43.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:21:43.952Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:22:43.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:22:43.953Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:23:43.953Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:23:43.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:24:43.954Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:24:43.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:25:43.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:25:43.955Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:26:43.956Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:26:43.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:27:43.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:27:43.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:28:43.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:28:43.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:29:43.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:29:43.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:30:43.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:30:43.959Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:31:43.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:31:43.959Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:32:43.960Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:32:43.961Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:33:43.961Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:33:43.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:34:43.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:34:43.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:35:43.962Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:35:43.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:36:43.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:36:43.964Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:37:43.964Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:37:43.964Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:38:43.965Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:38:43.966Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:39:43.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:39:43.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:40:43.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:40:43.969Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:41:43.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:41:43.969Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:42:43.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:42:43.969Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:43:43.969Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:43:43.969Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:44:43.970Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:44:43.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:45:43.970Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:45:43.971Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:40.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T05:46:40.145Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T05:46:40.158Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:46:40.163Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:40.164Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:40.164Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:40.174Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T05:46:40.174Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T05:46:40.174Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T05:46:40.174Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T05:46:40.175Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T05:46:40.175Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to wcsqkQ3pTdubNMUKUbiLRQ
2023-03-26T05:46:40.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T05:46:40.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809589336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:46:40.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:46:41.196Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:46:41.197Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:41.197Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:41.197Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:42.199Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:46:42.200Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:42.201Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:42.201Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:43.204Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:46:43.204Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:43.205Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:43.205Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:43.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:43.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T05:46:43.664Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679809551027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:46:43.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:46:44.206Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:46:44.207Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:44.207Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:44.208Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:45.209Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:46:45.209Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:45.210Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:45.210Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:46.211Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:46:46.211Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:46.212Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:46.212Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:47.215Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T05:46:47.220Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T05:46:47.221Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T05:46:47.326Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T05:46:47.326Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T05:46:47.536Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T05:46:47.537Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T05:46:47.538Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T05:46:47.538Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:47.538Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T05:46:47.538Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:47.656Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-03-26T05:46:47.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 75667
2023-03-26T05:46:47.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T05:46:47.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:47.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T05:46:47.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:47.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:47.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809607664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:48.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T05:46:48.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T05:46:48.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0, URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar to file: /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:48.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:48.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:48.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:49.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12722091748231338567/Definitions/service-BasicOnboardButbti-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-26T05:46:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BUTbTi 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-BasicOnboardButbti-csar.csar
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardButbti-csar.csar
2023-03-26T05:46:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-03-26T05:46:50.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_BUTbTi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T05:46:50.746Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_BUTbTi 0 is matching search criteria
2023-03-26T05:46:50.747Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-26T05:46:50.748Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_BUTbTi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T05:46:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_BUTbTi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T05:46:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_BUTbTi 0 is matching search criteria
2023-03-26T05:46:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-03-26T05:46:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_BUTbTi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T05:46:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_BUTbTi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T05:46:50.752Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.753Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_BUTbTi 0 is not matching search criteria
2023-03-26T05:46:50.753Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-26T05:46:50.753Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-26T05:46:50.753Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-26T05:46:50.753Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-26T05:46:50.753Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T05:46:50.753Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.753Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_BUTbTi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T05:46:50.754Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.754Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_BUTbTi 0 is matching search criteria
2023-03-26T05:46:50.754Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_BUTbTi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T05:46:50.754Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.754Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_BUTbTi 0 is matching search criteria
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_BUTbTi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_BUTbTi 0 is matching search criteria
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_BUTbTi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_BUTbTi 0 is not matching search criteria
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d60f518-d0a6-4c10-92a4-691aacfccae7
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_BUTbTi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_BUTbTi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T05:46:50.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.756Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_BUTbTi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T05:46:50.756Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T05:46:50.756Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_BUTbTi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T05:46:50.756Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_BUTbTi
Description:service
Model UUID:cb72808b-e5fa-4148-956e-afd0328a529e
Model Version:NULL
Model InvariantUuid:a973de52-26f6-4337-b11f-8d1daf794bdc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_BUTbTi
Model UUID:871a6cc1-ee30-4927-87f2-39c8dfb14ac3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbdea177-a0b9-4779-8a30-c961aeab5de0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5be5b79a-451f-4ef9-b903-7e39ca5e6f98
ModelName:BasicOnboardButbti..base_ubuntu18..module-0
ModelUuid:41207851-52b5-4449-b495-04d0e57657f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7d60f518-d0a6-4c10-92a4-691aacfccae7
ModelInvariantUuid:f3760996-f50f-4b44-b6de-da9714ea9329
ModelName:basic_onboard_BUTbTi-nodes.ubuntu18Cvfc
ModelUuid:5487d9d9-16cb-4f7c-a26d-f2cd6ed0c327
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0b5a942a-a00a-456e-b24b-152234a3f9f3
ModelInvariantUuid:10001e4b-97bf-455e-aeda-61c312278c36
ModelName:BasicOnboardButbti.compute.nodes.heat.ubuntu18
ModelUuid:904e4d4a-1ac6-4ba5-b549-03398913496d
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-26T05:46:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T05:46:50.833Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T05:46:50.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T05:46:50.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T05:46:50.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T05:46:50.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T05:46:50.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T05:46:50.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5176204d
2023-03-26T05:46:50.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T05:46:50.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T05:46:50.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T05:46:50.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T05:46:50.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T05:46:50.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T05:46:50.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:46:50.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:46:50.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809610928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:46:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T05:46:51.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:46:52.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:46:52.014Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:46:52.014Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:47:22.014Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:47:22.042Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:47:22.047Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:47:22.047Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:47:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:47:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809595137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809588867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679809585827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809589336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809588867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809595137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679809551027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679809585827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809589336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T05:47:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809588867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T05:47:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809595137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679809551027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T05:47:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679809585827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809589336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809588867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809595137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679809551027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:47:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679809585827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:47:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:47:52.048Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:47:52.077Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:47:52.083Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:47:52.083Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:48:22.083Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:48:22.109Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:48:22.114Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:48:22.114Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:48:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:48:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809589336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809588867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T05:48:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679809551027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809595137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679809585827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809589336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809588867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809595137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679809551027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679809585827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809589336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809588867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809595137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809543970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679809551027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T05:48:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679809585827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809607138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T05:48:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809608743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T05:48:43.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679809607921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T05:48:43.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809607539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T05:48:43.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809607664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T05:48:43.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809608148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T05:48:43.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809609858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T05:48:43.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.676Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809608805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.676Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679809609152,
  "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-26T05:48:43.703Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a42afef5-59b4-42fa-9c76-0cfa561f0b29
2023-03-26T05:48:43.703Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T05:48:43.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.738Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809610964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T05:48:43.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809608805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.739Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809612107,
  "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-26T05:48:43.757Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a42afef5-59b4-42fa-9c76-0cfa561f0b29
2023-03-26T05:48:43.757Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T05:48:43.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.782Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809610928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T05:48:43.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.782Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809608805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679809613111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809608805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809608805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.784Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809608805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:48:43.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.784Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809608805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809616309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809616614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.785Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "aai-model-loader",
  "timestamp": 1679809617313,
  "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-26T05:48:43.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a42afef5-59b4-42fa-9c76-0cfa561f0b29
2023-03-26T05:48:43.803Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T05:48:43.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T05:48:43.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679809617618,
  "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-26T05:48:43.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of a42afef5-59b4-42fa-9c76-0cfa561f0b29
2023-03-26T05:48:43.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T05:48:52.114Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:48:52.139Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:48:52.144Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:48:52.144Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:49:22.145Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:49:22.177Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:49:22.183Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:49:22.183Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:49:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:49:52.184Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:49:52.211Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:49:52.217Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:49:52.217Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:50:22.218Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:50:22.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:50:22.255Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:50:22.255Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:50:43.661Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:50:52.256Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:50:52.287Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:50:52.294Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:50:52.294Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:51:22.295Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:51:22.319Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:51:22.325Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:51:22.325Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:51:40.134Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:51:40.134Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-63b96998-0eea-4b19-abd7-cae817478f98 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-26T05:51:40.135Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T05:51:40.135Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T05:51:40.239Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:51:40.258Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:51:40.259Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T05:51:40.266Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T05:51:40.267Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T05:51:40.282Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T05:51:40.283Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:51:40.283Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:51:40.289Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:51:40.290Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:51:40.290Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:51:40.291Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=65, 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-26T05:51:40.291Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:51:40.291Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:51:43.662Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:51:52.326Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T05:51:52.326Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T05:51:52.338Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T05:51:52.339Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T05:52:04.019Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T05:52:04.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T05:52:04.548Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T05:52:04.552Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T05:52:04.576Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T05:52:04.854Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T05:52:04.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 05:52:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[240], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-05:52:04:229-1722], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T05:52:04.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T05:52:04.859Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T05:52:04.859Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T05:52:04.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T05:52:04.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T05:52:04.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T05:52:04.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:04.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:04.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809924872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:04.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T05:52:04.890Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809924872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T05:52:04.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T05:52:05.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:52:05.911Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T05:52:05.912Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:05.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:05.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:05.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T05:52:05.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-48d8c0af-74a0-4356-8e9b-2b1a96113c6b
2023-03-26T05:52:05.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T05:52:05.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:05.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T05:52:07.396Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:10.406Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:13.415Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:16.423Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:19.433Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:22.443Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:25.455Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:28.464Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:31.474Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:34.484Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:37.492Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:40.501Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:43.510Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:52:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:43.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:52:43.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T05:52:43.684Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-48d8c0af-74a0-4356-8e9b-2b1a96113c6b', protocol='range'}
2023-03-26T05:52:43.684Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T05:52:43.688Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T05:52:43.688Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T05:52:43.688Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T05:52:43.688Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T05:52:43.688Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T05:52:43.689Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T05:52:43.689Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-48d8c0af-74a0-4356-8e9b-2b1a96113c6b=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T05:52:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T05:52:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-48d8c0af-74a0-4356-8e9b-2b1a96113c6b', protocol='range'}
2023-03-26T05:52:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:52:43.708Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:52:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:43.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:52:43.713Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:52:43.713Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:52:43.713Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=66, 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-26T05:52:43.713Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:52:43.713Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:52:43.714Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:43.714Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:43.714Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:43.715Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:43.715Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:52:43.715Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T05:52:43.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T05:52:43.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T05:52:43.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:52:43.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:43.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:43.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:44.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:52:44.728Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:52:44.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:52:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:52:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:45.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:52:45.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:45.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:45.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:46.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:52:46.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:46.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:46.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:47.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:52:47.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:47.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:47.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:48.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:52:48.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:48.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:48.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:49.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:52:49.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:49.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:49.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:50.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T05:52:50.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T05:52:50.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T05:52:50.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T05:52:50.745Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T05:52:50.806Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T05:52:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T05:52:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T05:52:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T05:52:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T05:52:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T05:52:50.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T05:52:50.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@642e8e95
2023-03-26T05:52:50.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T05:52:50.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T05:52:50.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T05:52:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T05:52:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T05:52:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T05:52:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809970845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:51.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T05:52:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T05:52:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T05:52:51.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T05:52:51.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T05:52:51.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T05:52:51.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T05:52:51.882Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T05:52:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T05:52:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51864dfd
2023-03-26T05:52:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T05:52:51.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T05:52:51.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T05:52:51.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T05:52:51.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T05:52:51.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T05:52:51.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:52:51.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:52:51.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809971904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:52:52.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T05:52:52.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:52:52.936Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:52:52.946Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:52:52.946Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:53:22.946Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:53:22.980Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:53:22.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:53:22.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:53:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:53:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:53:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T05:53:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:53:52.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:53:53.019Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:53:53.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:53:53.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:54:23.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:54:23.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:54:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:54:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:54:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:54:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:54:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T05:54:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:54:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:54:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:54:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:54:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:54:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T05:54:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809925910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809970845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:54:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T05:54:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679809971904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T05:54:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:54:53.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:54:53.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:54:53.103Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:54:53.103Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:55:23.104Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:55:23.135Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:55:23.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:55:23.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:55:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:55:53.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:55:53.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:55:53.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:55:53.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:56:23.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:56:23.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:56:23.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:56:23.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:56:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:56:53.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:56:53.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:56:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:56:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:57:23.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:57:23.275Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:57:23.280Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:57:23.280Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:57:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:57:43.790Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:57:43.791Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-48d8c0af-74a0-4356-8e9b-2b1a96113c6b 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-26T05:57:43.792Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T05:57:43.792Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T05:57:44.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:57:44.280Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:57:44.281Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T05:57:44.288Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T05:57:44.289Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T05:57:44.305Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T05:57:44.305Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:57:44.306Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:57:44.311Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:57:44.311Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:57:44.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:57:44.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=75, 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-26T05:57:44.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:57:44.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:57:53.280Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T05:57:53.281Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T05:57:53.295Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T05:57:53.295Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T05:57:53.297Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T05:57:53.304Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T05:57:53.343Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T05:57:53.343Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cac173c2-3b83-418b-862f-07c2c9c00c95], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T05:57:53.348Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T05:57:53.526Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 05:57:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-05:57:53:001-1856], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T05:57:53.527Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T05:57:53.528Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T05:57:53.529Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T05:57:53.529Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T05:57:53.540Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T05:57:53.540Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T05:57:53.541Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T05:57:53.542Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:57:53.542Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:57:53.542Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810273541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:57:53.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T05:57:53.558Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810273541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T05:57:53.559Z||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-26T05:57:54.577Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T05:57:54.577Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T05:57:54.578Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:57:54.578Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:57:54.578Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:57:54.578Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T05:57:54.583Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3a310101-fed4-4f48-b62b-e066a1dcc56a
2023-03-26T05:57:54.584Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T05:57:54.584Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:57:54.584Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T05:57:56.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:57:59.474Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:02.483Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:05.493Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:08.502Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:11.511Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:14.520Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:17.529Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:20.538Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:23.546Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:26.555Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:29.563Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:32.574Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:35.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:38.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:41.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T05:58:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:43.676Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:58:43.677Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T05:58:43.683Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3a310101-fed4-4f48-b62b-e066a1dcc56a', protocol='range'}
2023-03-26T05:58:43.684Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T05:58:43.690Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3a310101-fed4-4f48-b62b-e066a1dcc56a=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T05:58:43.704Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3a310101-fed4-4f48-b62b-e066a1dcc56a', protocol='range'}
2023-03-26T05:58:43.704Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T05:58:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:58:43.705Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:58:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:58:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:58:43.711Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:58:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:58:43.712Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:58:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:58:43.712Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:58:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:58:43.713Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=76, 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-26T05:58:43.712Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:58:43.713Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:58:43.713Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T05:58:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T05:58:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T05:58:43.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T05:58:43.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T05:58:43.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:58:43.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:43.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:43.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T05:58:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T05:58:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:58:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:58:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:45.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:58:45.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:45.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:45.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:46.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:58:46.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:46.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:46.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:47.740Z||kafka-producer-network-thread | SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-ef8bb484-bb65-4f90-b690-450eed6da08f] Node 2 disconnected.
2023-03-26T05:58:47.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:58:47.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:47.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:47.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:48.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:58:48.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:48.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:48.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:49.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T05:58:49.745Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:49.745Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:49.745Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:50.747Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T05:58:50.747Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T05:58:50.747Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T05:58:50.748Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T05:58:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T05:58:50.803Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T05:58:50.804Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T05:58:50.804Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T05:58:50.804Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T05:58:50.804Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T05:58:50.804Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T05:58:50.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T05:58:50.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@68b735eb
2023-03-26T05:58:50.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T05:58:50.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T05:58:50.838Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T05:58:50.838Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T05:58:50.838Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T05:58:50.838Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T05:58:50.838Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:50.839Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:50.839Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810330838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:51.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T05:58:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T05:58:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T05:58:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T05:58:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T05:58:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T05:58:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T05:58:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T05:58:51.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T05:58:51.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5223ad94
2023-03-26T05:58:51.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T05:58:51.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T05:58:51.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T05:58:51.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T05:58:51.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T05:58:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T05:58:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T05:58:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T05:58:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810331896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:58:52.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T05:58:52.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:58:52.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:58:52.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:58:52.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:59:22.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:59:22.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:59:22.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:59:22.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T05:59:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T05:59:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T05:59:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T05:59:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T05:59:52.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:59:52.990Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T05:59:52.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T05:59:52.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:00:22.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:00:23.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:00:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:00:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:00:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:00:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T06:00:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:00:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:00:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T06:00:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:00:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:00:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T06:00:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:00:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:00:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810274577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810330838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T06:00:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810331896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:00:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:00:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:00:53.058Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:00:53.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:00:53.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:01:23.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:01:23.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:01:23.097Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:01:23.098Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:01:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:01:53.098Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:01:53.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:01:53.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:01:53.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:02:23.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:02:23.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:02:23.166Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:02:23.166Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:02:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:02:53.167Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:02:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:02:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:02:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:03:23.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:03:23.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:03:23.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:03:23.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:03:43.661Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:03:43.760Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:03:43.760Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3a310101-fed4-4f48-b62b-e066a1dcc56a 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-26T06:03:43.761Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:03:43.761Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:03:44.249Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:03:44.263Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:03:44.263Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:03:44.270Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:03:44.271Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:03:44.287Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:03:44.288Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:03:44.289Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:03:44.294Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:03:44.295Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:03:44.295Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:03:44.296Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=85, 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-26T06:03:44.296Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:03:44.296Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:03:53.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:03:53.240Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:03:53.250Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:03:53.251Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:03:53.252Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:03:53.259Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:03:53.292Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T06:03:53.293Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:03:53.298Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:03:53.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:03:53.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:03:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-06:03:52:949-17760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:03:53.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:03:53.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:03:53.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:03:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T06:03:53.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:03:53.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:03:53.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:03:53.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:03:53.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810633450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:03:53.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T06:03:53.469Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810633450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:03:53.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T06:03:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:03:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:03:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:03:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:03:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:03:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:03:54.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-bfd7de1d-5f30-4ac9-98ab-f896d9040900
2023-03-26T06:03:54.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T06:03:54.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:03:54.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:03:56.390Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:03:59.399Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:02.409Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:05.418Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:08.426Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:11.435Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:14.444Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:17.452Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:20.461Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:23.470Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:26.479Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:29.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:32.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:35.505Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:38.514Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:41.527Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:04:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:43.676Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:04:43.676Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:04:43.683Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-bfd7de1d-5f30-4ac9-98ab-f896d9040900', protocol='range'}
2023-03-26T06:04:43.683Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:04:43.690Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-bfd7de1d-5f30-4ac9-98ab-f896d9040900=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:04:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-bfd7de1d-5f30-4ac9-98ab-f896d9040900', protocol='range'}
2023-03-26T06:04:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:04:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:04:43.707Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:04:43.708Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:04:43.708Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:04:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:04:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:04:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:04:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:04:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:04:43.714Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:04:43.714Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:04:43.714Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:04:43.714Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:04:43.714Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=86, 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-26T06:04:43.715Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:04:43.715Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:04:43.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T06:04:43.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:04:43.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:04:43.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:43.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:43.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:04:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:44.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:04:44.729Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:04:44.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:04:45.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:04:45.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:45.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:45.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:46.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:04:46.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:46.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:46.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:47.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:04:47.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:47.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:47.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:48.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:04:48.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:48.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:48.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:49.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:04:49.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:49.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:49.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:50.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:04:50.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:04:50.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:04:50.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:04:50.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:04:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:04:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T06:04:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T06:04:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:04:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T06:04:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:04:50.827Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T06:04:50.827Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@493c0cea
2023-03-26T06:04:50.827Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:04:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:04:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:04:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:04:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:04:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:04:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810690828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:51.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:04:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T06:04:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:04:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:04:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:04:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:04:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T06:04:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:04:51.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T06:04:51.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d72cd95
2023-03-26T06:04:51.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:04:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:04:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:04:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:04:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:04:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:04:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:04:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:04:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810691897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:04:52.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:04:52.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:04:52.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:04:52.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:04:52.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:05:22.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:05:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:05:22.967Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:05:22.967Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:05:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:05:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:05:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:05:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:05:52.968Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:05:52.997Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:05:53.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:05:53.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:06:23.004Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:06:23.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:06:23.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:06:23.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:06:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:06:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:06:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:06:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:06:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:06:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:06:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:06:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:06:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:06:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810634480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810690828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:06:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810691897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:06:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:06:53.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:06:53.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:06:53.070Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:06:53.070Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:07:23.071Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:07:23.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:07:23.106Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:07:23.107Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:07:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:07:53.107Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:07:53.137Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:07:53.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:07:53.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:08:23.144Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:08:23.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:08:23.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:08:23.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:08:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:08:53.174Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:08:53.202Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:08:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:08:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:09:23.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:09:23.236Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:09:23.242Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:09:23.242Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:09:43.661Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:09:43.718Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:09:43.719Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-bfd7de1d-5f30-4ac9-98ab-f896d9040900 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-26T06:09:43.719Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:09:43.719Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:09:44.295Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:09:44.309Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:09:44.310Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:09:44.317Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:09:44.317Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:09:44.335Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:09:44.336Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:09:44.336Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:09:44.342Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:09:44.343Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:09:44.344Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:09:44.344Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=95, 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-26T06:09:44.345Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:09:44.345Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:09:53.243Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:09:53.243Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:09:53.258Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:09:53.258Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:09:53.259Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:09:53.268Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:09:53.311Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:09:53.311Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9c4bad45-af06-48ad-9115-33e732878efb], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T06:09:53.319Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:09:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:09:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-06:09:52:968-57639], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:09:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:09:53.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:09:53.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:09:53.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:09:53.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T06:09:53.470Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:09:53.470Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:09:53.470Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:09:53.471Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:09:53.471Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810993470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:09:53.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:09:53.489Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810993470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:09:53.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T06:09:54.495Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:09:54.495Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:09:54.496Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:09:54.496Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:09:54.496Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:09:54.496Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:09:54.500Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4d8c4f4f-645a-4570-b1e4-b7986e829c5b
2023-03-26T06:09:54.501Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T06:09:54.501Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:09:54.501Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:09:56.439Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:09:59.448Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:02.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:05.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:08.475Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:11.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:14.493Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:17.503Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:20.512Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:23.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:26.530Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:29.540Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:32.549Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:35.558Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:38.567Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:41.577Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:10:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:10:43.676Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:10:43.683Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4d8c4f4f-645a-4570-b1e4-b7986e829c5b', protocol='range'}
2023-03-26T06:10:43.683Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:10:43.689Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4d8c4f4f-645a-4570-b1e4-b7986e829c5b=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:10:43.704Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4d8c4f4f-645a-4570-b1e4-b7986e829c5b', protocol='range'}
2023-03-26T06:10:43.705Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:10:43.705Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:10:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:10:43.706Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:10:43.706Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:10:43.711Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:10:43.712Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:10:43.712Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:10:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:10:43.712Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:10:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:10:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:10:43.712Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:10:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=96, 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-26T06:10:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:10:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:10:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:10:43.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T06:10:43.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:10:43.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:10:43.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:43.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:43.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:10:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:10:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:10:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:45.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:10:45.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:45.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:45.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:46.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:10:46.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:46.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:46.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:47.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:10:47.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:47.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:47.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:48.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:10:48.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:48.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:48.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:49.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:10:49.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:49.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:49.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:50.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:10:50.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:10:50.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:10:50.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:10:50.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:10:50.797Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:10:50.797Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T06:10:50.797Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T06:10:50.798Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:10:50.798Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T06:10:50.798Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:10:50.834Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T06:10:50.834Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@510c3796
2023-03-26T06:10:50.834Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:10:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:10:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:10:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:10:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:10:50.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:10:50.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:50.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:50.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811050835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:10:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T06:10:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:10:51.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:10:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:10:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:10:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T06:10:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:10:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T06:10:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55f89fcf
2023-03-26T06:10:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:10:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:10:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:10:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:10:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:10:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:10:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:10:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:10:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811051898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:10:52.900Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:10:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:10:52.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:10:52.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:10:52.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:11:22.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:11:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:11:22.968Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:11:22.968Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:11:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:11:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:11:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:11:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:11:52.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:11:52.995Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:11:53.001Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:11:53.001Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:12:23.001Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:12:23.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:12:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:12:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:12:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:12:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:12:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:12:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:12:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:12:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:12:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:12:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:12:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:12:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:12:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:12:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:12:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:12:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:12:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679810994495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:12:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:12:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:12:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811050835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:12:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:12:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:12:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811051898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:12:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:12:53.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:12:53.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:12:53.069Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:12:53.069Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:13:23.069Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:13:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:13:23.099Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:13:23.099Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:13:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:13:53.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:13:53.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:13:53.133Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:13:53.133Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:14:23.134Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:14:23.166Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:14:23.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:14:23.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:14:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:14:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:14:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:14:53.203Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:14:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:15:23.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:15:23.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:15:23.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:15:23.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:15:43.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:15:43.782Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:15:43.783Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4d8c4f4f-645a-4570-b1e4-b7986e829c5b 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-26T06:15:43.783Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:15:43.783Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:15:44.250Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:15:44.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:15:44.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:15:44.272Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:15:44.273Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:15:44.289Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:15:44.289Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:15:44.289Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:15:44.294Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:15:44.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:15:44.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:15:44.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=105, 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-26T06:15:44.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:15:44.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:15:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:15:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:15:53.257Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:15:53.257Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:15:53.258Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:15:53.267Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:15:53.308Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:15:53.308Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c46a42b-b72d-4d29-ac22-1240ced5ff39], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T06:15:53.316Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:15:53.467Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:15:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-06:15:52:968-19558], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:15:53.468Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:15:53.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:15:53.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:15:53.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:15:53.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T06:15:53.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:15:53.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:15:53.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:15:53.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:15:53.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811353482,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:15:53.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:15:53.502Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811353482,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:15:53.503Z||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-26T06:15:54.510Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:15:54.510Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:15:54.511Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:15:54.511Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:15:54.511Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:15:54.511Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:15:54.516Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0fb3eeaf-9b89-424b-8ce6-af38165f638a
2023-03-26T06:15:54.516Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T06:15:54.517Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:15:54.517Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:15:56.410Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:15:59.420Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:02.429Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:05.440Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:08.449Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:11.458Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:14.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:17.476Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:20.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:23.495Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:26.504Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:29.513Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:32.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:35.532Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:38.541Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:41.550Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:16:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:16:43.676Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:16:43.682Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:16:43.683Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0fb3eeaf-9b89-424b-8ce6-af38165f638a', protocol='range'}
2023-03-26T06:16:43.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0fb3eeaf-9b89-424b-8ce6-af38165f638a=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:16:43.704Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0fb3eeaf-9b89-424b-8ce6-af38165f638a', protocol='range'}
2023-03-26T06:16:43.705Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:16:43.705Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:16:43.705Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:16:43.706Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:16:43.706Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:16:43.710Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:16:43.710Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:16:43.710Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:16:43.710Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:16:43.710Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:16:43.711Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:16:43.711Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:16:43.711Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:16:43.711Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:16:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=106, 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-26T06:16:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:16:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:16:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T06:16:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:16:43.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:16:43.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:43.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:43.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:16:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:16:44.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:16:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:16:45.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:16:45.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:45.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:45.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:46.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:16:46.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:46.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:46.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:47.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:16:47.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:47.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:47.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:48.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:16:48.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:48.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:48.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:49.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:16:49.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:49.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:49.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:50.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:16:50.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:16:50.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:16:50.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:16:50.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:16:50.793Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:16:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T06:16:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-03-26T06:16:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:16:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T06:16:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:16:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T06:16:50.832Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@519fdb83
2023-03-26T06:16:50.832Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:16:50.832Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:16:50.832Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:16:50.832Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:16:50.833Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:16:50.833Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:16:50.833Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:50.833Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:50.833Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811410832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:51.834Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:16:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T06:16:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:16:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:16:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:16:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:16:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-03-26T06:16:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:16:51.885Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-03-26T06:16:51.885Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63d8bb48
2023-03-26T06:16:51.885Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:16:51.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:16:51.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:16:51.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:16:51.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:16:51.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:16:51.887Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:16:51.887Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:16:51.887Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811411886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:16:52.888Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:16:52.888Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:16:52.914Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:16:52.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:16:52.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:17:22.920Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:17:22.949Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:17:22.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:17:22.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:17:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:17:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:17:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:17:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:17:52.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:17:52.979Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:17:52.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:17:52.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:18:22.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:18:23.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:18:23.015Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:18:23.015Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:18:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:18:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811354510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811410832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811411886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:18:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:18:53.015Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:18:53.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:18:53.046Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:18:53.046Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:19:23.047Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:19:23.076Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:19:23.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:19:23.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:19:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:19:53.083Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:19:53.110Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:19:53.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:19:53.116Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:20:23.116Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:20:23.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:20:23.148Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:20:23.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:20:43.661Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:20:53.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:20:53.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:20:53.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:20:53.183Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:21:23.184Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:21:23.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:21:23.219Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:21:23.219Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:21:43.662Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:21:43.756Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:21:43.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0fb3eeaf-9b89-424b-8ce6-af38165f638a 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-26T06:21:43.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:21:43.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:21:44.256Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:21:44.269Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:21:44.270Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:21:44.276Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:21:44.276Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:21:44.291Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:21:44.292Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:21:44.292Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:21:44.297Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:21:44.297Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:21:44.298Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:21:44.298Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=115, 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-26T06:21:44.299Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:21:44.299Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:21:53.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:21:53.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:21:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:21:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:21:53.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:21:53.241Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:21:53.273Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T06:21:53.274Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:21:53.282Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:21:53.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:21:53.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:21:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-06:21:52:933-48649], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:21:53.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:21:53.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:21:53.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:21:53.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T06:21:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:21:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:21:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:21:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:21:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811713443,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:21:53.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:21:53.462Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811713443,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:21:53.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T06:21:54.466Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:21:54.466Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:21:54.467Z||pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:21:54.467Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:21:54.467Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:21:54.467Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:21:54.472Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fdf033d2-94c3-4aa1-901b-0b9c5b247b5f
2023-03-26T06:21:54.473Z||pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T06:21:54.473Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:21:54.473Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:21:56.393Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:21:59.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:02.411Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:05.420Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:08.429Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:11.438Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:14.447Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:17.455Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:20.465Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:23.474Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:26.483Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:29.493Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:32.502Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:35.511Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:38.521Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:41.532Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:22:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:43.672Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:22:43.673Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:22:43.679Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fdf033d2-94c3-4aa1-901b-0b9c5b247b5f', protocol='range'}
2023-03-26T06:22:43.679Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:22:43.685Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fdf033d2-94c3-4aa1-901b-0b9c5b247b5f=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-26T06:22:43.700Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:22:43.700Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fdf033d2-94c3-4aa1-901b-0b9c5b247b5f', protocol='range'}
2023-03-26T06:22:43.701Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:22:43.701Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:22:43.701Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:22:43.701Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:22:43.705Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:22:43.706Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:22:43.706Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:22:43.706Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:22:43.706Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:22:43.706Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:22:43.708Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:22:43.708Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:22:43.709Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:22:43.709Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=116, 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-26T06:22:43.709Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:22:43.710Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:22:43.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:22:43.714Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:22:43.716Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:22:43.716Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:43.716Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:43.717Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:44.717Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:22:44.718Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:44.718Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:44.718Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:44.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:22:44.723Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:22:44.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:22:45.719Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:22:45.719Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:45.720Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:45.720Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:46.721Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:22:46.721Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:46.721Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:46.721Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:47.722Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:22:47.723Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:47.723Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:47.723Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:48.724Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:22:48.725Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:48.725Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:48.725Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:49.726Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:22:49.727Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:49.727Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:49.727Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:50.728Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:22:50.729Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:22:50.729Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:22:50.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:22:50.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:22:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:22:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:22:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:22:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:22:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:22:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:22:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:22:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@65b17f56
2023-03-26T06:22:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:22:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:22:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:22:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:22:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:22:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:22:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811770824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:51.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:22:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:22:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:22:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:22:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:22:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:22:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:22:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:22:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:22:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@46420a5c
2023-03-26T06:22:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:22:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:22:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:22:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:22:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:22:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:22:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:22:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:22:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811771873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:22:52.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:22:52.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:22:52.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:22:52.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:22:52.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:23:22.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:23:22.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:23:22.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:23:22.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:23:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:23:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:23:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:23:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:23:52.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:23:52.966Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:23:52.972Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:23:52.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:24:22.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:24:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:24:23.005Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:24:23.005Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:24:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:24:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:24:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:24:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:24:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:24:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:24:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:24:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:24:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:24:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:24:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:24:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:24:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:24:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:24:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811714466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:24:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:24:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:24:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811770824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:24:43.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:24:43.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T06:24:43.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679811771873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:24:43.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:24:53.005Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:24:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:24:53.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:24:53.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:25:23.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:25:23.068Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:25:23.073Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:25:23.074Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:25:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:25:53.074Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:25:53.101Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:25:53.106Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:25:53.106Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:26:23.107Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:26:23.133Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:26:23.139Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:26:23.140Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:26:43.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:26:53.140Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:26:53.167Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:26:53.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:26:53.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:27:23.174Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:27:23.202Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:27:23.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:27:23.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:27:43.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:27:43.757Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:27:43.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fdf033d2-94c3-4aa1-901b-0b9c5b247b5f 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-26T06:27:43.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:27:43.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:27:44.267Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:27:44.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:27:44.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:27:44.290Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:27:44.290Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:27:44.305Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:27:44.306Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:27:44.306Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:27:44.311Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:27:44.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:27:44.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:27:44.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=125, 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-26T06:27:44.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:27:44.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:27:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:27:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:27:53.221Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:27:53.221Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:27:53.222Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:27:53.229Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:27:53.261Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T06:27:53.261Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:27:53.269Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:27:53.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:27:53.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:27:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-06:27:52:922-39355], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:27:53.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:27:53.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:27:53.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:27:53.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:27:53.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:27:53.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:27:53.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:27:53.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:27:53.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812073436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:27:53.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:27:53.452Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812073436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:27:53.452Z||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-26T06:27:54.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:27:54.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:27:54.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:27:54.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:27:54.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:27:54.462Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:27:54.466Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-74a9a94c-bfca-4059-a519-e099d8458c04
2023-03-26T06:27:54.467Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T06:27:54.467Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:27:54.467Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:27:56.411Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:27:59.420Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:02.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:05.438Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:08.446Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:11.455Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:14.465Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:17.474Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:20.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:23.495Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:26.504Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:29.513Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:32.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:35.532Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:38.540Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:41.549Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:28:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:43.675Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:28:43.676Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:28:43.682Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:28:43.682Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-74a9a94c-bfca-4059-a519-e099d8458c04', protocol='range'}
2023-03-26T06:28:43.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-74a9a94c-bfca-4059-a519-e099d8458c04=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-26T06:28:43.700Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-74a9a94c-bfca-4059-a519-e099d8458c04', protocol='range'}
2023-03-26T06:28:43.701Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:28:43.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:28:43.701Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:28:43.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:28:43.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:28:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:28:43.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:28:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:28:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:28:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:28:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:28:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:28:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=126, 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-26T06:28:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:28:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:28:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:28:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:28:43.717Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:28:43.718Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:28:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:28:43.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:43.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:43.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:44.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:28:44.721Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:28:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:28:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:44.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:28:45.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:28:45.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:45.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:45.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:46.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:28:46.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:46.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:46.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:47.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:28:47.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:47.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:47.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:48.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:28:48.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:48.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:48.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:49.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:28:49.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:49.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:49.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:50.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:28:50.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:28:50.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:28:50.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:28:50.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:28:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:28:50.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:28:50.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:28:50.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:28:50.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:28:50.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:28:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:28:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d01097b
2023-03-26T06:28:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:28:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:28:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:28:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:28:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:28:50.823Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:28:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812130823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:51.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:28:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:28:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:28:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:28:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:28:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:28:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:28:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:28:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:28:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e3951ef
2023-03-26T06:28:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:28:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:28:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:28:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:28:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:28:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:28:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:28:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:28:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812131873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:28:52.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:28:52.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:28:52.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:28:52.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:28:52.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:29:22.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:29:22.936Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:29:22.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:29:22.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:29:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:29:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:29:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:29:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:29:52.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:29:52.968Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:29:52.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:29:52.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:30:22.974Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:30:23.001Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:30:23.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:30:23.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:30:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:30:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:30:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:30:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812074460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:30:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:30:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:30:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812130823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:30:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:30:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:30:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812131873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:30:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:30:53.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:30:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:30:53.039Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:30:53.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:31:23.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:31:23.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:31:23.068Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:31:23.068Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:31:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:31:53.069Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:31:53.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:31:53.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:31:53.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:32:23.101Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:32:23.129Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:32:23.134Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:32:23.134Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:32:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:32:53.134Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:32:53.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:32:53.162Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:32:53.162Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:33:23.163Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:33:23.191Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:33:23.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:33:23.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:33:43.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:33:43.774Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:33:43.774Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-74a9a94c-bfca-4059-a519-e099d8458c04 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-26T06:33:43.774Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:33:43.775Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:33:44.241Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:33:44.257Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:33:44.257Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:33:44.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:33:44.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:33:44.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:33:44.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:33:44.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:33:44.285Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:33:44.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:33:44.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:33:44.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=135, 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-26T06:33:44.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:33:44.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:33:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:33:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:33:53.210Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:33:53.210Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:33:53.211Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:33:53.219Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:33:53.251Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T06:33:53.252Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:33:53.259Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:33:53.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:33:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:33:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-06:33:52:911-76247], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:33:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:33:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:33:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:33:53.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:33:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:33:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:33:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:33:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:33:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812433420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:33:53.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:33:53.438Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812433420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:33:53.438Z||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-26T06:33:54.447Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:33:54.448Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:33:54.448Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:33:54.448Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:33:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:33:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:33:54.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-081264ee-2e58-4adb-8130-7f4c8e1c2d3c
2023-03-26T06:33:54.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T06:33:54.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:33:54.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:33:56.379Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:33:59.388Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:02.397Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:05.406Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:08.415Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:11.426Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:14.436Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:17.444Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:20.452Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:23.461Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:26.470Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:29.480Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:32.488Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:35.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:38.505Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:41.514Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:34:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:43.674Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:34:43.674Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:34:43.680Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:34:43.680Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-081264ee-2e58-4adb-8130-7f4c8e1c2d3c', protocol='range'}
2023-03-26T06:34:43.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-081264ee-2e58-4adb-8130-7f4c8e1c2d3c=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-26T06:34:43.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:34:43.701Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-081264ee-2e58-4adb-8130-7f4c8e1c2d3c', protocol='range'}
2023-03-26T06:34:43.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:34:43.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:34:43.701Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:34:43.702Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:34:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:34:43.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:34:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:34:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:34:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:34:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:34:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:34:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=136, 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-26T06:34:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:34:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:34:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:34:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:34:43.716Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:34:43.716Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:34:43.718Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:34:43.718Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:44.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:34:44.718Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:34:44.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:34:44.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:45.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:34:45.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:45.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:45.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:46.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:34:46.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:46.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:46.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:47.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:34:47.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:47.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:47.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:48.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:34:48.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:48.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:48.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:49.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:34:49.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:49.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:49.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:34:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:34:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:34:50.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:34:50.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:34:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:34:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:34:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:34:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:34:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:34:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:34:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:34:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@231bce20
2023-03-26T06:34:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:34:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:34:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:34:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:34:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:34:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:34:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812490818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:51.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:34:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:34:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:34:51.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:34:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:34:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:34:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:34:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:34:51.859Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:34:51.859Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@683df6ae
2023-03-26T06:34:51.859Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:34:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:34:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:34:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:34:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:34:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:34:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:34:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:34:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812491860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:34:52.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:34:52.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:34:52.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:34:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:34:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:35:22.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:35:22.922Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:35:22.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:35:22.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:35:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:35:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:35:43.661Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:35:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:35:52.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:35:52.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:35:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:35:52.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:36:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:36:22.990Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:36:22.995Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:36:22.995Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:36:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:36:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:36:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:36:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:36:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:36:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812434447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:36:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:36:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812490818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:36:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:36:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:36:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812491860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:36:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:36:52.995Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:36:53.023Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:36:53.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:36:53.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:37:23.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:37:23.053Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:37:23.057Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:37:23.057Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:37:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:37:53.057Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:37:53.083Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:37:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:37:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:38:23.090Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:38:23.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:38:23.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:38:23.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:38:43.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:38:53.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:38:53.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:38:53.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:38:53.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:39:23.155Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:39:23.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:39:23.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:39:23.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:39:43.663Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:39:43.763Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:39:43.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-081264ee-2e58-4adb-8130-7f4c8e1c2d3c 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-26T06:39:43.764Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:39:43.764Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:39:44.230Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:39:44.244Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:39:44.245Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:39:44.252Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:39:44.254Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:39:44.270Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:39:44.271Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:39:44.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:39:44.277Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:39:44.277Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:39:44.278Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:39:44.278Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=145, 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-26T06:39:44.278Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:39:44.279Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:39:53.188Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:39:53.188Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:39:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:39:53.200Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:39:53.201Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:39:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:39:53.243Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T06:39:53.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:39:53.252Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:39:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:39:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:39:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-06:39:52:902-49227], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:39:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:39:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:39:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:39:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:39:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:39:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:39:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:39:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:39:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812793391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:39:53.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:39:53.413Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812793391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:39:53.414Z||pool-2-thread-10|||||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-26T06:39:54.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:39:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:39:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:39:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:39:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:39:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:39:54.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a0f194b2-3d90-41b1-9e99-2097db997472
2023-03-26T06:39:54.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T06:39:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:39:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:39:56.374Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:39:59.383Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:02.393Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:05.401Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:08.411Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:11.421Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:14.437Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:17.446Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:20.455Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:23.464Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:26.473Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:29.483Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:32.493Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:35.503Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:38.511Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:41.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:40:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:43.684Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:40:43.685Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:40:43.690Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:40:43.692Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a0f194b2-3d90-41b1-9e99-2097db997472', protocol='range'}
2023-03-26T06:40:43.695Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a0f194b2-3d90-41b1-9e99-2097db997472=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:40:43.712Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:40:43.712Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:40:43.713Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:40:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a0f194b2-3d90-41b1-9e99-2097db997472', protocol='range'}
2023-03-26T06:40:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:40:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:40:43.717Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:40:43.718Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:40:43.718Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:40:43.718Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=146, 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-26T06:40:43.718Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:40:43.718Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:40:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:40:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:40:43.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:40:43.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:40:43.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:40:43.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:40:43.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:40:43.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:40:43.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:40:43.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:43.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:43.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:44.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:40:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:40:44.733Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:40:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:44.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:40:45.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:40:45.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:45.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:45.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:46.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:40:46.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:46.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:46.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:47.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:40:47.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:47.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:47.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:48.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:40:48.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:48.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:48.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:49.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:40:49.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:49.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:49.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:50.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:40:50.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:40:50.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:40:50.745Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:40:50.745Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:40:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:40:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:40:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:40:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:40:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:40:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:40:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:40:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@29746f5f
2023-03-26T06:40:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:40:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:40:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:40:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:40:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:40:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:40:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812850829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:51.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:40:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:40:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:40:51.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:40:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:40:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:40:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:40:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:40:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:40:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@78d4098b
2023-03-26T06:40:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:40:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:40:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:40:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:40:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:40:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:40:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:40:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:40:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812851877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:40:52.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:40:52.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:40:52.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:40:52.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:40:52.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:41:22.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:41:22.937Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:41:22.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:41:22.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:41:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:41:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:41:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:41:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:41:52.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:41:52.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:41:52.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:41:52.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:42:22.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:42:22.996Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:42:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:42:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:42:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:42:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:42:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:42:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:42:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:42:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:42:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812794420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812850829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T06:42:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679812851877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:42:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:42:53.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:42:53.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:42:53.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:42:53.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:43:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:43:23.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:43:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:43:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:43:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:43:53.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:43:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:43:53.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:43:53.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:44:23.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:44:23.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:44:23.131Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:44:23.131Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:44:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:44:53.131Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:44:53.157Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:44:53.162Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:44:53.162Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:44:56.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:44:56.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679813088983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:44:56.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:44:56.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T06:44:56.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813090233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:44:56.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:45:23.163Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:45:23.190Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:45:23.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:45:23.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:45:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:45:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:45:43.661Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813094236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:45:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:45:43.757Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:45:43.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a0f194b2-3d90-41b1-9e99-2097db997472 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-26T06:45:43.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:45:43.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:45:44.520Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:45:47.529Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:45:50.539Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:45:53.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:45:53.196Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:45:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:45:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:45:53.209Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:45:53.216Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:45:53.248Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:45:53.248Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59817230-e7cd-4fe1-b087-48b8db06bd64], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T06:45:53.255Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:45:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:45:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-06:45:52:907-80862], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:45:53.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:45:53.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:45:53.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:45:53.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:45:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:45:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:45:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:45:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:45:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:45:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813153408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:45:53.548Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T06:45:54.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:45:54.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:45:54.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:45:54.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:45:54.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:45:54.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:45:54.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-7467bb7a-c494-4d1a-8a62-2a05132b6f4d
2023-03-26T06:45:54.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=1, 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-26T06:45:54.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:45:54.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:45:56.557Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:45:59.566Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:02.575Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:05.585Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:08.593Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:11.602Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:14.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:17.621Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:20.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:23.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:26.650Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:29.659Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:32.668Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:35.677Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:38.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:41.696Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:46:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:43.674Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:46:43.674Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:46:43.680Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-7467bb7a-c494-4d1a-8a62-2a05132b6f4d', protocol='range'}
2023-03-26T06:46:43.680Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:46:43.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-7467bb7a-c494-4d1a-8a62-2a05132b6f4d=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:46:43.699Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-7467bb7a-c494-4d1a-8a62-2a05132b6f4d', protocol='range'}
2023-03-26T06:46:43.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:46:43.700Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:46:43.700Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:46:43.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:46:43.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:46:43.705Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:46:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:46:43.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:46:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:46:43.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:46:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:46:43.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:46:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:46:43.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=158, 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-26T06:46:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:46:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:46:43.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:46:43.716Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:46:43.717Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:46:43.718Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:46:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:43.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:46:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:44.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.724Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679813087678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813088805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813090233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679813088983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813094236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679813087678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813088805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.726Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813090233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679813088983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679813087678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813094236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813088805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679813088983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813090233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679813087678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813094236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813088805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813090233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679813088983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813094236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679813087678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813088805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813090233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679813088983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679813087678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813094236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.732Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813088805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679813088983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679813087678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.733Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813090233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813094236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813088805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.734Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813105133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679813104302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813103558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813104786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.735Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813104561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813106252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813105137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.736Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679813105562,
  "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-26T06:46:44.779Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23c906a7-c84c-41dc-b55b-dc525fe2da6a
2023-03-26T06:46:44.779Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T06:46:44.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813107366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:46:44.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813105137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813105137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813108785,
  "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-26T06:46:44.838Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23c906a7-c84c-41dc-b55b-dc525fe2da6a
2023-03-26T06:46:44.838Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T06:46:44.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813105137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679813109788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813105137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813109613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813105137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679813110618,
  "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-26T06:46:44.869Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23c906a7-c84c-41dc-b55b-dc525fe2da6a
2023-03-26T06:46:44.869Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T06:46:44.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.889Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813105137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:46:44.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.889Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813112319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:46:44.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.890Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813119581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T06:46:44.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.890Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679813120585,
  "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-26T06:46:44.900Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23c906a7-c84c-41dc-b55b-dc525fe2da6a
2023-03-26T06:46:44.900Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T06:46:44.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.916Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813153408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:46:44.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:44.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:46:44.916Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:46:44.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:46:45.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:46:45.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:45.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:45.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:46.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:46:46.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:46.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:46.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:47.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:46:47.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:47.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:47.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:48.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:46:48.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:48.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:48.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:49.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:46:49.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:49.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:49.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:50.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:46:50.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:46:50.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:46:50.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:46:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:46:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:46:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:46:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:46:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:46:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:46:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:46:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:46:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@11448e92
2023-03-26T06:46:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:46:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:46:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:46:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:46:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:46:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:46:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813210820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:51.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:46:51.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:46:51.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:46:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:46:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:46:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:46:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:46:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:46:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:46:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70329e1
2023-03-26T06:46:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:46:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:46:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:46:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:46:51.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:46:51.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:46:51.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:46:51.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:46:51.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813211867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:46:52.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:46:52.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:46:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:46:52.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:46:52.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:47:22.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:47:22.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:47:22.936Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:47:22.936Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:47:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:47:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:47:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:47:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:47:52.937Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:47:52.960Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:47:52.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:47:52.966Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:48:22.966Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:48:22.990Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:48:22.996Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:48:22.996Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:48:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:48:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:48:43.661Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:48:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:48:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:48:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:48:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:48:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:48:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:48:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813210820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:48:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:48:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:48:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813211867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:48:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:48:52.997Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:48:53.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:48:53.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:48:53.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:49:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:49:23.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:49:23.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:49:23.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:49:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:49:53.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:49:53.088Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:49:53.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:49:53.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:50:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:50:23.121Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:50:23.125Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:50:23.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:50:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:50:53.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:50:53.156Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:50:53.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:50:53.162Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:51:23.162Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:51:23.191Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:51:23.196Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:51:23.196Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:51:43.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:51:43.783Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:51:43.783Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-7467bb7a-c494-4d1a-8a62-2a05132b6f4d 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-26T06:51:43.783Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:51:43.783Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:51:44.245Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:51:44.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:51:44.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:51:44.270Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:51:44.270Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:51:44.293Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:51:44.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:51:44.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:51:44.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:51:44.302Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:51:44.302Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:51:44.302Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=222, 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-26T06:51:44.302Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:51:44.303Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:51:53.196Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:51:53.197Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:51:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:51:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:51:53.209Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:51:53.216Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:51:53.281Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T06:51:53.282Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:51:53.288Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:51:53.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:51:53.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:51:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-06:51:52:939-32589], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:51:53.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:51:53.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:51:53.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:51:53.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:51:53.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:51:53.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:51:53.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:51:53.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:51:53.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813513445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:51:53.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:51:53.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813513445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:51:53.463Z||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-26T06:51:54.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:51:54.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:51:54.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:51:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:51:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:51:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:51:55.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:51:55.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:51:55.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:51:55.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:51:56.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:51:56.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:51:56.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:51:56.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:51:57.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:51:57.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:51:57.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:51:57.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:51:58.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:51:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:51:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:51:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:51:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:51:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:51:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:51:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:00.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:52:00.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:00.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:00.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:01.497Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:52:01.498Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:52:01.498Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T06:52:01.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:52:01.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T06:52:01.571Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:52:01.572Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:52:01.572Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:52:01.572Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T06:52:01.572Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:52:01.573Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T06:52:01.911Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T06:52:01.916Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T06:52:01.917Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T06:52:01.917Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T06:52:01.917Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T06:52:01.917Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:01.917Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:01.917Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813521916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:02.918Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:52:02.919Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:52:02.919Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T06:52:02.919Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T06:52:02.920Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T06:52:02.920Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T06:52:03.076Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6911276746730711143/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T06:52:04.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:04.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:52:04.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:04.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:52:04.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:52:04.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:52:04.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:52:04.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T06:52:04.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T06:52:04.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T06:52:04.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T06:52:04.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T06:52:04.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T06:52:04.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:52:04.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:52:04.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:52:04.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T06:52:04.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T06:52:04.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T06:52:04.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T06:52:04.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T06:52:04.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T06:52:04.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:52:04.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:52:04.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:52:04.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T06:52:04.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T06:52:04.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T06:52:04.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T06:52:04.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:04.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:04.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T06:52:04.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T06:52:04.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:04.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:04.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:04.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:04.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:04.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T06:52:04.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:52:04.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||vFW b77d3cb2-7cab 0
2023-03-26T06:52:04.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b
2023-03-26T06:52:04.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: df176d55-40e9-45ea-9a27-c7bd299ea93f from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
2023-03-26T06:52:04.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:52:04.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
2023-03-26T06:52:04.882Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T06:52:04.883Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json df176d55-40e9-45ea-9a27-c7bd299ea93f 785
2023-03-26T06:52:04.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json ASDC sendASDCNotification
2023-03-26T06:52:04.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
2023-03-26T06:52:04.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T06:52:04.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:04.885Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:04.885Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813524883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:05.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB77d3cb27cab..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "717c1c56-faee-417e-9cad-a79db21fbb45",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0e633a8-804d-433a-8db5-d7bee0029907",
    "vfModuleModelCustomizationUUID": "1380eee1-aecd-4bc2-a300-281aa48a9a95",
    "isBase": true,
    "artifacts": [
      "55213307-2c36-433d-acfd-b888fca8e2e0",
      "3befd767-5106-4f52-843e-b6473f1b3216"
    ],
    "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-26T06:52:05.914Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB77d3cb27cab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0e633a8-804d-433a-8db5-d7bee0029907
VfModuleModelInvariantUUID:717c1c56-faee-417e-9cad-a79db21fbb45
VfModuleModelDescription:NULL
Artifacts UUID List:{
55213307-2c36-433d-acfd-b888fca8e2e0
,
3befd767-5106-4f52-843e-b6473f1b3216

}
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-26T06:52:05.916Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB77d3cb27cab..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "717c1c56-faee-417e-9cad-a79db21fbb45",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0e633a8-804d-433a-8db5-d7bee0029907",
    "vfModuleModelCustomizationUUID": "1380eee1-aecd-4bc2-a300-281aa48a9a95",
    "isBase": true,
    "artifacts": [
      "55213307-2c36-433d-acfd-b888fca8e2e0",
      "3befd767-5106-4f52-843e-b6473f1b3216"
    ],
    "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-26T06:52:05.916Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB77d3cb27cab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0e633a8-804d-433a-8db5-d7bee0029907
VfModuleModelInvariantUUID:717c1c56-faee-417e-9cad-a79db21fbb45
VfModuleModelDescription:NULL
Artifacts UUID List:{
55213307-2c36-433d-acfd-b888fca8e2e0
,
3befd767-5106-4f52-843e-b6473f1b3216

}
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-26T06:52:05.916Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 55213307-2c36-433d-acfd-b888fca8e2e0 from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
2023-03-26T06:52:05.916Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:52:05.916Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
2023-03-26T06:52:06.029Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T06:52:06.029Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml 55213307-2c36-433d-acfd-b888fca8e2e0 20368
2023-03-26T06:52:06.029Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-26T06:52:06.030Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
2023-03-26T06:52:06.030Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T06:52:06.030Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:06.030Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:06.030Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813526029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:07.032Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3befd767-5106-4f52-843e-b6473f1b3216 from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
2023-03-26T06:52:07.032Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:52:07.032Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
2023-03-26T06:52:07.146Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T06:52:07.147Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env 3befd767-5106-4f52-843e-b6473f1b3216 2098
2023-03-26T06:52:07.147Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-26T06:52:07.148Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
2023-03-26T06:52:07.148Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T06:52:07.148Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:07.148Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:07.148Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813527147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:08.149Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T06:52:08.150Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b77d3cb2-7cab 0 dcc15653-c6c2-4f1d-aa35-b5f9b306325b 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-26T06:52:08.223Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7427bcf4, org.onap.sdc.toscaparser.api.parameters.Input@3d62b546, org.onap.sdc.toscaparser.api.parameters.Input@590ea686, org.onap.sdc.toscaparser.api.parameters.Input@7f4cd145, org.onap.sdc.toscaparser.api.parameters.Input@36451244]
2023-03-26T06:52:08.230Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.231Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:08.231Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-26T06:52:08.231Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 127206d3-3402-4732-8b9a-3322bea1c136
2023-03-26T06:52:08.231Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 127206d3-3402-4732-8b9a-3322bea1c136 matches Tosca VF Customization UUID: 127206d3-3402-4732-8b9a-3322bea1c136
2023-03-26T06:52:08.232Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 127206d3-3402-4732-8b9a-3322bea1c136  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-26T06:52:08.241Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.241Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:08.242Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 127206d3-3402-4732-8b9a-3322bea1c136: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-26T06:52:08.242Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70ca4c8
2023-03-26T06:52:08.242Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.242Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T06:52:08.243Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1380eee1-aecd-4bc2-a300-281aa48a9a95
2023-03-26T06:52:08.244Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1380eee1-aecd-4bc2-a300-281aa48a9a95
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-26T06:52:08.250Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.251Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:08.251Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:52:08.251Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T06:52:08.252Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:08.253Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:08.253Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T06:52:08.253Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:08.253Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T06:52:08.253Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:08.253Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
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-26T06:52:08.274Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.274Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:08.274Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T06:52:08.275Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T06:52:08.276Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:08.276Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T06:52:08.276Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:08.276Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
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-26T06:52:08.279Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.280Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:08.280Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:52:08.282Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.282Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:52:08.282Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:52:08.282Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:52:08.282Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T06:52:08.282Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T06:52:08.283Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
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-26T06:52:08.287Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.287Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:08.287Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:52:08.287Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.287Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:52:08.287Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=127206d3-3402-4732-8b9a-3322bea1c136
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:52:08.290Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.290Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2: vFW b77d3cb2-7cab
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:52:08.291Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-26 06-43-33 
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-26T06:52:08.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b77d3cb2-7cab dcc15653-c6c2-4f1d-aa35-b5f9b306325b 1 ASDC deployResourceStructure
2023-03-26T06:52:08.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json ASDC sendASDCNotification
2023-03-26T06:52:08.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
2023-03-26T06:52:08.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T06:52:08.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:08.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:08.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813528897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:09.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-26T06:52:09.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
2023-03-26T06:52:09.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T06:52:09.899Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:09.899Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:09.899Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813529898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:10.900Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-26T06:52:10.900Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
2023-03-26T06:52:10.900Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T06:52:10.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:10.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:10.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813530900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:11.903Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T06:52:11.903Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T06:52:11.903Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T06:52:11.903Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:11.904Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:11.904Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813531903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:12.905Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:52:12.937Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:52:12.943Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T06:52:12.943Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T06:52:12.943Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T06:52:12.944Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T06:52:12.944Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T06:52:12.944Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T06:52:12.944Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T06:52:12.944Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T06:52:12.944Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T06:52:12.960Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T06:52:42.961Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T06:52:42.975Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T06:52:42.975Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T06:52:42.977Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T06:52:42.983Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:52:43.004Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T06:52:43.005Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77cc5cfa-1aa0-49e2-87c7-60852fe845b7], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T06:52:43.012Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T06:52:43.168Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:52:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-06:52:42:666-67092], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:52:43.169Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:52:43.170Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T06:52:43.170Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:52:43.170Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T06:52:43.177Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T06:52:43.177Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T06:52:43.178Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T06:52:43.178Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:52:43.178Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:52:43.178Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813563177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:52:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:52:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813154441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813521916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813524883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813526029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813527147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813528897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T06:52:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813529898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813530900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813531903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:52:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813563177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T06:52:43.670Z||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-26T06:52:44.216Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:52:44.217Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:52:44.218Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:52:44.219Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:52:44.219Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:52:44.219Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:52:44.226Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-38fd4991-640f-4186-af0b-6b3deb7c1add
2023-03-26T06:52:44.227Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:52:44.228Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:52:44.228Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:52:44.545Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:52:47.554Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:52:50.562Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:52:53.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:52:56.578Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:52:59.586Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:02.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:05.602Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:08.610Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:11.618Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:14.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:17.635Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:20.643Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:23.653Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:26.661Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:29.669Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:32.678Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:35.686Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:38.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:41.704Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:53:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:43.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:53:43.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:53:43.684Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-38fd4991-640f-4186-af0b-6b3deb7c1add', protocol='range'}
2023-03-26T06:53:43.684Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:53:43.688Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-38fd4991-640f-4186-af0b-6b3deb7c1add=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:53:43.703Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-38fd4991-640f-4186-af0b-6b3deb7c1add', protocol='range'}
2023-03-26T06:53:43.703Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:53:43.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:53:43.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:53:43.704Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:53:43.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:53:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:53:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:53:43.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:53:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:53:43.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:53:43.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:53:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:53:43.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:53:43.710Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=239, 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-26T06:53:43.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:53:43.710Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:53:43.710Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:53:43.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:53:43.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:53:43.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:53:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:44.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:53:44.722Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:53:44.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:53:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:53:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:45.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:53:45.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:45.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:45.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:46.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:53:46.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:46.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:46.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:47.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:53:47.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:47.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:47.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:48.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:53:48.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:48.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:48.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:49.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:53:49.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:49.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:49.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:50.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:53:50.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:53:50.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:53:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:53:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:53:50.781Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:53:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:53:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:53:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:53:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:53:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:53:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:53:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f6545ab
2023-03-26T06:53:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:53:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:53:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:53:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:53:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:53:50.809Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:53:50.809Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:50.809Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:50.809Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813630808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:51.810Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:53:51.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:53:51.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:53:51.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:53:51.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:53:51.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:53:51.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:53:51.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:53:51.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:53:51.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a18cf6b
2023-03-26T06:53:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:53:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:53:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:53:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:53:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:53:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:53:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:53:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:53:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813631857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:53:52.859Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:53:52.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:53:52.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:53:52.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:53:52.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:54:22.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:54:22.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:54:22.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:54:22.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:54:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:54:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:54:43.661Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:54:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:54:52.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:54:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:54:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:54:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:55:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:55:22.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:55:22.998Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:55:22.998Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:55:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:55:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:55:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:55:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:55:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:55:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813630808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:55:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:55:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:55:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813631857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T06:55:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:55:52.998Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:55:53.024Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:55:53.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:55:53.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:56:23.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:56:23.057Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:56:23.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:56:23.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:56:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:56:53.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:56:53.086Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:56:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:56:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:57:23.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:57:23.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:57:23.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:57:23.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:57:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:57:53.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:57:53.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:57:53.153Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:57:53.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:58:23.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:58:23.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:58:23.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:58:23.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T06:58:43.662Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:58:43.727Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:58:43.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-38fd4991-640f-4186-af0b-6b3deb7c1add 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-26T06:58:43.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T06:58:43.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T06:58:44.235Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:58:44.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:58:44.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:58:44.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:58:44.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T06:58:44.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:58:44.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:58:44.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:58:44.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:58:44.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:58:44.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:58:44.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=248, 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-26T06:58:44.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:58:44.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:58:53.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T06:58:53.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T06:58:53.201Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T06:58:53.201Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T06:58:53.202Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T06:58:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:58:53.231Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T06:58:53.231Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0f1020d-c877-45a0-a32a-d25cd15cc5aa], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T06:58:53.237Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T06:58:53.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:58:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-06:58:52:891-486], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:58:53.372Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:58:53.372Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T06:58:53.373Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:58:53.373Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:58:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:58:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T06:58:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T06:58:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:58:53.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:58:53.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813933380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:58:53.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:58:53.395Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813933380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T06:58:53.395Z||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-26T06:58:54.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:58:54.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:58:54.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:58:54.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:58:54.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:58:54.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:58:55.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:58:55.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:58:55.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:58:55.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:58:56.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:58:56.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:58:56.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:58:56.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:58:57.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:58:57.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:58:57.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:58:57.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:58:58.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:58:58.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:58:58.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:58:58.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:58:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:58:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:58:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:58:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:00.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:59:00.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:00.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:00.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:01.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:59:01.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:59:01.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T06:59:01.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:59:01.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T06:59:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:59:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:59:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:59:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T06:59:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:59:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T06:59:01.829Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T06:59:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T06:59:01.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T06:59:01.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T06:59:01.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T06:59:01.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:01.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:01.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813941833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:02.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:59:02.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:59:02.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T06:59:02.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T06:59:02.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T06:59:02.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T06:59:02.961Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8383691139598169389/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T06:59:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T06:59:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T06:59:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:59:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T06:59:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T06:59:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T06:59:04.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T06:59:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T06:59:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T06:59:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T06:59:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813944569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:05.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T06:59:05.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T06:59:05.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T06:59:05.571Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:05.571Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:05.571Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813945570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:06.572Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:59:06.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:59:06.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T06:59:06.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T06:59:06.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T06:59:06.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T06:59:06.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T06:59:06.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T06:59:06.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T06:59:06.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T06:59:06.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T06:59:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T06:59:36.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T06:59:36.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T06:59:36.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T06:59:36.634Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T06:59:36.638Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T06:59:36.665Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T06:59:36.665Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T06:59:36.673Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T06:59:36.883Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T06:59:36.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 06:59:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[207], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-06:59:36:327-90520], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T06:59:36.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T06:59:36.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T06:59:36.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T06:59:36.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T06:59:36.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T06:59:36.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T06:59:36.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:36.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:36.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813976895,
  "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-26T06:59:37.924Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T06:59:37.925Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T06:59:37.925Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:37.926Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:37.926Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:37.926Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:59:37.931Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ba59c338-a5ba-42a3-bf53-5a444e59dfcd
2023-03-26T06:59:37.931Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:37.931Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:37.931Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T06:59:38.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:59:41.530Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T06:59:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:43.675Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:59:43.675Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T06:59:43.683Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:59:43.683Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ba59c338-a5ba-42a3-bf53-5a444e59dfcd', protocol='range'}
2023-03-26T06:59:43.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ba59c338-a5ba-42a3-bf53-5a444e59dfcd=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-26T06:59:43.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T06:59:43.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:59:43.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:59:43.700Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ba59c338-a5ba-42a3-bf53-5a444e59dfcd', protocol='range'}
2023-03-26T06:59:43.700Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:43.700Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:43.704Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:59:43.704Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:59:43.704Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:59:43.704Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=249, 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-26T06:59:43.704Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:59:43.704Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T06:59:43.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T06:59:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T06:59:43.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T06:59:43.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T06:59:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:59:43.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:43.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:43.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:44.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.716Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:59:44.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813564216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813941833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813944569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T06:59:44.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813945570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813976895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T06:59:44.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:44.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:44.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:44.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T06:59:44.719Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T06:59:44.719Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T06:59:45.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:59:45.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:45.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:45.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:46.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:59:46.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:46.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:46.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:47.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:59:47.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:47.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:47.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:48.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:59:48.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:48.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:48.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:49.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T06:59:49.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:49.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:49.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:50.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T06:59:50.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T06:59:50.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T06:59:50.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T06:59:50.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T06:59:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T06:59:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:59:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T06:59:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:59:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:59:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T06:59:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:59:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@ff1b024
2023-03-26T06:59:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:59:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:59:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:59:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T06:59:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T06:59:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:59:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813990815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:51.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T06:59:51.838Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T06:59:51.839Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T06:59:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T06:59:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T06:59:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:59:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T06:59:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T06:59:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T06:59:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@112852a2
2023-03-26T06:59:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T06:59:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T06:59:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T06:59:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T06:59:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T06:59:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T06:59:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T06:59:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T06:59:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813991866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T06:59:52.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T06:59:52.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:59:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T06:59:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T06:59:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:00:22.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:00:22.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:00:22.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:00:22.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:00:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:00:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T07:00:43.661Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:00:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:00:52.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:00:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:00:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:00:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:01:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:01:22.995Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:01:23.001Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:01:23.002Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:01:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:01:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T07:01:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:01:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:01:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T07:01:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:01:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:01:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T07:01:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:01:43.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:01:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813990815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813991866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:01:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:01:53.002Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:01:53.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:01:53.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:01:53.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:02:23.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:02:23.057Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:02:23.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:02:23.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:02:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:02:53.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:02:53.086Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:02:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:02:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:03:23.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:03:23.121Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:03:23.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:03:23.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:03:43.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:03:53.127Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:03:53.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:03:53.153Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:03:53.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:04:23.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:04:23.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:04:23.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:04:23.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:04:43.662Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:04:43.778Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:04:43.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ba59c338-a5ba-42a3-bf53-5a444e59dfcd 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-26T07:04:43.779Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:04:43.779Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:04:44.252Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:04:44.269Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:04:44.269Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:04:44.276Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:04:44.276Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:04:44.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:04:44.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:04:44.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:04:44.300Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:04:44.300Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:04:44.300Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:04:44.300Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=269, 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-26T07:04:44.300Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:04:44.301Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:04:53.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:04:53.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:04:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:04:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:04:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:04:53.206Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:04:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:04:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f951cf68-ea7c-4562-be2f-7b17300c3848], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T07:04:53.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:04:53.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:04:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-07:04:52:892-75454], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:04:53.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:04:53.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:04:53.372Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:04:53.372Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:04:53.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:04:53.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:04:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:04:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:04:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:04:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814293380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:04:53.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T07:04:53.396Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814293380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:04:53.397Z||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-26T07:04:54.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:04:54.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:04:54.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:04:54.411Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:04:54.411Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:04:54.411Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:04:55.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:04:55.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:04:55.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:04:55.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:04:56.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:04:56.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:04:56.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:04:56.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:04:57.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:04:57.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:04:57.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:04:57.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:04:58.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:04:58.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:04:58.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:04:58.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:04:59.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:04:59.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:04:59.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:04:59.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:00.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:05:00.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:00.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:00.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:01.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:05:01.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:05:01.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:05:01.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:05:01.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:05:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:05:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:05:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:05:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:05:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:05:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:05:01.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:05:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:05:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:05:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:05:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:05:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814301810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:02.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:05:02.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:05:02.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:05:02.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:05:02.816Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:05:02.816Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:05:02.943Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10932175520583445851/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T07:05:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:05:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:05:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:05:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:05:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:05:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:05:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:05:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:05:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:05:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:05:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:05:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:05:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:05:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:05:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:05:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:05:04.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:05:04.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:05:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:05:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:05:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814304534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:05:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:05:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:05:05.537Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:05.537Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:05.537Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814305536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:06.538Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:05:06.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:05:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:05:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:05:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:05:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:05:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:05:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:05:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:05:06.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:05:06.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:05:06.583Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:05:36.583Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:05:36.596Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:05:36.596Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:05:36.596Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:05:36.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:05:36.635Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T07:05:36.636Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:05:36.644Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:05:36.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:05:36.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:05:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-07:05:36:297-22480], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:05:36.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:05:36.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:05:36.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:05:36.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:05:36.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:05:36.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:05:36.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:36.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:36.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814336809,
  "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-26T07:05:37.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:05:37.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:05:37.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:37.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:37.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:37.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:05:37.851Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:37.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0d921718-3569-481b-b03f-c9e3bef24e25
2023-03-26T07:05:37.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:37.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:05:38.523Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:05:41.531Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:05:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:43.674Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:05:43.674Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:05:43.681Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0d921718-3569-481b-b03f-c9e3bef24e25', protocol='range'}
2023-03-26T07:05:43.682Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:05:43.687Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0d921718-3569-481b-b03f-c9e3bef24e25=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-26T07:05:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0d921718-3569-481b-b03f-c9e3bef24e25', protocol='range'}
2023-03-26T07:05:43.707Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:43.707Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:05:43.707Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:43.707Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:05:43.707Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:05:43.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:43.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:43.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:43.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:43.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:05:43.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:05:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:05:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:05:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:05:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=270, 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-26T07:05:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:05:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:05:43.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:05:43.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:05:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:05:43.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:43.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:43.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:44.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:05:44.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:44.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:05:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679813977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814301810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814304534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814305536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814336809,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:05:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:05:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:05:45.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:05:45.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:45.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:45.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:46.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:05:46.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:46.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:46.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:47.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:05:47.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:47.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:47.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:48.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:05:48.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:48.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:48.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:49.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:05:49.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:49.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:49.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:50.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:05:50.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:05:50.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:05:50.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:05:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:05:50.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:05:50.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:05:50.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:05:50.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:05:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:05:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:05:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:05:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6527a3cb
2023-03-26T07:05:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:05:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:05:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:05:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:05:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:05:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:05:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814350817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:51.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:05:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:05:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:05:51.848Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:05:51.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:05:51.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:05:51.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:05:51.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:05:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:05:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45d910ba
2023-03-26T07:05:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:05:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:05:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:05:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:05:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:05:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:05:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:05:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:05:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814351865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:05:52.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:05:52.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:05:52.894Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:05:52.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:05:52.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:06:22.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:06:22.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:06:22.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:06:22.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:06:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:06:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:06:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:06:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:06:52.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:06:52.959Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:06:52.966Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:06:52.967Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:07:22.967Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:07:22.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:07:22.998Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:07:22.998Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:07:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:07:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:07:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:07:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:07:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:07:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:07:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:07:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:07:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:07:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:07:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:07:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:07:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:07:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:07:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:07:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:07:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:07:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814350817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:07:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:07:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:07:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814351865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:07:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:07:52.999Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:07:53.025Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:07:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:07:53.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:08:23.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:08:23.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:08:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:08:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:08:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:08:53.067Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:08:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:08:53.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:08:53.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:09:23.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:09:23.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:09:23.130Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:09:23.130Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:09:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:09:53.131Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:09:53.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:09:53.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:09:53.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:10:23.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:10:23.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:10:23.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:10:23.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:10:43.661Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:10:43.805Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:10:43.805Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0d921718-3569-481b-b03f-c9e3bef24e25 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-26T07:10:43.806Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:10:43.806Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:10:44.267Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:10:44.282Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:10:44.283Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:10:44.289Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:10:44.290Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:10:44.307Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:10:44.308Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:10:44.308Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:10:44.313Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:10:44.314Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:10:44.314Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:10:44.314Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=290, 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-26T07:10:44.314Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:10:44.314Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:10:53.194Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:10:53.194Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:10:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:10:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:10:53.209Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:10:53.216Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:10:53.243Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:10:53.243Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[961bcd79-a192-41df-92d3-c31fba0ae169], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T07:10:53.252Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:10:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:10:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-07:10:52:906-50172], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:10:53.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:10:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:10:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:10:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:10:53.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:10:53.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:10:53.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:10:53.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:10:53.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:10:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814653400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:10:53.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:10:53.419Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814653400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:10:53.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T07:10:54.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:10:54.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:10:54.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:10:54.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:10:54.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:10:54.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:10:55.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:10:55.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:10:55.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:10:55.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:10:56.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:10:56.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:10:56.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:10:56.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:10:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:10:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:10:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:10:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:10:58.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:10:58.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:10:58.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:10:58.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:10:59.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:10:59.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:10:59.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:10:59.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:00.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:11:00.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:00.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:00.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:01.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:11:01.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:11:01.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:11:01.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:11:01.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:11:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:11:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:11:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:11:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:11:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:11:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:11:01.828Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:11:01.832Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:11:01.832Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:11:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:11:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:11:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814661832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:02.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:11:02.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:11:02.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:11:02.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:11:02.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:11:02.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:11:02.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16795464222347205794/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:11:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:11:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:11:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:11:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:11:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:11:04.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:11:04.580Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:11:04.580Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:11:04.580Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:11:04.580Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:04.580Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:04.580Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814664580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:05.581Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:11:05.581Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:11:05.581Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:11:05.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:05.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:05.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814665581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:06.583Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:11:06.613Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:11:06.620Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:11:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:11:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:11:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:11:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:11:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:11:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:11:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:11:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:11:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:11:36.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:11:36.655Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:11:36.655Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:11:36.656Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:11:36.662Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:11:36.695Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:11:36.695Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6611a6e0-949b-4447-a5db-e81da642b1da], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T07:11:36.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:11:36.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:11:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-07:11:36:356-47688], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:11:36.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:11:36.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:11:36.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:11:36.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:11:36.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:11:36.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:11:36.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:11:36.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:36.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:36.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814696855,
  "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-26T07:11:37.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:11:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:11:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:37.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:11:37.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-5526fd57-691b-43a1-b25f-a849450f528d
2023-03-26T07:11:37.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:37.899Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:37.899Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:11:38.575Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:11:41.585Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:11:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:43.676Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:11:43.676Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:11:43.683Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:11:43.683Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-5526fd57-691b-43a1-b25f-a849450f528d', protocol='range'}
2023-03-26T07:11:43.689Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-5526fd57-691b-43a1-b25f-a849450f528d=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:11:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:11:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:11:43.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-5526fd57-691b-43a1-b25f-a849450f528d', protocol='range'}
2023-03-26T07:11:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:11:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:11:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:11:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:11:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=291, 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-26T07:11:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:11:43.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:11:43.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:11:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:11:43.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:11:43.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:11:43.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:11:43.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:43.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:43.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:11:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:11:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:11:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814337847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814661832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814664580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814665581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814696855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:11:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:11:45.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:11:45.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:45.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:45.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:46.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:11:46.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:46.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:46.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:47.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:11:47.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:47.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:47.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:48.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:11:48.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:48.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:48.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:49.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:11:49.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:49.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:49.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:50.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:11:50.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:11:50.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:11:50.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:11:50.742Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:11:50.793Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:11:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:11:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:11:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:11:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:11:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:11:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:11:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b94847a
2023-03-26T07:11:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:11:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:11:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:11:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:11:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:11:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:11:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814710817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:51.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:11:51.839Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:11:51.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:11:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:11:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:11:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:11:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:11:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:11:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:11:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75dd4c51
2023-03-26T07:11:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:11:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:11:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:11:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:11:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:11:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:11:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:11:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:11:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814711863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:11:52.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:11:52.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:11:52.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:11:52.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:11:52.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:12:22.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:12:22.920Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:12:22.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:12:22.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:12:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:12:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:12:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:12:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:12:52.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:12:52.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:12:52.956Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:12:52.956Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:13:22.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:13:22.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:13:22.985Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:13:22.985Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:13:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:13:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:13:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:13:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:13:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:13:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:13:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:13:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:13:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:13:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:13:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:13:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:13:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814710817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814711863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:13:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:13:52.985Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:13:53.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:13:53.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:13:53.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:14:23.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:14:23.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:14:23.041Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:14:23.041Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:14:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:14:53.041Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:14:53.071Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:14:53.077Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:14:53.077Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:15:23.077Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:15:23.106Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:15:23.110Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:15:23.110Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:15:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:15:53.111Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:15:53.133Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:15:53.138Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:15:53.138Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:16:23.138Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:16:23.168Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:16:23.174Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:16:23.174Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:16:43.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:16:43.722Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:16:43.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-5526fd57-691b-43a1-b25f-a849450f528d 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-26T07:16:43.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:16:43.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:16:44.297Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:16:44.312Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:16:44.313Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:16:44.320Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:16:44.320Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:16:44.340Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:16:44.340Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:16:44.341Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:16:44.345Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:16:44.346Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:16:44.346Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:16:44.347Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=311, 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-26T07:16:44.347Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:16:44.347Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:16:53.174Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:16:53.174Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:16:53.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:16:53.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:16:53.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:16:53.194Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:16:53.218Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:16:53.218Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d5f91fe-c735-4cf6-b825-fa629d4ebe90], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T07:16:53.225Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:16:53.360Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:16:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-07:16:52:877-24741], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:16:53.361Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:16:53.362Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:16:53.362Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:16:53.362Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:16:53.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:16:53.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:16:53.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:16:53.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:16:53.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:16:53.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815013370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:16:53.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:16:53.388Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815013370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:16:53.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T07:16:54.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:16:54.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:16:54.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:16:54.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:16:54.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:16:54.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:16:55.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:16:55.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:16:55.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:16:55.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:16:56.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:16:56.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:16:56.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:16:56.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:16:57.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:16:57.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:16:57.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:16:57.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:16:58.411Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:16:58.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:16:58.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:16:58.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:16:59.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:16:59.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:16:59.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:16:59.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:00.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:17:00.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:00.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:00.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:01.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:17:01.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:17:01.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:17:01.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:17:01.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:17:01.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:17:01.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:17:01.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:17:01.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:17:01.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:17:01.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:17:01.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:17:01.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:17:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:17:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:17:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:17:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815021807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:02.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:17:02.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:17:02.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:17:02.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:17:02.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:17:02.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:17:03.001Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1425691636614873529/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T07:17:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:17:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:17:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:17:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:17:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:17:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:17:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:17:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:17:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:17:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:17:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:17:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:17:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:17:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:17:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:17:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:17:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:17:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:17:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:17:04.588Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:17:04.588Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:17:04.589Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:17:04.589Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:17:04.589Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:04.589Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:04.589Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815024588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:05.590Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:17:05.590Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:17:05.590Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:17:05.590Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:05.590Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:05.591Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815025590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:06.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:17:06.615Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:17:06.620Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:17:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:17:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:17:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:17:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:17:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:17:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:17:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:17:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:17:06.639Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:17:36.639Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:17:36.652Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:17:36.652Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:17:36.653Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:17:36.658Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:17:36.681Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:17:36.681Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b14fe98-628a-4bb1-90d9-2c27d477bb7d], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T07:17:36.690Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:17:36.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:17:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-07:17:36:345-93379], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:17:36.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:17:36.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:17:36.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:17:36.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:17:36.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:17:36.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:17:36.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:17:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815056858,
  "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-26T07:17:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:17:37.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:17:37.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:37.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:37.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:37.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:17:37.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b2d78b59-d38e-49e8-a67d-2e1f40675085
2023-03-26T07:17:37.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:37.902Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:37.902Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:17:38.570Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:17:41.581Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:17:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:43.676Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:17:43.676Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:17:43.682Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:17:43.682Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b2d78b59-d38e-49e8-a67d-2e1f40675085', protocol='range'}
2023-03-26T07:17:43.687Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b2d78b59-d38e-49e8-a67d-2e1f40675085=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:17:43.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b2d78b59-d38e-49e8-a67d-2e1f40675085', protocol='range'}
2023-03-26T07:17:43.704Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:17:43.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:17:43.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:17:43.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:43.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:43.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:43.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:43.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:17:43.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:17:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:17:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:17:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:17:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=312, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-26T07:17:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:17:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:17:43.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:17:43.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:17:43.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:17:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:17:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:17:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679814697891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815021807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815024588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815025590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815056858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:17:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:17:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:17:45.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:17:45.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:45.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:45.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:46.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:17:46.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:46.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:46.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:47.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:17:47.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:47.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:47.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:48.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:17:48.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:48.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:48.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:49.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:17:49.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:49.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:49.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:50.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:17:50.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:17:50.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:17:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:17:50.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:17:50.793Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:17:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:17:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:17:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:17:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:17:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:17:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:17:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a5f17b0
2023-03-26T07:17:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:17:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:17:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:17:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:17:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:17:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:17:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815070820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:51.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:17:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:17:51.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:17:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:17:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:17:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:17:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:17:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:17:51.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:17:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@753716bb
2023-03-26T07:17:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:17:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:17:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:17:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:17:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:17:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:17:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:17:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:17:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815071871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:17:52.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:17:52.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:17:52.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:17:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:17:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:18:22.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:18:22.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:18:22.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:18:22.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:18:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:18:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:18:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:18:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:18:52.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:18:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:18:52.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:18:52.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:19:22.966Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:19:22.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:19:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:19:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:19:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:19:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:19:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:19:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:19:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:19:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:19:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:19:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:19:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815070820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:19:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:19:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815071871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:19:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:19:53.001Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:19:53.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:19:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:19:53.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:20:23.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:20:23.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:20:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:20:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:20:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:20:53.067Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:20:53.095Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:20:53.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:20:53.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:21:23.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:21:23.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:21:23.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:21:23.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:21:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:21:53.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:21:53.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:21:53.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:21:53.159Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:22:23.159Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:22:23.190Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:22:23.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:22:23.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:22:43.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:22:43.751Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:22:43.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b2d78b59-d38e-49e8-a67d-2e1f40675085 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-26T07:22:43.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:22:43.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:22:44.238Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:22:44.254Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:22:44.254Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:22:44.261Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:22:44.262Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:22:44.278Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:22:44.278Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:22:44.278Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:22:44.283Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:22:44.283Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:22:44.284Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:22:44.284Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=332, 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-26T07:22:44.284Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:22:44.284Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:22:53.196Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:22:53.196Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:22:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:22:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:22:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:22:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:22:53.242Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T07:22:53.243Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:22:53.250Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:22:53.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:22:53.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:22:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-07:22:52:905-69634], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:22:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:22:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:22:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:22:53.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:22:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:22:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:22:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:22:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:22:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815373393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:22:53.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:22:53.410Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815373393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:22:53.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T07:22:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:22:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:22:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:22:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:22:54.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:22:54.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:22:55.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:22:55.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:22:55.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:22:55.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:22:56.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:22:56.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:22:56.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:22:56.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:22:57.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:22:57.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:22:57.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:22:57.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:22:58.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:22:58.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:22:58.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:22:58.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:22:59.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:22:59.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:22:59.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:22:59.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:00.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:23:00.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:00.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:00.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:01.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:23:01.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:23:01.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:23:01.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:23:01.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:23:01.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:23:01.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:23:01.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:23:01.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:23:01.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:23:01.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:23:01.831Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:23:01.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:23:01.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:23:01.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:23:01.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:23:01.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:01.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:01.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815381835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:02.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:23:02.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:23:02.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:23:02.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:23:02.839Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:23:02.839Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:23:02.974Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14732455304826648803/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T07:23:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:23:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:23:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:23:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:23:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:23:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:23:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:23:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:23:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:23:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:23:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:23:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:23:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:23:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:23:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:23:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:23:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:23:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815384521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:05.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:23:05.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:23:05.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:23:05.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:05.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:05.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815385522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:06.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:23:06.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:23:06.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:23:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:23:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:23:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:23:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:23:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:23:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:23:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:23:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:23:06.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:23:36.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:23:36.581Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:23:36.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:23:36.583Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:23:36.589Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:23:36.611Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:23:36.611Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce1b19c2-89de-4230-9e86-a4c1acba27c7], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T07:23:36.618Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:23:36.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:23:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-07:23:36:272-74988], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:23:36.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:23:36.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:23:36.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:23:36.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:23:36.777Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:23:36.777Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:23:36.778Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:23:36.778Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:36.778Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:36.778Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815416777,
  "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-26T07:23:37.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:23:37.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:23:37.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:37.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:37.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:37.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:23:37.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-65706d7a-39cd-4e10-ad87-c57a62812bc2
2023-03-26T07:23:37.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:37.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:37.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:23:38.506Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:23:41.516Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:23:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:43.678Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:23:43.678Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:23:43.684Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:23:43.685Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-65706d7a-39cd-4e10-ad87-c57a62812bc2', protocol='range'}
2023-03-26T07:23:43.688Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-65706d7a-39cd-4e10-ad87-c57a62812bc2=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-26T07:23:43.703Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:23:43.703Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-65706d7a-39cd-4e10-ad87-c57a62812bc2', protocol='range'}
2023-03-26T07:23:43.703Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:23:43.703Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:43.703Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:23:43.703Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:43.708Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:23:43.708Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:23:43.708Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:23:43.709Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=333, 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-26T07:23:43.709Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:23:43.709Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:23:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:23:43.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:23:43.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:23:43.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:23:43.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:23:43.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:43.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:43.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:44.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:23:44.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:23:44.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:44.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:44.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:23:44.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815057892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815381835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815384521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815385522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815416777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:23:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:23:45.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:23:45.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:45.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:45.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:46.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:23:46.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:46.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:46.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:47.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:23:47.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:47.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:47.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:48.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:23:48.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:48.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:48.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:49.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:23:49.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:49.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:49.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:50.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:23:50.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:23:50.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:23:50.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:23:50.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:23:50.783Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:23:50.784Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:23:50.784Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:23:50.784Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:23:50.784Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:23:50.784Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:23:50.810Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:23:50.810Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@422df4f2
2023-03-26T07:23:50.810Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:23:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:23:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:23:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:23:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:23:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:23:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:50.812Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815430811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:51.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:23:51.834Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:23:51.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:23:51.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:23:51.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:23:51.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:23:51.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:23:51.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:23:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:23:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@14a34546
2023-03-26T07:23:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:23:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:23:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:23:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:23:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:23:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:23:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:23:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:23:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815431862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:23:52.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:23:52.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:23:52.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:23:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:23:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:24:22.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:24:22.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:24:22.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:24:22.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:24:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:24:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:24:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:24:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:24:52.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:24:52.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:24:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:24:52.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:25:22.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:25:22.986Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:25:22.991Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:25:22.991Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:25:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:25:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:25:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:25:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:25:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:25:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:25:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:25:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:25:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:25:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815430811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:25:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:25:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T07:25:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815431862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:25:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:25:52.991Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:25:53.014Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:25:53.019Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:25:53.019Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:26:23.019Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:26:23.045Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:26:23.049Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:26:23.050Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:26:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:26:53.050Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:26:53.077Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:26:53.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:26:53.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:27:23.083Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:27:23.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:27:23.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:27:23.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:27:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:27:53.121Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:27:53.145Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:27:53.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:27:53.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:28:23.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:28:23.175Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:28:23.179Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:28:23.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:28:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:28:43.761Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:28:43.762Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-65706d7a-39cd-4e10-ad87-c57a62812bc2 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-26T07:28:43.762Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:28:43.762Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:28:44.282Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:28:44.297Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:28:44.298Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:28:44.305Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:28:44.306Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:28:44.321Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:28:44.321Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:28:44.322Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:28:44.328Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:28:44.329Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:28:44.329Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:28:44.329Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=353, 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-26T07:28:44.329Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:28:44.329Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:28:53.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:28:53.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:28:53.189Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:28:53.189Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:28:53.189Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:28:53.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:28:53.215Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:28:53.215Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[221e5ff4-fc0b-48c0-8f91-700a6c78642b], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T07:28:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:28:53.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:28:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-07:28:52:879-8866], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:28:53.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:28:53.377Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:28:53.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:28:53.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:28:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:28:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:28:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:28:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:28:53.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:28:53.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815733385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:28:53.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:28:53.405Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815733385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:28:53.406Z||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-26T07:28:54.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:28:54.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:28:54.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:28:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:28:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:28:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:28:55.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:28:55.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:28:55.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:28:55.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:28:56.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:28:56.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:28:56.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:28:56.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:28:57.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:28:57.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:28:57.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:28:57.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:28:58.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:28:58.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:28:58.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:28:58.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:28:59.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:28:59.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:28:59.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:28:59.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:00.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:29:00.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:00.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:00.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:01.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:29:01.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:29:01.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:29:01.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:29:01.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:29:01.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:29:01.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:29:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:29:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:29:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:29:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:29:01.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:29:01.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:29:01.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:29:01.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:29:01.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:29:01.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:01.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:01.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815741841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:02.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:29:02.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:29:02.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:29:02.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:29:02.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:29:02.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:29:02.965Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2100123813842451533/Definitions/service-Vfw20230326064333-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T07:29:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:29:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:29:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:29:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:29:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:29:04.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:29:04.562Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:29:04.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:29:04.565Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:29:04.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:29:04.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:29:04.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:29:04.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:29:04.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:29:04.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:04.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:04.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815744606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:05.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:29:05.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:29:05.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:29:05.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:05.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:05.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815745608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:06.610Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:29:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:29:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:29:06.647Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:29:36.647Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:29:36.661Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:29:36.662Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:29:36.663Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:29:36.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:29:36.687Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T07:29:36.688Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:29:36.696Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:29:36.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:29:36.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:29:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-07:29:36:351-6559], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:29:36.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:29:36.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:29:36.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:29:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:29:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:29:36.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:29:36.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:36.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:36.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815776860,
  "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-26T07:29:37.889Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:29:37.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:29:37.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:37.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:37.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:37.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:29:37.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-859f6aa4-72a0-483a-981c-d0ebf815d31a
2023-03-26T07:29:37.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:37.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:37.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:29:38.534Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:29:41.543Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:29:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:43.678Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:29:43.678Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:29:43.684Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:29:43.685Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-859f6aa4-72a0-483a-981c-d0ebf815d31a', protocol='range'}
2023-03-26T07:29:43.690Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-859f6aa4-72a0-483a-981c-d0ebf815d31a=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:29:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:29:43.707Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-859f6aa4-72a0-483a-981c-d0ebf815d31a', protocol='range'}
2023-03-26T07:29:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:29:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:29:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:43.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:29:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:29:43.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:29:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=354, 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-26T07:29:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:43.716Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:29:43.716Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:29:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:29:43.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:29:43.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:29:43.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:29:43.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:29:43.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:43.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:43.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:44.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:29:44.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:44.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:44.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:29:44.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815417809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815741841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815744606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:29:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815745608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:29:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815776860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:29:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:29:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:29:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:29:45.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:29:45.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:45.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:45.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:46.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:29:46.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:46.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:46.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:47.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:29:47.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:47.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:47.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:48.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:29:48.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:48.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:48.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:49.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:29:49.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:49.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:49.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:50.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:29:50.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:29:50.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:29:50.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:29:50.744Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:29:50.802Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:29:50.803Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:29:50.803Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:29:50.803Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:29:50.803Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:29:50.803Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:29:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:29:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62173550
2023-03-26T07:29:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:29:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:29:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:29:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:29:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:29:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:29:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815790830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:51.832Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:29:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:29:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:29:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:29:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:29:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:29:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:29:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:29:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:29:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@32567d7c
2023-03-26T07:29:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:29:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:29:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:29:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:29:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:29:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:29:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:29:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:29:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815791876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:29:52.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:29:52.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:29:52.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:29:52.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:29:52.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:30:22.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:30:22.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:30:22.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:30:22.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:30:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:30:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:30:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:30:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:30:52.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:30:52.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:30:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:30:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:31:22.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:31:22.985Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:31:22.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:31:22.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:31:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:31:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:31:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:31:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:31:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:31:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:31:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:31:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:31:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:31:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:31:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:31:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:31:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:31:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:31:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:31:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:31:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:31:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815790830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:31:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:31:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:31:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815791876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:31:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:31:52.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:31:53.011Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:31:53.016Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:31:53.016Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:32:23.017Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:32:23.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:32:23.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:32:23.039Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:32:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:32:53.039Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:32:53.065Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:32:53.069Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:32:53.070Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:33:23.070Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:33:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:33:23.098Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:33:23.099Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:33:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:33:53.099Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:33:53.122Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:33:53.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:33:53.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:34:23.127Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:34:23.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:34:23.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:34:23.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:34:43.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:34:43.765Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:34:43.765Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-859f6aa4-72a0-483a-981c-d0ebf815d31a 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-26T07:34:43.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:34:43.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:34:44.248Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:34:44.263Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:34:44.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:34:44.271Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:34:44.271Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:34:44.288Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:34:44.289Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:34:44.289Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:34:44.294Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:34:44.294Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:34:44.294Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:34:44.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=374, 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-26T07:34:44.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:34:44.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:34:53.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:34:53.159Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:34:53.172Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:34:53.172Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:34:53.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:34:53.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:34:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T07:34:53.200Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:34:53.206Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:34:53.351Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:34:53.352Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:34:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-07:34:52:861-50415], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:34:53.352Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:34:53.352Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:34:53.352Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:34:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:34:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:34:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:34:53.366Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:34:53.366Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:34:53.366Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816093365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:34:53.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:34:53.383Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816093365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:34:53.383Z||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-26T07:34:54.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:34:54.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:34:54.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:34:54.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:34:54.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:34:54.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:34:55.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:34:55.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:34:55.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:34:55.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:34:56.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:34:56.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:34:56.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:34:56.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:34:57.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:34:57.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:34:57.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:34:57.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:34:58.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:34:58.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:34:58.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:34:58.402Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:34:59.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:34:59.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:34:59.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:34:59.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:00.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:35:00.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:00.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:00.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:01.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:35:01.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:35:01.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:35:01.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:35:01.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:35:01.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:35:01.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:35:01.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:35:01.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:35:01.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:35:01.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:35:01.780Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:35:01.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:35:01.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:35:01.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:35:01.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:35:01.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:01.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:01.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816101784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:02.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:35:02.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:35:02.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:35:02.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:35:02.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:35:02.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:35:02.914Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9348598662932772919/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T07:35:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:35:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:35:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:35:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:35:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:35:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:35:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:35:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:35:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:35:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:35:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:35:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:35:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:35:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:35:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:35:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816104519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:05.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:35:05.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:35:05.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:35:05.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:05.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:05.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816105521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:06.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:35:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:35:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:35:06.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:35:36.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:35:36.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:35:36.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:35:36.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:35:36.583Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:35:36.603Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T07:35:36.604Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:35:36.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:35:36.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:35:36.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:35:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-07:35:36:267-45900], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:35:36.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:35:36.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:35:36.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:35:36.758Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:35:36.758Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:35:36.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:35:36.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:36.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:36.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816136758,
  "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-26T07:35:37.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:35:37.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:35:37.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:37.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:37.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:37.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:35:37.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-d99d3ebf-0dcb-489c-a7c8-cff30c1c4169
2023-03-26T07:35:37.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:37.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:37.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:35:38.512Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:35:41.520Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:35:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:35:43.676Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:35:43.684Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-d99d3ebf-0dcb-489c-a7c8-cff30c1c4169', protocol='range'}
2023-03-26T07:35:43.684Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:35:43.689Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-d99d3ebf-0dcb-489c-a7c8-cff30c1c4169=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:35:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-d99d3ebf-0dcb-489c-a7c8-cff30c1c4169', protocol='range'}
2023-03-26T07:35:43.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:43.707Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:35:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:35:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:35:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:35:43.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:35:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:35:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=375, 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-26T07:35:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:35:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:35:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:35:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:35:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:35:43.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:35:43.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:35:43.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:43.723Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:43.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:44.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:35:44.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:44.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:44.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679815777889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816101784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816104519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816105521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816136758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:35:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:35:45.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:35:45.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:45.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:45.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:46.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:35:46.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:46.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:46.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:47.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:35:47.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:47.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:47.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:48.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:35:48.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:48.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:48.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:49.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:35:49.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:49.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:49.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:50.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:35:50.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:35:50.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:35:50.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:35:50.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:35:50.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:35:50.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:35:50.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:35:50.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:35:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:35:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:35:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:35:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2e913ad
2023-03-26T07:35:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:35:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:35:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:35:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:35:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:35:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:35:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816150831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:51.832Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:35:51.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:35:51.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:35:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:35:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:35:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:35:51.858Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:35:51.859Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:35:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:35:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@328d2cd1
2023-03-26T07:35:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:35:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:35:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:35:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:35:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:35:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:35:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:35:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:35:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816151875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:35:52.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:35:52.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:35:52.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:35:52.914Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:35:52.914Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:36:22.914Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:36:22.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:36:22.947Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:36:22.947Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:36:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:36:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:36:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:36:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:36:52.947Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:36:52.977Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:36:52.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:36:52.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:37:22.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:37:23.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:37:23.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:37:23.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:37:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:37:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:37:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:37:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:37:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:37:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:37:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:37:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:37:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:37:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816150831,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816151875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:37:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:37:53.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:37:53.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:37:53.042Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:37:53.042Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:38:23.043Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:38:23.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:38:23.065Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:38:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:38:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:38:53.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:38:53.092Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:38:53.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:38:53.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:39:23.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:39:23.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:39:23.122Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:39:23.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:39:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:39:53.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:39:53.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:39:53.153Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:39:53.153Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:40:23.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:40:23.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:40:23.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:40:23.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:40:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:40:43.752Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:40:43.753Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-d99d3ebf-0dcb-489c-a7c8-cff30c1c4169 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-26T07:40:43.753Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:40:43.753Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:40:44.223Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:40:44.239Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:40:44.240Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:40:44.248Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:40:44.248Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:40:44.267Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:40:44.268Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:40:44.268Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:40:44.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:40:44.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:40:44.275Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:40:44.275Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=395, 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-26T07:40:44.275Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:40:44.275Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:40:53.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:40:53.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:40:53.197Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:40:53.197Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:40:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:40:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:40:53.224Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T07:40:53.225Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:40:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:40:53.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:40:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:40:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-07:40:52:888-94341], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:40:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:40:53.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:40:53.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:40:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:40:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:40:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:40:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:40:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:40:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816453395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:40:53.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:40:53.412Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816453395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:40:53.413Z||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-26T07:40:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:40:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:40:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:40:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:40:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:40:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:40:55.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:40:55.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:40:55.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:40:55.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:40:56.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:40:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:40:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:40:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:40:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:40:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:40:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:40:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:40:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:40:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:40:58.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:40:58.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:40:59.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:40:59.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:40:59.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:40:59.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:00.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:41:00.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:00.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:00.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:01.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:41:01.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:41:01.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:41:01.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:41:01.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:41:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:41:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:41:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:41:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:41:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:41:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:41:01.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:41:01.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:41:01.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:41:01.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:41:01.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:41:01.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:01.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:01.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816461798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:02.800Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:41:02.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:41:02.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:41:02.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:41:02.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:41:02.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:41:02.941Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14455454772926230318/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T07:41:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:41:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:41:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:41:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:41:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:41:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:41:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:41:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:41:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:41:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:41:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:41:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816464529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:05.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:41:05.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:41:05.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:41:05.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:05.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:05.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816465530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:06.532Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:41:06.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:41:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:41:06.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:41:36.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:41:36.587Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:41:36.587Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:41:36.588Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:41:36.591Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:41:36.605Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:41:36.605Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5dbb8b7e-a932-4a6d-b939-0081b467141b], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T07:41:36.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:41:36.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:41:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-07:41:36:267-44118], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:41:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:41:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:41:36.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:41:36.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:41:36.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:41:36.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:41:36.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:41:36.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:36.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:36.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816496762,
  "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-26T07:41:37.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:41:37.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:41:37.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:37.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:37.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:37.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:41:37.800Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1ef7d760-62a0-4053-8c8c-399b5eb73220
2023-03-26T07:41:37.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:37.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:37.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:41:38.509Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:41:41.517Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:41:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:43.677Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:41:43.678Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:41:43.685Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1ef7d760-62a0-4053-8c8c-399b5eb73220', protocol='range'}
2023-03-26T07:41:43.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:41:43.691Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1ef7d760-62a0-4053-8c8c-399b5eb73220=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-26T07:41:43.709Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:41:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1ef7d760-62a0-4053-8c8c-399b5eb73220', protocol='range'}
2023-03-26T07:41:43.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:43.710Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:41:43.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:43.710Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:41:43.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:41:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:43.716Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:41:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:43.716Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:41:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:41:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:41:43.716Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=396, 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-26T07:41:43.717Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:41:43.717Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:41:43.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:41:43.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:41:43.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:41:43.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:43.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:43.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:44.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:41:44.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:44.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:44.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:41:44.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:41:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:41:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:41:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816137788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:41:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816461798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816464529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816465530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816496762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:41:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:41:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:41:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:41:45.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:41:45.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:45.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:45.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:46.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:41:46.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:46.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:46.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:47.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:41:47.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:47.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:47.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:48.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:41:48.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:48.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:48.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:49.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:41:49.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:49.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:49.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:50.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:41:50.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:41:50.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:41:50.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:41:50.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:41:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:41:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:41:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:41:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:41:50.791Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:41:50.792Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:41:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:41:50.827Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42e4a424
2023-03-26T07:41:50.827Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:41:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:41:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:41:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:41:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:41:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:41:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816510828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:51.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:41:51.848Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:41:51.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:41:51.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:41:51.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:41:51.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:41:51.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:41:51.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:41:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:41:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@27e5e729
2023-03-26T07:41:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:41:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:41:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:41:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:41:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:41:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:41:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:41:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:41:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816511871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:41:52.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:41:52.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:41:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:41:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:41:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:42:22.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:42:22.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:42:22.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:42:22.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:42:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:42:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:42:52.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:42:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:42:52.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:42:52.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:43:22.966Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:43:22.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:43:22.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:43:22.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:43:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:43:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:43:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:43:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:43:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:43:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:43:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:43:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:43:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:43:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:43:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:43:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816510828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816511871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:43:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:43:52.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:43:53.020Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:43:53.024Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:43:53.024Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:44:23.024Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:44:23.047Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:44:23.050Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:44:23.051Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:44:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:44:53.051Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:44:53.077Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:44:53.081Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:44:53.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:45:07.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:45:07.249Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816706653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:45:07.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:45:23.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:45:23.109Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:45:23.114Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:45:23.114Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:45:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:45:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:45:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679816705358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:45:43.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:45:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:45:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816680906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:45:43.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:45:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:45:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816705137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:45:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:45:53.114Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:45:53.138Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:45:53.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:45:53.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:46:23.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:46:23.166Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:46:23.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:46:23.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:46:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:46:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679816705003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816706653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679816705358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679816705003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816680906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816705137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816706653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679816705003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679816705358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816680906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816705137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816706653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679816705003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816680906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679816705358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816705137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816706653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679816705003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679816705358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816680906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816705137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816706653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679816705003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816680906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679816705358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816705137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679816705003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816706653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816705137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816680906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679816705358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816714407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679816714802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816714059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816715686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816715062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:46:43.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.674Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816716797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:46:43.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.674Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679816716064,
  "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-26T07:46:43.717Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 694f97ae-3204-4194-9f4d-532011130c78
2023-03-26T07:46:43.717Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 694f97ae-3204-4194-9f4d-532011130c78 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=?
2023-03-26T07:46:43.723Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:46:43.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1ef7d760-62a0-4053-8c8c-399b5eb73220 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-26T07:46:43.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:46:43.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-26T07:46:43.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816717913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:46:43.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816719045,
  "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-26T07:46:43.759Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 694f97ae-3204-4194-9f4d-532011130c78
2023-03-26T07:46:43.760Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 694f97ae-3204-4194-9f4d-532011130c78 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-26T07:46:43.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679816720049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T07:46:43.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816718805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816718805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816718805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816721446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:46:43.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816718805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "aai-model-loader",
  "timestamp": 1679816722451,
  "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-26T07:46:43.800Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 694f97ae-3204-4194-9f4d-532011130c78
2023-03-26T07:46:43.800Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 694f97ae-3204-4194-9f4d-532011130c78 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-26T07:46:43.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.825Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816718805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816718805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816718805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816726634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816729707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:46:43.826Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679816730712,
  "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-26T07:46:43.842Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 694f97ae-3204-4194-9f4d-532011130c78
2023-03-26T07:46:43.843Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 694f97ae-3204-4194-9f4d-532011130c78 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-26T07:46:44.626Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:46:47.636Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:46:50.645Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:46:53.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:46:53.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:46:53.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:46:53.183Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:46:53.184Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:46:53.191Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:46:53.224Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T07:46:53.224Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:46:53.232Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:46:53.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:46:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:46:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-07:46:52:887-9557], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:46:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:46:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:46:53.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:46:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:46:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:46:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:46:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:46:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:46:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816813393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:46:53.654Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T07:46:54.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:46:54.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:46:54.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:46:54.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:46:54.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:46:54.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:46:55.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:46:55.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:46:55.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:46:55.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:46:56.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:46:56.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:46:56.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:46:56.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:46:56.663Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:46:57.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:46:57.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:46:57.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:46:57.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:46:58.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:46:58.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:46:58.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:46:58.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:46:59.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:46:59.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:46:59.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:46:59.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:46:59.673Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:00.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:47:00.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:00.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:00.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:01.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:47:01.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:47:01.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:47:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:47:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:47:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:47:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:47:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:47:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:47:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:47:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:47:01.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:47:01.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:47:01.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:47:01.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:47:01.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:47:01.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:01.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:01.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816821793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:02.682Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:02.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:47:02.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:47:02.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:47:02.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:47:02.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:47:02.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:47:02.994Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5598385029451822097/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T07:47:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:47:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:47:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:47:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:47:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:47:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:47:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:47:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:47:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:47:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:47:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:47:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:47:04.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:47:04.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:47:04.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:47:04.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:47:04.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:04.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:04.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816824566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:05.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:47:05.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:47:05.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:47:05.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:05.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:05.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816825567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:05.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:06.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:47:06.588Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:47:06.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:47:06.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:47:06.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:47:06.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:47:06.593Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:47:06.593Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:47:06.593Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:47:06.593Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:47:06.593Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:47:06.604Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:47:08.717Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:11.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:14.737Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:17.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:20.754Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:23.765Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:26.773Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:29.781Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:32.790Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:35.798Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:36.605Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:47:36.616Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:47:36.617Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:47:36.617Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:47:36.625Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:47:36.646Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:47:36.647Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37e9d415-c82f-4fb8-a52d-bc571ba04ebb], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T07:47:36.652Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:47:36.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:47:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-07:47:36:308-94725], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:47:36.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:47:36.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:47:36.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:47:36.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:47:36.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:47:36.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:47:36.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:47:36.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:36.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:36.816Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816856815,
  "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-26T07:47:37.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:47:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:47:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:37.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:47:37.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-330cbaf1-e251-4291-b6e8-8422cac73207
2023-03-26T07:47:37.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:37.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:37.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:47:38.807Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:41.817Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:47:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.676Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:47:43.683Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:47:43.684Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-330cbaf1-e251-4291-b6e8-8422cac73207', protocol='range'}
2023-03-26T07:47:43.689Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-330cbaf1-e251-4291-b6e8-8422cac73207=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:47:43.707Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-330cbaf1-e251-4291-b6e8-8422cac73207', protocol='range'}
2023-03-26T07:47:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:47:43.707Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:43.708Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:43.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:43.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:43.714Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:43.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:47:43.714Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:47:43.714Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.714Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.714Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:47:43.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:47:43.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:47:43.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:47:43.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:43.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:43.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:44.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:47:44.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:44.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:44.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:44.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.744Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816813393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:47:44.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.745Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:47:44.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:47:44.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:47:44.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:47:44.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.747Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:47:44.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816497794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816821793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:47:44.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816824566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816825567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816856815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:47:44.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:47:45.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:47:45.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:45.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:45.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:46.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:47:46.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:46.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:46.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:47.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:47:47.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:47.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:47.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:48.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:47:48.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:48.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:48.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:49.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:47:49.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:49.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:49.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:50.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:47:50.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:47:50.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:47:50.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:47:50.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:47:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:47:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:47:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:47:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:47:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:47:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:47:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:47:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4413d861
2023-03-26T07:47:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:47:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:47:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:47:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:47:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:47:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:47:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816870816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:51.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:47:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:47:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:47:51.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:47:51.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:47:51.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:47:51.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:47:51.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:47:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:47:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a060f06
2023-03-26T07:47:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:47:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:47:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:47:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:47:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:47:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:47:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:47:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:47:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816871862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:47:52.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:47:52.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:47:52.887Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:47:52.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:47:52.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:48:22.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:48:22.914Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:48:22.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:48:22.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:48:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:48:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:48:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:48:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:48:52.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:48:52.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:48:52.947Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:48:52.948Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:49:22.948Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:49:22.977Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:49:22.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:49:22.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:49:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:49:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:49:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:49:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:49:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:49:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:49:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:49:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:49:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:49:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:49:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:49:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:49:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:49:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:49:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:49:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:49:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:49:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816870816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:49:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:49:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:49:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816871862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:49:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:49:52.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:49:53.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:49:53.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:49:53.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:50:23.008Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:50:23.030Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:50:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:50:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:50:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:50:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:50:53.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:50:53.065Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:50:53.065Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:51:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:51:23.090Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:51:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:51:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:51:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:51:53.095Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:51:53.122Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:51:53.125Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:51:53.125Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:52:23.125Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:52:23.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:52:23.156Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:52:23.157Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:52:43.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:52:43.756Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:52:43.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-330cbaf1-e251-4291-b6e8-8422cac73207 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-26T07:52:43.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:52:43.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:52:44.241Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:52:44.254Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:52:44.255Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:52:44.260Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:52:44.261Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:52:44.277Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:52:44.278Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:52:44.278Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:52:44.283Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:52:44.283Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:52:44.283Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:52:44.284Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=494, 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-26T07:52:44.284Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:52:44.284Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:52:53.157Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:52:53.157Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:52:53.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:52:53.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:52:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:52:53.179Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:52:53.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:52:53.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30a74908-f607-4e45-8ae3-adb427dc3d09], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T07:52:53.203Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:52:53.354Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:52:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-07:52:52:859-71704], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:52:53.354Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:52:53.355Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:52:53.356Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:52:53.356Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:52:53.363Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:52:53.363Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:52:53.364Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:52:53.364Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:52:53.364Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:52:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817173364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:52:53.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:52:53.382Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817173364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:52:53.382Z||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-26T07:52:54.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:52:54.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:52:54.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:52:54.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:52:54.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:52:54.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:52:55.387Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:52:55.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:52:55.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:52:55.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:52:56.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:52:56.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:52:56.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:52:56.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:52:57.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:52:57.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:52:57.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:52:57.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:52:58.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:52:58.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:52:58.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:52:58.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:52:59.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:52:59.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:52:59.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:52:59.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:00.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:53:00.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:00.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:00.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:01.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:53:01.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:53:01.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T07:53:01.398Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:53:01.398Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T07:53:01.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:53:01.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:53:01.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:53:01.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:53:01.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:53:01.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:53:01.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:53:01.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T07:53:01.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:53:01.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T07:53:01.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:53:01.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:01.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:01.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817181788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:02.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:53:02.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:53:02.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:53:02.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T07:53:02.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:53:02.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:53:02.903Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8679693996731514963/Definitions/service-Vfw20230326064333-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T07:53:04.507Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:53:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:53:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:53:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:04.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T07:53:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T07:53:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:53:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T07:53:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:53:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817184547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:05.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T07:53:05.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T07:53:05.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T07:53:05.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:05.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:05.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817185548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:06.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:53:06.573Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:53:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:53:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:53:06.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:53:06.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:53:06.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:53:06.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:53:06.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:53:06.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:53:06.580Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:53:06.594Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:53:36.594Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T07:53:36.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T07:53:36.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T07:53:36.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T07:53:36.614Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:53:36.637Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T07:53:36.638Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[833c4160-eb7b-4e1c-be9a-8252557b8cd3], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T07:53:36.645Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:53:36.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:53:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-07:53:36:302-7576], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:53:36.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:53:36.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T07:53:36.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:53:36.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:53:36.814Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T07:53:36.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:53:36.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:53:36.816Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:36.816Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:36.816Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817216815,
  "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-26T07:53:37.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:53:37.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:53:37.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:53:37.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:37.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:37.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:38.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:53:38.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:38.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:38.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:39.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:53:39.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:39.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:39.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:40.851Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:53:40.851Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:40.851Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:40.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:41.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:53:41.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:41.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:41.864Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:42.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:53:42.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:42.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:42.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:53:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:53:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817181788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817184547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817185548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817216815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:53:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:53:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:53:43.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:53:43.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:43.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:43.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:44.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:53:44.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:53:44.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T07:53:44.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:53:44.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T07:53:44.970Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:53:44.971Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:53:44.971Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:53:44.971Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T07:53:44.971Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:53:44.972Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T07:53:45.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:53:45.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T07:53:45.337Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T07:53:45.337Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T07:53:45.337Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:53:45.337Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:45.337Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:45.338Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817225337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:46.338Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:53:46.339Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:53:46.339Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T07:53:46.340Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T07:53:46.340Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T07:53:46.340Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T07:53:46.456Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7846405465465519544/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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-26T07:53:47.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T07:53:47.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:53:47.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T07:53:47.891Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.891Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.891Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:53:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T07:53:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:53:47.925Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||vFW d6c0006b-f660 0
2023-03-26T07:53:47.925Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe
2023-03-26T07:53:47.925Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e69af043-6d34-4864-9a3e-688583d81146 from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
2023-03-26T07:53:47.925Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:53:47.925Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
2023-03-26T07:53:48.025Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:53:48.025Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json e69af043-6d34-4864-9a3e-688583d81146 785
2023-03-26T07:53:48.025Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json ASDC sendASDCNotification
2023-03-26T07:53:48.026Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
2023-03-26T07:53:48.026Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:53:48.026Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:48.026Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:48.026Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817228025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:49.027Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD6c0006bF660..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2300d259-b2a3-40c3-b819-759590b04308",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0ee050a-169c-4817-ba0f-1c7ef760e80a",
    "vfModuleModelCustomizationUUID": "fda12090-c400-4063-93a0-98efbf15e74b",
    "isBase": true,
    "artifacts": [
      "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
      "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b"
    ],
    "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-26T07:53:49.032Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD6c0006bF660..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0ee050a-169c-4817-ba0f-1c7ef760e80a
VfModuleModelInvariantUUID:2300d259-b2a3-40c3-b819-759590b04308
VfModuleModelDescription:NULL
Artifacts UUID List:{
db302ee8-0dd8-4a10-bed0-a4dfa2858f74
,
a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b

}
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-26T07:53:49.035Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD6c0006bF660..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2300d259-b2a3-40c3-b819-759590b04308",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0ee050a-169c-4817-ba0f-1c7ef760e80a",
    "vfModuleModelCustomizationUUID": "fda12090-c400-4063-93a0-98efbf15e74b",
    "isBase": true,
    "artifacts": [
      "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
      "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b"
    ],
    "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-26T07:53:49.035Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD6c0006bF660..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0ee050a-169c-4817-ba0f-1c7ef760e80a
VfModuleModelInvariantUUID:2300d259-b2a3-40c3-b819-759590b04308
VfModuleModelDescription:NULL
Artifacts UUID List:{
db302ee8-0dd8-4a10-bed0-a4dfa2858f74
,
a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b

}
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-26T07:53:49.035Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db302ee8-0dd8-4a10-bed0-a4dfa2858f74 from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
2023-03-26T07:53:49.036Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:53:49.036Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
2023-03-26T07:53:49.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:53:49.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml db302ee8-0dd8-4a10-bed0-a4dfa2858f74 20368
2023-03-26T07:53:49.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-26T07:53:49.254Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
2023-03-26T07:53:49.254Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:53:49.254Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:49.254Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:49.254Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817229253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:50.255Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
2023-03-26T07:53:50.256Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:53:50.256Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
2023-03-26T07:53:50.408Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T07:53:50.409Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b 2098
2023-03-26T07:53:50.409Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-26T07:53:50.409Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
2023-03-26T07:53:50.410Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T07:53:50.410Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:50.410Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:50.410Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817230409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:51.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T07:53:51.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d6c0006b-f660 0 71a2f913-beb5-4e43-927d-f251b8fe39fe 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-26T07:53:51.439Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@110e0d15, org.onap.sdc.toscaparser.api.parameters.Input@981016f, org.onap.sdc.toscaparser.api.parameters.Input@c3c93c, org.onap.sdc.toscaparser.api.parameters.Input@16b283d0, org.onap.sdc.toscaparser.api.parameters.Input@77b542b6]
2023-03-26T07:53:51.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:51.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-26T07:53:51.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e7156845-a17d-435d-85c2-1225b940dbc7
2023-03-26T07:53:51.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7156845-a17d-435d-85c2-1225b940dbc7 matches Tosca VF Customization UUID: e7156845-a17d-435d-85c2-1225b940dbc7
2023-03-26T07:53:51.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e7156845-a17d-435d-85c2-1225b940dbc7  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-26T07:53:51.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:51.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e7156845-a17d-435d-85c2-1225b940dbc7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-26T07:53:51.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43719fa4
2023-03-26T07:53:51.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T07:53:51.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fda12090-c400-4063-93a0-98efbf15e74b
2023-03-26T07:53:51.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fda12090-c400-4063-93a0-98efbf15e74b
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-26T07:53:51.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T07:53:51.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:51.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
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-26T07:53:51.453Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.453Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:51.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T07:53:51.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:51.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
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-26T07:53:51.458Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.458Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:51.458Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T07:53:51.459Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
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-26T07:53:51.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:51.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T07:53:51.463Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.463Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T07:53:51.463Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=e7156845-a17d-435d-85c2-1225b940dbc7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:53:51.466Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.466Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:51.466Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 93901bce-c9a2-40f9-915c-5ebc03836acc: vFW d6c0006b-f660
2023-03-26T07:53:51.466Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.467Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:51.467Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.467Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:51.467Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.467Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:51.468Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.468Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:51.468Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T07:53:51.468Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T07:53:51.468Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-26 07-43-51 
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-26T07:53:51.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d6c0006b-f660 71a2f913-beb5-4e43-927d-f251b8fe39fe 1 ASDC deployResourceStructure
2023-03-26T07:53:51.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json ASDC sendASDCNotification
2023-03-26T07:53:51.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
2023-03-26T07:53:51.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T07:53:51.965Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:51.965Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:51.965Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817231964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:52.965Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-26T07:53:52.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
2023-03-26T07:53:52.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T07:53:52.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:52.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:52.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817232965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:53.967Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-26T07:53:53.967Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
2023-03-26T07:53:53.967Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T07:53:53.967Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:53.967Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:53.967Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817233967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:54.968Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T07:53:54.969Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T07:53:54.969Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T07:53:54.969Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:53:54.969Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:53:54.969Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817234968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:53:55.970Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:53:55.987Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T07:53:55.990Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T07:53:55.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T07:54:25.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T07:54:26.010Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T07:54:26.010Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T07:54:26.011Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T07:54:26.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:54:26.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T07:54:26.038Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3b52a9a-05ab-4df6-844a-81ab9975508d], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T07:54:26.047Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T07:54:26.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:54:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-07:54:25:702-17356], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:54:26.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:54:26.203Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T07:54:26.203Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:54:26.203Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T07:54:26.212Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T07:54:26.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T07:54:26.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T07:54:26.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:26.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:26.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817266212,
  "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-26T07:54:27.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T07:54:27.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T07:54:27.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:27.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:27.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:27.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:54:27.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc3629e2-9c75-4a3f-9a98-65e6874cb2f9
2023-03-26T07:54:27.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=3, 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-26T07:54:27.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:27.245Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T07:54:29.660Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:54:32.669Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:54:35.678Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:54:38.686Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:54:41.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:54:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:43.679Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:54:43.679Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:54:43.687Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:54:43.687Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc3629e2-9c75-4a3f-9a98-65e6874cb2f9', protocol='range'}
2023-03-26T07:54:43.690Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc3629e2-9c75-4a3f-9a98-65e6874cb2f9=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:54:43.706Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:54:43.706Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc3629e2-9c75-4a3f-9a98-65e6874cb2f9', protocol='range'}
2023-03-26T07:54:43.706Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:54:43.706Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:43.707Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:54:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:43.711Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:43.711Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:43.711Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:43.711Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:43.712Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:54:43.712Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:54:43.712Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T07:54:43.712Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:54:43.712Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:54:43.712Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=512, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-26T07:54:43.712Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:54:43.712Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:54:43.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:54:43.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:54:43.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:54:43.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:43.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:43.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:54:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:44.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.726Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679816857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:54:44.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817225337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817228025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817229253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817230409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:54:44.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817231964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817232965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817233967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817234968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:54:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817266212,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T07:54:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:54:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:54:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:54:45.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:54:45.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:45.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:45.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:46.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:54:46.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:46.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:46.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:47.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:54:47.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:47.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:47.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:48.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:54:48.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:48.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:48.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:49.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:54:49.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:49.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:49.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:50.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T07:54:50.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T07:54:50.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T07:54:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T07:54:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T07:54:50.781Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T07:54:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:54:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T07:54:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:54:50.782Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:54:50.783Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T07:54:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:54:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57217a2f
2023-03-26T07:54:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:54:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:54:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:54:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T07:54:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T07:54:50.811Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:54:50.812Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:50.812Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:50.812Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817290811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:51.812Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T07:54:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:54:51.838Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T07:54:51.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T07:54:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T07:54:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:54:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T07:54:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T07:54:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T07:54:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@38e97f01
2023-03-26T07:54:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T07:54:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T07:54:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T07:54:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T07:54:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T07:54:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T07:54:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:54:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:54:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817291864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:54:52.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T07:54:52.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:54:52.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:54:52.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:54:52.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:55:22.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:55:22.922Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:55:22.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:55:22.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:55:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:55:43.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:55:43.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:55:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:55:52.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:55:52.950Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:55:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:55:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:56:22.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:56:22.977Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:56:22.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:56:22.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:56:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:56:43.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:56:43.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:56:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817290811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:56:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:56:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:56:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817291864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T07:56:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:56:52.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:56:53.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:56:53.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:56:53.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:57:23.011Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:57:23.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:57:23.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:57:23.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:57:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:57:43.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817365137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:57:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817315816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817347081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817364896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817351075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817315816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817365137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817347081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817364896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817351075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817375457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817375855,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817375108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817376111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:57:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817377116,
  "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-26T07:57:43.703Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebfedda9-e63b-4958-ad54-71c5240a011e
2023-03-26T07:57:43.704Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T07:57:43.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.726Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817378342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:57:43.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.726Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817379345,
  "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-26T07:57:43.740Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebfedda9-e63b-4958-ad54-71c5240a011e
2023-03-26T07:57:43.741Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T07:57:43.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817378805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:57:43.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817378805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:57:43.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.766Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817381608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:57:43.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.766Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:57:43.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:57:43.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:57:43.766Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817384139,
  "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-26T07:57:43.780Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebfedda9-e63b-4958-ad54-71c5240a011e
2023-03-26T07:57:43.780Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T07:57:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:57:53.058Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:57:53.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:57:53.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:58:23.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:58:23.087Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:58:23.092Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:58:23.092Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:58:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:58:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817378116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817376858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817406533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817395137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817404872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817378116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817376858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817404872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817406533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817395137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817378116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817376858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817406533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817395137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817404872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817378116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817376858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817404872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817406533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817395137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817378116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817376858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817404872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817395137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817406533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817378116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817376858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817406533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817404872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817395137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817378116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817376858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.672Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817406533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817404872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817395137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817378116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.674Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817376858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.674Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817404872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.675Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817395137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.675Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817406533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.676Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.676Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817413214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.676Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817413964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.677Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817413592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.677Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.677Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817414218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:58:43.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.678Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.678Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817415219,
  "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-26T07:58:43.718Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54811cc3-fa7e-4cba-8608-1e27548128c8
2023-03-26T07:58:43.719Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T07:58:43.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.740Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817408805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.741Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817417309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:58:43.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.741Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817417607,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.741Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817418312,
  "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-26T07:58:43.755Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54811cc3-fa7e-4cba-8608-1e27548128c8
2023-03-26T07:58:43.755Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T07:58:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817419409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:58:43.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817420411,
  "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-26T07:58:43.791Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54811cc3-fa7e-4cba-8608-1e27548128c8
2023-03-26T07:58:43.791Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T07:58:43.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.814Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817425137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.814Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817416221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.814Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817424872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817414723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817414967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817416221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817424872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817414967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817425137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.816Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817414723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817416221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817414723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817424872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.817Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817425137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817414967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817416221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817424872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817414723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817425137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817414967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817416221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817424872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817414723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817414967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817425137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817416221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817424872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817425137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.821Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817414723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817414967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817416221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.822Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679817424872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817414723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817425137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817414967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817438805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817440860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817439594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817439245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679817439999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817438805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817440247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817441980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817438805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.827Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679817441248,
  "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-26T07:58:43.859Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
2023-03-26T07:58:43.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T07:58:43.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.881Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817443082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.881Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817438805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.882Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817444135,
  "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-26T07:58:43.895Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
2023-03-26T07:58:43.895Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T07:58:43.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817438805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679817445137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817438805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817444799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817438805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T07:58:43.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.914Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679817445802,
  "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-26T07:58:43.928Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
2023-03-26T07:58:43.928Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T07:58:43.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.950Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817446593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T07:58:43.950Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.951Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817448706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T07:58:43.951Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T07:58:43.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:58:43.951Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679817449710,
  "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-26T07:58:43.964Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
2023-03-26T07:58:43.964Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T07:58:53.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:58:53.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:58:53.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:58:53.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:59:23.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:59:23.147Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T07:59:23.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T07:59:23.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T07:59:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:59:43.751Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T07:59:43.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc3629e2-9c75-4a3f-9a98-65e6874cb2f9 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-26T07:59:43.752Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T07:59:43.752Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T07:59:44.587Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T07:59:44.604Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:59:44.604Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T07:59:44.610Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:59:44.611Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T07:59:44.629Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T07:59:44.629Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:59:44.629Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:59:44.634Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:59:44.634Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:59:44.634Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:59:44.634Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=668, 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-26T07:59:44.634Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:59:44.635Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T07:59:53.152Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T07:59:53.152Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T07:59:53.164Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T07:59:53.164Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T07:59:53.165Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T07:59:53.172Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T07:59:53.191Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T07:59:53.192Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6176ffc0-41e5-4574-82e4-d4185a782f1f], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T07:59:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T07:59:53.344Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 07:59:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-07:59:52:857-21055], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T07:59:53.344Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T07:59:53.345Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T07:59:53.345Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T07:59:53.346Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:59:53.353Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T07:59:53.353Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T07:59:53.354Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T07:59:53.354Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:59:53.354Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:59:53.354Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817593354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:59:53.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T07:59:53.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817593354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T07:59:53.372Z||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-26T07:59:54.372Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T07:59:54.372Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T07:59:54.373Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:59:54.373Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:59:54.373Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:59:54.374Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:59:55.374Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:59:55.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:59:55.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:59:55.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:59:56.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:59:56.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:59:56.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:59:56.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:59:57.377Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:59:57.377Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:59:57.377Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:59:57.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:59:58.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:59:58.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:59:58.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:59:58.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T07:59:59.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T07:59:59.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T07:59:59.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T07:59:59.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:00.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:00:00.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:00.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:00.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:01.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:00:01.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:00:01.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T08:00:01.386Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:00:01.386Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T08:00:01.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:00:01.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T08:00:01.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T08:00:01.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:00:01.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T08:00:01.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:00:01.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T08:00:01.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T08:00:01.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:00:01.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:00:01.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:00:01.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:01.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:01.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817601717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:02.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:00:02.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T08:00:02.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:00:02.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T08:00:02.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:00:02.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:00:02.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6597038133809185794/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T08:00:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T08:00:04.450Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:00:04.451Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:00:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T08:00:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:00:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T08:00:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T08:00:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:00:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T08:00:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:00:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817604496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:05.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:00:05.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T08:00:05.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:00:05.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:05.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:05.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817605497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:06.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:00:06.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:00:06.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:00:06.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:00:06.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:00:06.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:00:06.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:00:06.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:00:06.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:00:06.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:00:06.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T08:00:06.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:00:36.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T08:00:36.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T08:00:36.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T08:00:36.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T08:00:36.568Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:00:36.586Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T08:00:36.586Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T08:00:36.597Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:00:36.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T08:00:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:00:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-08:00:36:254-19876], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:00:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:00:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:00:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T08:00:36.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T08:00:36.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:00:36.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:00:36.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:36.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:36.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817636761,
  "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-26T08:00:37.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:00:37.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:00:37.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:00:37.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:37.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:37.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:38.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:00:38.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:38.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:38.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:39.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:00:39.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:39.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:39.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:40.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:00:40.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:40.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:40.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:41.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:00:41.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:41.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:41.800Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:42.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:00:42.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:42.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:42.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:00:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:00:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:00:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817601717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817604496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817605497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817636761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:00:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:00:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:00:43.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:00:43.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:43.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:43.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:44.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:00:44.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:00:44.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T08:00:44.805Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:00:44.805Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T08:00:44.852Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:00:44.853Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T08:00:44.853Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T08:00:44.853Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:00:44.854Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T08:00:44.854Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:00:45.479Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T08:00:45.483Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T08:00:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:00:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:00:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:00:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817645484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:46.485Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:00:46.486Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T08:00:46.486Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:00:46.487Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T08:00:46.487Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:00:46.488Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:00:46.602Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1873841758817206766/Definitions/service-Vfw20230326074351-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.188Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:00:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:00:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:00:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T08:00:48.241Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T08:00:48.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:00:48.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T08:00:48.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:00:48.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:48.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:48.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817648242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:49.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:00:49.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T08:00:49.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:00:49.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:00:49.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:00:49.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817649243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:00:50.245Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:00:50.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:00:50.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:00:50.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:00:50.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:00:50.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:00:50.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:00:50.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:00:50.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:00:50.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:00:50.278Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T08:00:50.290Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:01:20.291Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T08:01:20.304Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T08:01:20.304Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T08:01:20.305Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T08:01:20.312Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:01:20.330Z|694f97ae-3204-4194-9f4d-532011130c78|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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T08:01:20.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T08:01:20.344Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:01:20.491Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T08:01:20.491Z|694f97ae-3204-4194-9f4d-532011130c78|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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:01:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-08:01:20:001-49864], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:01:20.492Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:01:20.492Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:01:20.492Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T08:01:20.501Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T08:01:20.501Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:01:20.501Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:01:20.502Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:20.502Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:20.502Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817680501,
  "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-26T08:01:21.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T08:01:21.534Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T08:01:21.534Z||pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:21.534Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:21.534Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:21.535Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:01:21.538Z||pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=3, 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-26T08:01:21.539Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f4adc1e3-e8e8-4081-a5bc-886ed344440d
2023-03-26T08:01:21.539Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:21.539Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:01:24.072Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:01:27.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:01:30.091Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:01:33.099Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:01:36.109Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:01:39.118Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:01:42.127Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:01:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:43.676Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:01:43.676Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:01:43.683Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:01:43.683Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f4adc1e3-e8e8-4081-a5bc-886ed344440d', protocol='range'}
2023-03-26T08:01:43.688Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f4adc1e3-e8e8-4081-a5bc-886ed344440d=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T08:01:43.706Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f4adc1e3-e8e8-4081-a5bc-886ed344440d', protocol='range'}
2023-03-26T08:01:43.706Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:01:43.707Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:43.707Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:01:43.707Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:43.707Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:01:43.713Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:01:43.713Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:01:43.713Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:01:43.713Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=686, 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-26T08:01:43.713Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:01:43.713Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:43.713Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:01:43.713Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:43.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:43.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:43.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:01:43.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T08:01:43.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:01:43.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:01:43.727Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:01:43.727Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:43.727Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:43.727Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:44.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:01:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817267237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:01:44.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:01:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817645484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817648242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817649243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817680501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:01:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:01:44.731Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:01:44.731Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:44.731Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:44.731Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:45.734Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:01:45.734Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:45.734Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:45.734Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:46.735Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:01:46.736Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:46.736Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:46.736Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:47.738Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:01:47.738Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:47.738Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:47.739Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:48.740Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:01:48.740Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:48.740Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:48.741Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:49.742Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:01:49.742Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:49.743Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:49.743Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:50.745Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:01:50.745Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:01:50.745Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T08:01:50.745Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:01:50.746Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T08:01:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:01:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:01:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:01:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:01:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:01:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:01:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:01:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@526d05b5
2023-03-26T08:01:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:01:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:01:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:01:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T08:01:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T08:01:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:01:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:50.815Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:50.816Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817710815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:51.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T08:01:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T08:01:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:01:51.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T08:01:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T08:01:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:01:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:01:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:01:51.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:01:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3365077b
2023-03-26T08:01:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:01:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:01:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:01:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T08:01:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T08:01:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:01:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:01:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:01:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817711866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:01:52.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T08:01:52.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:01:52.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:01:52.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:01:52.900Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:02:22.900Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:02:22.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:02:22.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:02:22.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:02:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:02:43.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:02:43.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:02:43.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:02:52.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:02:52.949Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:02:52.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:02:52.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:03:22.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:03:22.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:03:22.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:03:22.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:03:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:03:43.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:03:43.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:03:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:03:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817710815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:03:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:03:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:03:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817711866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:03:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:03:52.988Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:03:53.017Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:03:53.022Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:03:53.022Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:04:23.022Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:04:23.053Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:04:23.057Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:04:23.057Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:04:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:04:53.058Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:04:53.080Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:04:53.085Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:04:53.085Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:05:23.086Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:05:23.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:05:23.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:05:23.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:05:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:05:53.122Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:05:53.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:05:53.155Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:05:53.155Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:06:23.155Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:06:23.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:06:23.191Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:06:23.191Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:06:43.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:06:43.759Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:06:43.759Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f4adc1e3-e8e8-4081-a5bc-886ed344440d 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-26T08:06:43.760Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T08:06:43.760Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T08:06:44.231Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:06:44.245Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:06:44.246Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:06:44.253Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:06:44.253Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T08:06:44.270Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:06:44.271Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:06:44.271Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:06:44.276Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:06:44.277Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:06:44.277Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:06:44.277Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=700, 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-26T08:06:44.277Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:06:44.277Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:06:53.192Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T08:06:53.192Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T08:06:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T08:06:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T08:06:53.206Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T08:06:53.214Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:06:53.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T08:06:53.235Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T08:06:53.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T08:06:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T08:06:53.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:06:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-08:06:52:901-11351], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:06:53.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:06:53.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:06:53.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:06:53.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:06:53.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T08:06:53.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T08:06:53.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:06:53.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:06:53.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818013405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:06:53.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:06:53.423Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818013405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T08:06:53.424Z||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-26T08:06:54.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:06:54.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:06:54.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:06:54.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:06:54.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:06:54.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:06:55.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:06:55.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:06:55.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:06:55.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:06:56.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:06:56.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:06:56.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:06:56.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:06:57.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:06:57.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:06:57.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:06:57.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:06:58.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:06:58.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:06:58.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:06:58.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:06:59.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:06:59.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:06:59.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:06:59.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:07:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:01.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:07:01.447Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:07:01.447Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T08:07:01.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:07:01.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T08:07:01.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:07:01.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:07:01.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:07:01.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:01.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:07:01.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:01.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:07:01.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T08:07:01.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:07:01.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:01.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:07:01.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:01.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:01.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818021846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:02.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:07:02.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:07:02.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:02.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T08:07:02.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:02.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:02.970Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2100861059877279367/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:07:04.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:07:04.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:07:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:07:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:07:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:07:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:07:04.554Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:07:04.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:07:04.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:04.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:04.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T08:07:04.605Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T08:07:04.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:07:04.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T08:07:04.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:07:04.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:04.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:04.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818024605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:05.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:07:05.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T08:07:05.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:07:05.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:05.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:05.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818025607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:06.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:07:06.637Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:07:06.642Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:07:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:07:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:07:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:07:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:07:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:07:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:07:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:07:06.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:07:06.658Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:07:36.659Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T08:07:36.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T08:07:36.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T08:07:36.673Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T08:07:36.680Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:07:36.700Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T08:07:36.701Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ceddae34-c9c4-4b25-a486-7658d03f4f95], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:07:36.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:07:36.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:07:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-08:07:36:368-84449], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:07:36.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:07:36.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T08:07:36.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:07:36.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:07:36.851Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:07:36.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:07:36.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:07:36.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:36.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:36.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818056852,
  "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-26T08:07:37.883Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:07:37.883Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:07:37.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:07:37.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:37.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:37.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:38.885Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:07:38.886Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:38.886Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:38.886Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:39.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:07:39.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:39.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:39.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:40.888Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:07:40.889Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:40.889Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:40.889Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:41.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:07:41.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:41.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:41.890Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:42.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:07:42.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:42.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:42.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:07:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:07:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:07:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:07:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818021846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:07:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818024605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818025607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818056852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:07:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:07:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.672Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:07:43.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:07:43.672Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:07:43.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:07:43.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:07:43.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:43.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:43.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:44.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:07:44.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:07:44.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T08:07:44.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:07:44.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T08:07:44.934Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:07:44.935Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:07:44.935Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:07:44.935Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:44.935Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:07:44.935Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:45.326Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:07:45.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T08:07:45.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:07:45.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:45.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:07:45.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:45.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:45.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818065330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:46.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:07:46.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:07:46.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:46.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T08:07:46.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:46.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:46.453Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1569597789645855568/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:07:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:07:47.982Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.983Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:07:47.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:07:47.985Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:07:47.986Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T08:07:48.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T08:07:48.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:07:48.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T08:07:48.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:07:48.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:48.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:48.038Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818068037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:49.038Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:07:49.039Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T08:07:49.039Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:07:49.039Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:07:49.039Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:07:49.039Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818069038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:07:50.040Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:07:50.072Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:07:50.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:07:50.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:07:50.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:07:50.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:07:50.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:07:50.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:07:50.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:07:50.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:07:50.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:07:50.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:08:20.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T08:08:20.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T08:08:20.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T08:08:20.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T08:08:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:08:20.133Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T08:08:20.133Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[612d5986-9536-4050-bbcd-a07fb05522a4], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T08:08:20.139Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:08:20.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:08:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-08:08:19:797-36562], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:08:20.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:08:20.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T08:08:20.287Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:08:20.287Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:08:20.299Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:08:20.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:08:20.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:08:20.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:20.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:20.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818100300,
  "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-26T08:08:21.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:08:21.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:08:21.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:08:21.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:21.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:21.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "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-26T08:08:22.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:08:22.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:22.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:22.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:08:23.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:08:23.337Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:08:23.337Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T08:08:23.337Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T08:08:23.337Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T08:08:23.393Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:08:23.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:08:23.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:08:23.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:08:23.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:08:23.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:08:23.720Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:08:23.722Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T08:08:23.722Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T08:08:23.722Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:08:23.722Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:08:23.722Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:23.723Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:23.723Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818103722,
  "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-26T08:08:24.723Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:08:24.724Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:08:24.725Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:24.725Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T08:08:24.725Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:24.725Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:24.816Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16436265164950569643/Definitions/service-BasicNetwork-template.yml
2023-03-26T08:08:25.177Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:08:25.178Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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-26T08:08:25.198Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed
2023-03-26T08:08:25.198Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||No resources found for Service: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:08:25.204Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||
2023-03-26T08:08:25.204Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-26T08:08:25.204Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T08:08:25.204Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T08:08:25.204Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-26T08:08:25.204Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:08:25.216Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36b0bdde, org.onap.sdc.toscaparser.api.parameters.Input@7606a8c9, org.onap.sdc.toscaparser.api.parameters.Input@2d67162f, org.onap.sdc.toscaparser.api.parameters.Input@8b8933e, org.onap.sdc.toscaparser.api.parameters.Input@3b5591ba]
2023-03-26T08:08:25.217Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.217Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.217Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.217Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.217Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39: Generic NeutronNet
2023-03-26T08:08:25.218Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.218Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.218Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.218Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-26T08:08:25.260Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.260Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.260Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.260Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.260Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:08:25.260Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:08:25.261Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-26T08:08:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-26T08:08:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T08:08:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:08:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T08:08:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818105392,
  "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-26T08:08:26.393Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:08:26.430Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:08:26.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:08:26.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:08:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:08:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:08:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:08:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:08:56.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T08:08:56.459Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T08:08:56.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T08:08:56.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T08:08:56.467Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:08:56.482Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T08:08:56.483Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a36f96a5-33a0-43f0-9460-86edf7b92ee0], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T08:08:56.490Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:08:56.638Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:08:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-08:08:56:147-30132], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:08:56.638Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:08:56.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T08:08:56.640Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:08:56.640Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:08:56.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:08:56.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:08:56.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:08:56.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:56.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:56.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818136653,
  "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-26T08:08:57.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:08:57.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:08:57.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:08:57.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:57.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:57.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:08:58.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:08:58.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:58.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:58.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:08:59.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:08:59.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:08:59.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:08:59.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:00.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:00.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:00.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:00.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:01.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:01.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:01.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:01.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:02.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:02.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:02.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:02.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:03.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:03.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:03.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:03.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:04.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:04.689Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:04.689Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:04.689Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:05.690Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:09:05.691Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:09:05.691Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T08:09:05.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T08:09:05.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T08:09:05.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:09:05.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:09:05.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:09:05.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:05.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:09:05.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:06.045Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:09:06.053Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T08:09:06.053Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:09:06.053Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:06.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:09:06.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:06.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:06.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818146053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:07.056Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:09:07.056Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:09:07.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.141Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7910379641581924018/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T08:09:07.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:09:07.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:09:07.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.766Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T08:09:07.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 31e62307-9a7f-40c8-97f6-a0338313454e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:09:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||pNF 928b2d9c-96c8 0
2023-03-26T08:09:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 31e62307-9a7f-40c8-97f6-a0338313454e
2023-03-26T08:09:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T08:09:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T08:09:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 928b2d9c-96c8 0 31e62307-9a7f-40c8-97f6-a0338313454e 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-26T08:09:07.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1913cb94, org.onap.sdc.toscaparser.api.parameters.Input@1f5e18f8, org.onap.sdc.toscaparser.api.parameters.Input@28b6b9b9, org.onap.sdc.toscaparser.api.parameters.Input@424724b0, org.onap.sdc.toscaparser.api.parameters.Input@450f0807]
2023-03-26T08:09:07.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf: pNF 928b2d9c-96c8
2023-03-26T08:09:07.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Processing PNF resource: 31e62307-9a7f-40c8-97f6-a0338313454e
2023-03-26T08:09:07.806Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:07.806Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:07.806Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Resource customization UUID: 16b5b56e-b53e-4d29-9021-b36eb40ee13d is the same as notified resource customizationUUID: 16b5b56e-b53e-4d29-9021-b36eb40ee13d
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-26T08:09:07.920Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 928b2d9c-96c8 31e62307-9a7f-40c8-97f6-a0338313454e 0 ASDC deployResourceStructure
2023-03-26T08:09:07.921Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:09:07.921Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:09:07.921Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T08:09:07.921Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:07.921Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:07.921Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818147921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:08.923Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:09:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:09:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:09:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:09:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:09:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:09:08.959Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:09:08.959Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:09:08.959Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:09:08.959Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:09:08.959Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:09:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:09:38.976Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T08:09:38.989Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T08:09:38.989Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T08:09:38.990Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T08:09:38.999Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:09:39.021Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T08:09:39.022Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T08:09:39.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:09:39.175Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T08:09:39.176Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:09:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-08:09:38:686-7737], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:09:39.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:09:39.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:09:39.178Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:09:39.190Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:09:39.190Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:09:39.190Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:09:39.190Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:39.190Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:39.191Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818179190,
  "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-26T08:09:40.221Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:09:40.221Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:09:40.222Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:40.222Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:40.222Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:40.222Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "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-26T08:09:41.223Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:41.223Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:41.224Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:41.224Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "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-26T08:09:42.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:42.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:42.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:42.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "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-26T08:09:43.226Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:43.227Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:43.227Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:43.227Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "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-26T08:09:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:09:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818065330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:09:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818068037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T08:09:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818069038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T08:09:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:09:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818100300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:09:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:09:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:09:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:09:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:09:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:09:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:09:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:09:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:09:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818103722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:09:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:09:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:09:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818105392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T08:09:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:09:44.227Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:44.228Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:44.228Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:44.228Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "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-26T08:09:45.229Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:45.229Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:45.229Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:45.230Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "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-26T08:09:46.231Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:09:46.231Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:46.232Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:46.232Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:09:47.234Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:09:47.234Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:09:47.234Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T08:09:47.234Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:09:47.235Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T08:09:47.306Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:09:47.306Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:09:47.306Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:09:47.306Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:09:47.307Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:09:47.307Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:09:47.634Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:09:47.636Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a 75177
2023-03-26T08:09:47.637Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T08:09:47.637Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:09:47.637Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:09:47.637Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:47.637Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:47.637Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818187637,
  "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-26T08:09:48.638Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:09:48.639Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:09:48.639Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:48.640Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-26T08:09:48.640Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:48.640Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:48.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11525266601118323069/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-26T08:09:49.612Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:09:49.614Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:09:49.615Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f393e6a-2a1c-47e5-967b-a8021a262089
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:49.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:15226351-aa5c-4786-8eab-b1179e9b155a
Model Version:NULL
Model InvariantUuid:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:28f9fefa-41d3-4594-ba4a-ce65a33ddac6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb650aa-ce43-4642-80b2-28552a3fd35f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ece2fffe-4c8b-4baa-9011-a708c618c460
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f4ad212c-bd14-4083-855d-2a9bd36f2abc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:06f0b3ce-d68d-4e41-814f-1658f2801978
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f393e6a-2a1c-47e5-967b-a8021a262089
ModelInvariantUuid:10bd3422-3df3-409b-b8d0-612df5cbb8b8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2352e49c-571d-428a-848e-697032e62bfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b259ccb1-fa0e-4424-917e-8b5b435ca195
ModelInvariantUuid:7a66e331-6765-4b8c-85ce-23bbf4ddd2a2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e4fb2340-ae8d-4cfd-8fb4-b876dfc919ad
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-26T08:09:49.635Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:09:49.641Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||basic_vm 0
2023-03-26T08:09:49.641Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d
2023-03-26T08:09:49.641Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 02dc652e-ecda-46af-b114-c117e9a3246a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-26T08:09:49.642Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:09:49.642Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-26T08:09:49.826Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:09:49.827Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 02dc652e-ecda-46af-b114-c117e9a3246a 787
2023-03-26T08:09:49.828Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-26T08:09:49.828Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-26T08:09:49.828Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:09:49.829Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:49.829Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:49.829Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818189828,
  "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-26T08:09:50.830Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f4ad212c-bd14-4083-855d-2a9bd36f2abc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "06f0b3ce-d68d-4e41-814f-1658f2801978",
    "vfModuleModelCustomizationUUID": "556cebe3-4e30-4432-a1d8-1b12c69d532b",
    "isBase": true,
    "artifacts": [
      "cca847d1-98c5-472b-9e53-13a14401bd41",
      "6dcb492b-d74f-48d7-82bb-9595e50fb140"
    ],
    "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-26T08:09:50.835Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:06f0b3ce-d68d-4e41-814f-1658f2801978
VfModuleModelInvariantUUID:f4ad212c-bd14-4083-855d-2a9bd36f2abc
VfModuleModelDescription:NULL
Artifacts UUID List:{
cca847d1-98c5-472b-9e53-13a14401bd41
,
6dcb492b-d74f-48d7-82bb-9595e50fb140

}
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-26T08:09:50.838Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f4ad212c-bd14-4083-855d-2a9bd36f2abc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "06f0b3ce-d68d-4e41-814f-1658f2801978",
    "vfModuleModelCustomizationUUID": "556cebe3-4e30-4432-a1d8-1b12c69d532b",
    "isBase": true,
    "artifacts": [
      "cca847d1-98c5-472b-9e53-13a14401bd41",
      "6dcb492b-d74f-48d7-82bb-9595e50fb140"
    ],
    "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-26T08:09:50.839Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:06f0b3ce-d68d-4e41-814f-1658f2801978
VfModuleModelInvariantUUID:f4ad212c-bd14-4083-855d-2a9bd36f2abc
VfModuleModelDescription:NULL
Artifacts UUID List:{
cca847d1-98c5-472b-9e53-13a14401bd41
,
6dcb492b-d74f-48d7-82bb-9595e50fb140

}
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-26T08:09:50.839Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cca847d1-98c5-472b-9e53-13a14401bd41 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-26T08:09:50.839Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:09:50.840Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-26T08:09:51.107Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:09:51.107Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cca847d1-98c5-472b-9e53-13a14401bd41 5033
2023-03-26T08:09:51.107Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-26T08:09:51.108Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-26T08:09:51.108Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:09:51.108Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:51.108Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:51.108Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818191107,
  "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-26T08:09:52.109Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6dcb492b-d74f-48d7-82bb-9595e50fb140 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-26T08:09:52.110Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:09:52.110Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-26T08:09:52.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:09:52.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6dcb492b-d74f-48d7-82bb-9595e50fb140 903
2023-03-26T08:09:52.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-26T08:09:52.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-26T08:09:52.226Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:09:52.226Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:52.226Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:52.226Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818192225,
  "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-26T08:09:53.227Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T08:09:53.227Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1b76b266-736f-4d76-b3f2-3f6713d3648d 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-26T08:09:53.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d2fbbe0, org.onap.sdc.toscaparser.api.parameters.Input@6685f030, org.onap.sdc.toscaparser.api.parameters.Input@5773c0a5, org.onap.sdc.toscaparser.api.parameters.Input@38f5a842, org.onap.sdc.toscaparser.api.parameters.Input@2815f407]
2023-03-26T08:09:53.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:53.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-03-26T08:09:53.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ece2fffe-4c8b-4baa-9011-a708c618c460
2023-03-26T08:09:53.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ece2fffe-4c8b-4baa-9011-a708c618c460 matches Tosca VF Customization UUID: ece2fffe-4c8b-4baa-9011-a708c618c460
2023-03-26T08:09:53.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ece2fffe-4c8b-4baa-9011-a708c618c460  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-26T08:09:53.268Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.269Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:53.269Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ece2fffe-4c8b-4baa-9011-a708c618c460: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-26T08:09:53.269Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3dc51dc5
2023-03-26T08:09:53.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:09:53.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 556cebe3-4e30-4432-a1d8-1b12c69d532b
2023-03-26T08:09:53.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 556cebe3-4e30-4432-a1d8-1b12c69d532b
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-26T08:09:53.276Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.276Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:53.276Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:09:53.276Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.276Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:53.277Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:09:53.277Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.277Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:09:53.277Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T08:09:53.277Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:09:53.277Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f393e6a-2a1c-47e5-967b-a8021a262089
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-26T08:09:53.290Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.290Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:53.290Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:09:53.290Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.290Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:09:53.291Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ece2fffe-4c8b-4baa-9011-a708c618c460
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:09:53.295Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:53.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 15226351-aa5c-4786-8eab-b1179e9b155a: basic_vm
2023-03-26T08:09:53.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:53.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:53.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:53.297Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.297Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:53.297Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:09:53.297Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:09:53.297Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-26T08:09:53.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1b76b266-736f-4d76-b3f2-3f6713d3648d 1 ASDC deployResourceStructure
2023-03-26T08:09:53.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-26T08:09:53.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-26T08:09:53.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T08:09:53.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:53.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:53.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818193489,
  "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-26T08:09:54.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-26T08:09:54.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-26T08:09:54.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T08:09:54.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:54.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:54.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818194491,
  "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-26T08:09:55.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-26T08:09:55.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-26T08:09:55.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T08:09:55.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:55.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:55.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818195493,
  "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-26T08:09:56.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T08:09:56.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:09:56.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T08:09:56.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:09:56.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:09:56.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818196495,
  "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-26T08:09:57.497Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:09:57.518Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:09:57.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:09:57.532Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:10:27.533Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T08:10:27.546Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T08:10:27.546Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T08:10:27.547Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T08:10:27.551Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:10:27.567Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T08:10:27.567Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31ab6a95-1c76-4a60-ad17-f08bfc9fa7de], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:10:27.575Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:10:27.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:10:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-08:10:27:232-65396], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:10:27.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:10:27.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T08:10:27.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:10:27.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:10:27.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:10:27.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:10:27.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:10:27.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:27.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:27.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818227730,
  "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-26T08:10:28.761Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T08:10:28.762Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T08:10:28.762Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:28.762Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:28.762Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:28.762Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:10:28.767Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-94bededb-af67-4790-9df5-bb33ea619b11
2023-03-26T08:10:28.767Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:28.768Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:28.768Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:10:30.034Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:10:33.044Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:10:36.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:10:39.064Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:10:42.074Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:10:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:43.674Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:10:43.675Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:10:43.680Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:10:43.681Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-94bededb-af67-4790-9df5-bb33ea619b11', protocol='range'}
2023-03-26T08:10:43.683Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-94bededb-af67-4790-9df5-bb33ea619b11=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-26T08:10:43.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-94bededb-af67-4790-9df5-bb33ea619b11', protocol='range'}
2023-03-26T08:10:43.700Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:10:43.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:43.700Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:10:43.700Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:10:43.701Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:10:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:10:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:10:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=727, 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-26T08:10:43.706Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:10:43.707Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:10:43.707Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:43.707Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:43.707Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:43.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:10:43.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T08:10:43.720Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:10:43.720Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:10:43.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:10:43.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:43.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:43.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818136653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:10:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818146053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.724Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818147921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818179190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:10:44.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:10:44.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679817681533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818187637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818189828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:10:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818191107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818192225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818193489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T08:10:44.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818194491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818195493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818196495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.729Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818227730,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:10:44.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:44.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:10:44.730Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:10:44.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:10:45.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:10:45.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:45.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:45.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:46.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:10:46.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:46.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:46.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:47.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:10:47.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:47.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:47.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:48.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:10:48.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:48.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:48.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:49.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:10:49.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:49.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:49.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:50.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:10:50.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:10:50.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T08:10:50.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:10:50.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T08:10:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:10:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:10:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:10:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:10:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:10:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:10:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:10:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@145c7466
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818250821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:51.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T08:10:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T08:10:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:10:51.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T08:10:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T08:10:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:10:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:10:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:10:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:10:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61c617a9
2023-03-26T08:10:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:10:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:10:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:10:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T08:10:51.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T08:10:51.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:10:51.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:10:51.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:10:51.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818251867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:10:52.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T08:10:52.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:10:52.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:10:52.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:10:52.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:11:22.914Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:11:22.938Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:11:22.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:11:22.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:11:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:11:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:11:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:11:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:11:52.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:11:52.967Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:11:52.971Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:11:52.972Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:12:22.972Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:12:22.998Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:12:23.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:12:23.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:12:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:12:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:12:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:12:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:12:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:12:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:12:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:12:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:12:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T08:12:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:12:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:12:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:12:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:12:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:12:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:12:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:12:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:12:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818250821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:12:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:12:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:12:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818251867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:12:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:12:53.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:12:53.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:12:53.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:12:53.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:13:23.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:13:23.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:13:23.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:13:23.065Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:13:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:13:53.065Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:13:53.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:13:53.098Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:13:53.098Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:14:23.099Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:14:23.127Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:14:23.133Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:14:23.133Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:14:43.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:14:53.134Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:14:53.163Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:14:53.168Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:14:53.168Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:15:23.168Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:15:23.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:15:23.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:15:23.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:15:43.662Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:15:43.723Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:15:43.724Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-94bededb-af67-4790-9df5-bb33ea619b11 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-26T08:15:43.724Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T08:15:43.724Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T08:15:44.290Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:15:44.308Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:15:44.308Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:15:44.316Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:15:44.317Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T08:15:44.333Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:15:44.334Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:15:44.334Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:15:44.340Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:15:44.340Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:15:44.340Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:15:44.340Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=764, 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-26T08:15:44.340Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:15:44.341Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:15:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T08:15:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T08:15:53.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T08:15:53.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T08:15:53.214Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T08:15:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:15:53.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T08:15:53.249Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T08:15:53.256Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T08:15:53.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T08:15:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:15:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-08:15:52:914-11714], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:15:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:15:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:15:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:15:53.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:15:53.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T08:15:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T08:15:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:15:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:15:53.420Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818553420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:15:53.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:15:53.441Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818553420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T08:15:53.442Z||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-26T08:15:54.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:15:54.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:15:54.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:15:54.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:15:54.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:15:54.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:15:55.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:15:55.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:15:55.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:15:55.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:15:56.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:15:56.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:15:56.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:15:56.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:15:57.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:15:57.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:15:57.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:15:57.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:15:58.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:15:58.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:15:58.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:15:58.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:15:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:15:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:15:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:15:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:16:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:01.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:16:01.462Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:16:01.462Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T08:16:01.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:16:01.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T08:16:01.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:16:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:16:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:16:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:16:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:01.866Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:16:01.871Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T08:16:01.871Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:16:01.872Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:01.872Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:16:01.872Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:01.872Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:01.873Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818561871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:02.873Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:16:02.874Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:16:02.874Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:02.875Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T08:16:02.875Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:02.876Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:02.985Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12896861335453002439/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T08:16:04.666Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:16:04.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:16:04.669Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:16:04.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:04.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T08:16:04.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T08:16:04.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:16:04.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T08:16:04.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:16:04.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:04.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:04.724Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818564724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:05.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:16:05.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T08:16:05.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:16:05.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:05.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:05.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818565725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:06.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:16:06.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:16:06.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:16:06.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:16:06.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:16:06.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:16:06.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:16:06.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:16:06.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:16:06.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:16:06.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:16:06.777Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:16:36.777Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T08:16:36.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T08:16:36.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T08:16:36.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T08:16:36.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:16:36.819Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T08:16:36.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[592e46e5-2ce0-4663-ab07-dd1c313559be], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:16:36.826Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:16:36.981Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:16:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-08:16:36:484-86371], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:16:36.981Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:16:36.982Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T08:16:36.982Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:16:36.982Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:16:36.992Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:16:36.992Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:16:36.992Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:16:36.992Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:36.993Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:36.993Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818596992,
  "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-26T08:16:38.022Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:16:38.023Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:16:38.023Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:16:38.023Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:38.023Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:38.023Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:39.024Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:16:39.024Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:39.024Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:39.025Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:40.025Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:16:40.026Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:40.026Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:40.026Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:41.027Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:16:41.027Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:41.027Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:41.027Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:42.028Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:16:42.028Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:42.029Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:42.029Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:43.029Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:16:43.030Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:43.030Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:43.030Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:16:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:16:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:16:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:16:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818561871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:16:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818564724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T08:16:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818565725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T08:16:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818596992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:16:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:16:43.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:16:44.031Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:16:44.032Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:44.032Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:44.032Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:45.033Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:16:45.033Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:16:45.034Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T08:16:45.034Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:16:45.034Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T08:16:45.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:16:45.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:16:45.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:16:45.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:45.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:16:45.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:45.772Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:16:45.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T08:16:45.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:16:45.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:45.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:16:45.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:45.777Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:45.777Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818605776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:46.777Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:16:46.778Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:16:46.778Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:46.779Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T08:16:46.779Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:46.779Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:46.898Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15101940544194158622/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T08:16:48.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:16:48.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:16:48.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:16:48.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:16:48.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:16:48.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:48.418Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:16:48.418Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:16:48.418Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T08:16:48.476Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T08:16:48.477Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:16:48.477Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T08:16:48.477Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:16:48.477Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:48.477Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:48.477Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818608476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:49.478Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:16:49.479Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T08:16:49.479Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:16:49.479Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:16:49.479Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:16:49.479Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818609478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:16:50.481Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:16:50.509Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:16:50.513Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:16:50.513Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:16:50.514Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:16:50.514Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:16:50.514Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:16:50.514Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:16:50.514Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:16:50.514Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:16:50.514Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:16:50.528Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:17:20.529Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T08:17:20.542Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T08:17:20.542Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T08:17:20.543Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T08:17:20.550Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:17:20.568Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T08:17:20.568Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24a49dc7-f9e1-441a-abc7-fb31c7ca1804], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T08:17:20.575Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:17:20.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:17:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-08:17:20:232-79120], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:17:20.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:17:20.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T08:17:20.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:17:20.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:17:20.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:17:20.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:17:20.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:17:20.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:20.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:20.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818640731,
  "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-26T08:17:21.759Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:17:21.760Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:17:21.760Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:17:21.760Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:21.760Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:21.760Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "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-26T08:17:22.762Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:17:22.762Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:22.762Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:22.763Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:17:23.763Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:17:23.764Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:17:23.764Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T08:17:23.764Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T08:17:23.764Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T08:17:23.811Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:17:23.812Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:17:23.812Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:17:23.812Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:17:23.812Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:17:23.812Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:17:24.137Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:17:24.138Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T08:17:24.139Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T08:17:24.139Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:17:24.139Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:17:24.139Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:24.139Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:24.139Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818644139,
  "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-26T08:17:25.140Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:17:25.141Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:17:25.141Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.141Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T08:17:25.141Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.141Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.216Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4492510847365452595/Definitions/service-BasicNetwork-template.yml
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:17:25.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:17:25.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:17:25.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:17:25.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:17:25.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:17:25.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T08:17:25.556Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T08:17:25.557Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:17:25.557Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T08:17:25.557Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:17:25.557Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:25.557Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:25.558Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818645557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:17:26.558Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:17:26.559Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T08:17:26.559Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:17:26.559Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:26.559Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:26.559Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818646558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:17:27.560Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:17:27.585Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:17:27.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:17:27.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:17:27.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:17:27.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:17:27.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:17:27.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:17:27.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:17:27.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:17:27.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:17:27.606Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:17:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:17:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:17:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:17:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:17:57.607Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T08:17:57.617Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T08:17:57.617Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T08:17:57.618Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T08:17:57.625Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:17:57.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T08:17:57.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T08:17:57.694Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:17:57.852Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T08:17:57.853Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:17:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-08:17:57:352-81360], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:17:57.854Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:17:57.854Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:17:57.854Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:17:57.865Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:17:57.866Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:17:57.866Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:17:57.867Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:57.867Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:57.867Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818677866,
  "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-26T08:17:58.900Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:17:58.900Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:17:58.901Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:17:58.901Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:58.901Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:58.901Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:17:59.902Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:17:59.902Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:17:59.902Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:17:59.902Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:00.903Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:00.904Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:00.904Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:00.904Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:01.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:01.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:01.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:01.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:02.906Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:02.907Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:02.907Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:02.907Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:03.908Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:03.908Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:03.908Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:03.908Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:04.909Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:04.910Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:04.910Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:04.910Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:05.911Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:05.911Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:05.911Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:05.911Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:06.913Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:18:06.913Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:18:06.913Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T08:18:06.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T08:18:06.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T08:18:06.966Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:18:06.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:18:06.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:18:06.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:06.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:18:06.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:07.296Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:18:07.298Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T08:18:07.299Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:18:07.299Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:07.299Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:18:07.299Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:07.299Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:07.300Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818687299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:08.300Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:18:08.301Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:18:08.301Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.302Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.302Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.302Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.390Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8496077537263374085/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T08:18:08.973Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:08.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:08.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:08.976Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:08.976Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T08:18:09.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T08:18:09.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:18:09.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T08:18:09.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:18:09.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:09.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:09.030Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818689028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:10.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:18:10.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T08:18:10.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:18:10.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:10.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:10.032Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818690031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:11.033Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:18:11.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:18:11.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:18:11.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:18:11.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:18:11.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:18:11.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:18:11.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:18:11.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:18:11.068Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:18:11.068Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:18:11.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:18:41.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T08:18:41.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T08:18:41.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T08:18:41.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T08:18:41.104Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:18:41.137Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T08:18:41.138Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T08:18:41.146Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:18:41.301Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T08:18:41.301Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:18:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-08:18:40:805-83294], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:18:41.301Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:18:41.301Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:18:41.302Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:18:41.316Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:18:41.316Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:18:41.317Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:18:41.317Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:41.317Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:41.317Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818721317,
  "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-26T08:18:42.349Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:18:42.350Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:18:42.350Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:42.350Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:42.350Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:42.351Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "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-26T08:18:43.351Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:43.352Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:43.352Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:43.352Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "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-26T08:18:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818605776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:18:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818608476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T08:18:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818609478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T08:18:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818640731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:18:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:18:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:18:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818644139,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:18:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818645557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T08:18:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T08:18:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818646558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T08:18:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:18:44.353Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:44.354Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:44.354Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:44.354Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "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-26T08:18:45.355Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:45.355Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:45.355Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:45.355Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "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-26T08:18:46.356Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:46.356Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:46.357Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:46.357Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "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-26T08:18:47.358Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:47.358Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:47.358Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:47.358Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "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-26T08:18:48.359Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:18:48.359Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:48.360Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:48.360Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:49.361Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:18:49.361Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:18:49.362Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T08:18:49.363Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:18:49.363Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T08:18:49.410Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:18:49.411Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:18:49.411Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:18:49.412Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:18:49.413Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:18:49.413Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:18:49.761Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:18:49.763Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a 75177
2023-03-26T08:18:49.763Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T08:18:49.763Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:18:49.764Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:18:49.764Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:49.764Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:49.764Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818729763,
  "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-26T08:18:50.765Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:18:50.766Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:18:50.766Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:50.766Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-26T08:18:50.767Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:50.767Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:50.865Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15347216134103205692/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-26T08:18:51.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:18:51.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:18:51.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:51.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:18:51.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:51.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:51.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:51.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:18:51.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f393e6a-2a1c-47e5-967b-a8021a262089
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:18:51.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:15226351-aa5c-4786-8eab-b1179e9b155a
Model Version:NULL
Model InvariantUuid:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:28f9fefa-41d3-4594-ba4a-ce65a33ddac6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb650aa-ce43-4642-80b2-28552a3fd35f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ece2fffe-4c8b-4baa-9011-a708c618c460
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f4ad212c-bd14-4083-855d-2a9bd36f2abc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:06f0b3ce-d68d-4e41-814f-1658f2801978
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f393e6a-2a1c-47e5-967b-a8021a262089
ModelInvariantUuid:10bd3422-3df3-409b-b8d0-612df5cbb8b8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2352e49c-571d-428a-848e-697032e62bfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b259ccb1-fa0e-4424-917e-8b5b435ca195
ModelInvariantUuid:7a66e331-6765-4b8c-85ce-23bbf4ddd2a2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e4fb2340-ae8d-4cfd-8fb4-b876dfc919ad
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-26T08:18:51.784Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T08:18:51.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:18:51.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T08:18:51.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:18:51.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:51.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:51.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818731785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:52.786Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:18:52.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T08:18:52.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:18:52.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:18:52.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:18:52.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818732786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:18:53.788Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:18:53.818Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:18:53.823Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:18:53.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:18:53.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:18:53.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:18:53.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:18:53.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:18:53.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:18:53.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:18:53.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:18:53.841Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:19:23.842Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T08:19:23.854Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T08:19:23.855Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T08:19:23.855Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T08:19:23.862Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:19:23.888Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T08:19:23.889Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0fc9f95-fd92-42ca-9263-90c74d60e992], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:19:23.897Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:19:24.018Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:19:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-08:19:23:552-92052], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:19:24.019Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:19:24.019Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T08:19:24.020Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:19:24.020Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:19:24.032Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:19:24.032Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:19:24.033Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:19:24.033Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:24.033Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:24.033Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818764032,
  "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-26T08:19:25.064Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T08:19:25.064Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T08:19:25.065Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:25.065Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:25.065Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:25.066Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:19:25.070Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:25.071Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-93686c3a-086c-4e10-b2c6-c162939030d2
2023-03-26T08:19:25.071Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:25.072Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:19:27.092Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:19:30.101Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:19:33.109Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:19:36.118Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:19:39.127Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:19:42.136Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:19:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:43.673Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:19:43.674Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:19:43.681Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:19:43.681Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-93686c3a-086c-4e10-b2c6-c162939030d2', protocol='range'}
2023-03-26T08:19:43.687Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-93686c3a-086c-4e10-b2c6-c162939030d2=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-26T08:19:43.708Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:19:43.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-93686c3a-086c-4e10-b2c6-c162939030d2', protocol='range'}
2023-03-26T08:19:43.709Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:19:43.709Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:19:43.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:43.710Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:19:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:19:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:19:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=792, 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-26T08:19:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:19:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:19:43.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:43.715Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:43.715Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:43.715Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:43.715Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:19:43.716Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T08:19:43.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:19:43.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:19:43.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:19:43.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:43.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:43.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:44.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.727Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818677866,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.728Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.729Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818687299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818689028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818690031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818721317,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818228761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818729763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818731785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818732786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T08:19:44.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:19:44.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:44.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:44.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:44.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.734Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818764032,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:19:44.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:44.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:19:44.734Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:19:44.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:19:45.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:19:45.735Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:45.735Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:45.735Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:46.736Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:19:46.736Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:46.736Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:46.736Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:47.737Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:19:47.738Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:47.738Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:47.738Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:48.739Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:19:48.740Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:48.740Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:48.740Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:49.740Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:19:49.741Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:49.741Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:49.741Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:50.742Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:19:50.742Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:19:50.742Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T08:19:50.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:19:50.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T08:19:50.794Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:19:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:19:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:19:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:19:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:19:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:19:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:19:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@50b7bcf8
2023-03-26T08:19:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:19:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:19:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:19:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T08:19:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T08:19:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:19:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818790826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:51.827Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T08:19:51.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T08:19:51.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:19:51.854Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T08:19:51.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T08:19:51.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:19:51.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:19:51.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:19:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:19:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45af8d56
2023-03-26T08:19:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:19:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:19:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:19:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T08:19:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T08:19:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:19:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:19:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:19:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818791874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:19:52.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T08:19:52.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:19:52.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:19:52.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:19:52.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:20:22.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:20:22.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:20:22.938Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:20:22.938Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:20:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:20:43.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:20:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:20:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:20:52.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:20:52.964Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:20:52.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:20:52.970Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:21:22.970Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:21:22.995Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:21:22.999Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:21:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:21:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:21:43.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:21:43.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:21:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818790826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818791874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:21:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:21:53.002Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:21:53.023Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:21:53.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:21:53.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:22:23.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:22:23.054Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:22:23.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:22:23.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:22:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:22:53.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:22:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:22:53.095Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:22:53.095Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:23:23.095Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:23:23.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:23:23.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:23:23.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:23:43.661Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:23:53.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:23:53.155Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:23:53.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:23:53.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:24:23.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:24:23.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:24:23.191Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:24:23.192Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:24:43.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:24:43.746Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:24:43.746Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-93686c3a-086c-4e10-b2c6-c162939030d2 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-26T08:24:43.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T08:24:43.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T08:24:44.271Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:24:44.285Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:24:44.286Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:24:44.292Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:24:44.293Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T08:24:44.308Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:24:44.309Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:24:44.309Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:24:44.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:24:44.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:24:44.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:24:44.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=825, 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-26T08:24:44.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:24:44.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:24:53.192Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T08:24:53.192Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T08:24:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T08:24:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T08:24:53.206Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T08:24:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:24:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T08:24:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6c74d4c-833c-4a4d-bc71-a72ad3ad6c25], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T08:24:53.241Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T08:24:53.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:24:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-08:24:52:902-42771], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:24:53.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:24:53.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T08:24:53.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:24:53.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:24:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:24:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T08:24:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T08:24:53.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:24:53.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:24:53.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819093395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:24:53.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:24:53.413Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819093395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T08:24:53.413Z||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-26T08:24:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:24:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:24:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:24:54.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:24:54.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:24:54.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:24:55.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:24:55.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:24:55.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:24:55.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:24:56.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:24:56.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:24:56.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:24:56.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:24:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:24:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:24:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:24:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:24:58.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:24:58.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:24:58.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:24:58.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:24:59.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:24:59.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:24:59.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:24:59.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:00.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:25:00.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:00.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:00.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:01.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:25:01.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:25:01.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T08:25:01.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:25:01.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T08:25:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:25:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:25:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:25:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:25:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:01.800Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:25:01.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T08:25:01.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:25:01.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:01.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:25:01.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:01.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:01.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819101804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:02.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:25:02.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:25:02.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:02.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T08:25:02.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:02.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:02.927Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15309328755012290215/Definitions/service-Vfw20230326064333-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-26T08:25:04.403Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:25:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:25:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:25:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:25:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T08:25:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T08:25:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:25:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T08:25:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:25:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819104462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:05.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:25:05.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T08:25:05.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:25:05.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:05.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:05.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819105463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:06.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:25:06.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:25:06.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:25:06.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:25:36.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T08:25:36.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T08:25:36.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T08:25:36.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T08:25:36.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:25:36.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T08:25:36.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T08:25:36.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:25:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T08:25:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:25:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-08:25:36:208-50896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:25:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:25:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:25:36.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:25:36.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:25:36.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:25:36.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:25:36.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:36.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:36.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819136713,
  "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-26T08:25:37.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:25:37.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:25:37.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:25:37.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:37.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:37.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:38.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:25:38.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:38.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:38.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:39.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:25:39.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:39.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:39.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:40.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:25:40.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:40.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:40.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:41.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:25:41.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:41.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:41.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:42.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:25:42.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:42.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:42.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:25:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:25:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819101804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819104462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819105463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819136713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:25:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:25:43.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:25:43.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:43.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:43.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:44.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:25:44.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:25:44.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T08:25:44.755Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:25:44.755Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T08:25:44.809Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:25:44.810Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:25:44.811Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:25:44.811Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:44.811Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:25:44.811Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:45.233Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:25:45.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T08:25:45.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:25:45.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:45.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:25:45.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:45.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:45.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819145238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:46.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:25:46.240Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:25:46.240Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:46.240Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T08:25:46.240Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:46.240Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:46.345Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10842511390698453760/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T08:25:47.909Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:25:47.909Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:25:47.909Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.909Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:25:47.909Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.909Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.909Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:25:47.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:25:47.911Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.912Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:25:47.913Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.914Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:25:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T08:25:47.963Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T08:25:47.963Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:25:47.963Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T08:25:47.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:25:47.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:47.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:47.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819147963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:48.965Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:25:48.965Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T08:25:48.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:25:48.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:25:48.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:25:48.966Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819148965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:25:49.967Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:25:49.993Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:25:49.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:25:49.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:25:49.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:25:49.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:25:49.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:25:49.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:25:49.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:25:49.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:25:49.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:25:50.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:26:20.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T08:26:20.029Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T08:26:20.029Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T08:26:20.029Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T08:26:20.036Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:26:20.056Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T08:26:20.056Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ecee031-9b63-4fe6-813c-39c84e938b50], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T08:26:20.062Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:26:20.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:26:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-08:26:19:720-91173], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:26:20.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:26:20.203Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T08:26:20.203Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:26:20.203Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:26:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:26:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:26:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:26:20.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:20.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:20.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819180214,
  "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-26T08:26:21.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:26:21.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:26:21.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:26:21.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:21.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:21.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "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-26T08:26:22.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:26:22.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:22.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:22.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:26:23.245Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:26:23.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:26:23.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T08:26:23.246Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T08:26:23.247Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T08:26:23.294Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:26:23.295Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:26:23.296Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:26:23.296Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:26:23.297Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:26:23.297Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:26:23.610Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:26:23.612Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T08:26:23.612Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T08:26:23.612Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:26:23.612Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:26:23.613Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:23.613Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:23.613Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819183612,
  "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-26T08:26:24.613Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:26:24.614Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:26:24.614Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:24.615Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T08:26:24.615Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:24.615Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:24.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6432148809066913422/Definitions/service-BasicNetwork-template.yml
2023-03-26T08:26:25.030Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:26:25.031Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:26:25.032Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:26:25.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T08:26:25.084Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T08:26:25.084Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:26:25.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T08:26:25.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:26:25.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:25.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:25.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819185084,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:26:26.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:26:26.086Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T08:26:26.086Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:26:26.086Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:26.086Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:26.086Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819186085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:26:27.087Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:26:27.114Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:26:27.119Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:26:27.119Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:26:27.119Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:26:27.119Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:26:27.119Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:26:27.119Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:26:27.120Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:26:27.120Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:26:27.120Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:26:27.133Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:26:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:26:43.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:26:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:26:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:26:57.134Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T08:26:57.144Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T08:26:57.145Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T08:26:57.145Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T08:26:57.152Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:26:57.171Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T08:26:57.171Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[29ef451f-3299-4a91-bcb7-8336a1aab733], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T08:26:57.179Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:26:57.327Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:26:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-08:26:56:836-42588], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:26:57.327Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:26:57.327Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T08:26:57.328Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:26:57.328Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:26:57.338Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:26:57.338Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:26:57.338Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:26:57.338Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:57.338Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:57.338Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819217338,
  "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-26T08:26:58.372Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:26:58.372Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:26:58.373Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:26:58.373Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:58.373Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:58.373Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:26:59.374Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:26:59.374Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:26:59.374Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:26:59.374Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:00.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:00.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:00.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:00.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:01.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:01.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:01.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:01.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:02.378Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:02.378Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:02.378Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:02.378Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:03.379Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:03.380Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:03.380Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:03.380Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:04.381Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:04.381Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:04.382Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:04.382Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:05.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:05.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:05.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:05.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:06.384Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:27:06.384Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:27:06.384Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T08:27:06.385Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T08:27:06.385Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T08:27:06.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:27:06.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:27:06.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:27:06.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:06.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:27:06.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:06.729Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:27:06.731Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T08:27:06.731Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:27:06.731Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:06.732Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:27:06.732Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:06.732Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:06.732Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819226731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:07.733Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:27:07.733Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:27:07.733Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:07.734Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:07.734Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:07.734Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:07.808Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11630399345077665734/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T08:27:08.427Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:27:08.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:27:08.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:08.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:27:08.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:08.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:08.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:08.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:08.428Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:08.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:08.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:08.431Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:08.431Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:08.431Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T08:27:08.476Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T08:27:08.476Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:27:08.476Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T08:27:08.476Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:27:08.476Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:08.476Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:08.476Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819228476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:09.477Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:27:09.477Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T08:27:09.477Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:27:09.478Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:09.478Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:09.478Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819229477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:10.479Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:27:10.506Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:27:10.510Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:27:10.511Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:27:10.511Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:27:10.511Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:27:10.511Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:27:10.511Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:27:10.511Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:27:10.511Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:27:10.511Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:27:10.524Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:27:40.525Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T08:27:40.537Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T08:27:40.538Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T08:27:40.538Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T08:27:40.545Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:27:40.560Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T08:27:40.560Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba486167-ffc7-40e0-b3d7-8ca07f0893de], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T08:27:40.568Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:27:40.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:27:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[193], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-08:27:40:226-25108], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:27:40.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:27:40.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T08:27:40.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:27:40.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:27:40.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:27:40.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:27:40.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:27:40.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:40.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:40.779Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819260778,
  "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-26T08:27:41.809Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:27:41.809Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:27:41.809Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:41.809Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:41.809Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:41.809Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "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-26T08:27:42.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:42.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:42.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:42.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "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-26T08:27:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819145238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:27:43.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819147963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T08:27:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819148965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T08:27:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819180214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819183612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:27:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819185084,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T08:27:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T08:27:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819186085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T08:27:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:27:43.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:43.813Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:43.813Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:43.813Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "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-26T08:27:44.814Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:44.815Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:44.815Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:44.815Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "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-26T08:27:45.816Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:45.817Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:45.817Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:45.817Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "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-26T08:27:46.818Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:46.818Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:46.818Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:46.818Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "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-26T08:27:47.820Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:27:47.821Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:47.821Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:47.821Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:48.823Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:27:48.824Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:27:48.824Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T08:27:48.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:27:48.824Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T08:27:48.879Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:27:48.879Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:27:48.880Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:27:48.880Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:27:48.880Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:27:48.880Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:27:49.315Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:27:49.317Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a 75177
2023-03-26T08:27:49.318Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T08:27:49.318Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:27:49.318Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:27:49.318Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:49.318Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:49.318Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819269318,
  "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-26T08:27:50.319Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:27:50.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:27:50.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:50.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-26T08:27:50.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:50.322Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:50.435Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3893911034032420521/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-26T08:27:51.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:27:51.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:27:51.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:51.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:27:51.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:51.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:51.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:51.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:51.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:51.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:51.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:27:51.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:27:51.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:51.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:27:51.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:27:51.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:27:51.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:51.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:27:51.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:27:51.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:27:51.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:51.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:27:51.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T08:27:51.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T08:27:51.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T08:27:51.266Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:27:51.266Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:27:51.266Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.267Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:27:51.267Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.269Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:27:51.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:27:51.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:27:51.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:27:51.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:27:51.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:27:51.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:27:51.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T08:27:51.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:27:51.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f393e6a-2a1c-47e5-967b-a8021a262089
2023-03-26T08:27:51.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:51.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:51.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:51.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:27:51.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:27:51.273Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:15226351-aa5c-4786-8eab-b1179e9b155a
Model Version:NULL
Model InvariantUuid:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:28f9fefa-41d3-4594-ba4a-ce65a33ddac6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb650aa-ce43-4642-80b2-28552a3fd35f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ece2fffe-4c8b-4baa-9011-a708c618c460
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f4ad212c-bd14-4083-855d-2a9bd36f2abc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:06f0b3ce-d68d-4e41-814f-1658f2801978
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f393e6a-2a1c-47e5-967b-a8021a262089
ModelInvariantUuid:10bd3422-3df3-409b-b8d0-612df5cbb8b8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2352e49c-571d-428a-848e-697032e62bfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b259ccb1-fa0e-4424-917e-8b5b435ca195
ModelInvariantUuid:7a66e331-6765-4b8c-85ce-23bbf4ddd2a2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e4fb2340-ae8d-4cfd-8fb4-b876dfc919ad
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-26T08:27:51.319Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T08:27:51.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:27:51.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T08:27:51.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:27:51.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:51.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:51.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819271320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:52.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:27:52.322Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T08:27:52.322Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:27:52.322Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:27:52.322Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:27:52.322Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819272321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:27:53.323Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:27:53.348Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:27:53.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:27:53.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:28:23.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T08:28:23.381Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T08:28:23.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T08:28:23.383Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T08:28:23.390Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:28:23.417Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T08:28:23.417Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80cd1f20-b7aa-42df-a934-cb42cb42de7b], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:28:23.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:28:23.581Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:28:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-08:28:23:085-6992], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:28:23.582Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:28:23.583Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T08:28:23.583Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:28:23.584Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:28:23.597Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:28:23.597Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:28:23.597Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:28:23.597Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:23.598Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:23.598Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819303597,
  "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-26T08:28:24.629Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T08:28:24.630Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T08:28:24.630Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:24.630Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:24.630Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:24.630Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:28:24.635Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-c4ce3894-df2b-45e3-a9dd-e5f1ccc96ebc
2023-03-26T08:28:24.636Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:24.636Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:24.636Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:28:27.069Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:28:30.078Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:28:33.089Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:28:36.098Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:28:39.107Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:28:42.117Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:28:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:28:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:28:43.682Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:28:43.682Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-c4ce3894-df2b-45e3-a9dd-e5f1ccc96ebc', protocol='range'}
2023-03-26T08:28:43.687Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-c4ce3894-df2b-45e3-a9dd-e5f1ccc96ebc=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-26T08:28:43.706Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-c4ce3894-df2b-45e3-a9dd-e5f1ccc96ebc', protocol='range'}
2023-03-26T08:28:43.706Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:43.706Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:28:43.706Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:28:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:28:43.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:43.712Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:28:43.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:43.712Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:28:43.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:43.712Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:28:43.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:43.713Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=853, 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-26T08:28:43.713Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:28:43.713Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:28:43.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:28:43.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T08:28:43.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:28:43.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:28:43.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:28:43.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:43.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:43.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:44.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:28:44.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:44.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819217338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:28:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819226731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819228476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819229477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T08:28:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819260778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:28:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679818765064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819271320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819272321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.734Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819303597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:28:44.734Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:44.734Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:28:44.734Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:28:44.734Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:28:45.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:28:45.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:45.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:45.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:46.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:28:46.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:46.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:46.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:47.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:28:47.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:47.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:47.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:48.735Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:28:48.735Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:48.735Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:48.736Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:49.737Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:28:49.738Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:49.738Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:49.738Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:50.740Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:28:50.740Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:28:50.740Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T08:28:50.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:28:50.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T08:28:50.792Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:28:50.793Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:28:50.793Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:28:50.793Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:28:50.793Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:28:50.793Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:28:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:28:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e2b68dc
2023-03-26T08:28:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:28:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:28:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:28:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T08:28:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T08:28:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:28:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819330825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:51.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T08:28:51.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T08:28:51.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:28:51.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T08:28:51.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T08:28:51.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:28:51.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:28:51.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:28:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:28:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@724e6579
2023-03-26T08:28:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:28:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:28:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:28:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T08:28:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T08:28:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:28:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:28:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:28:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819331875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:28:52.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T08:28:52.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:28:52.912Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:28:52.917Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:28:52.917Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:29:22.917Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:29:22.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:29:22.945Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:29:22.946Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:29:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:29:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:29:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:29:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:29:52.946Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:29:52.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:29:52.978Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:29:52.979Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:30:22.979Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:30:23.002Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:30:23.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:30:23.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:30:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:30:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T08:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819330825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819331875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:30:53.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:30:53.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:30:53.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:30:53.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:31:23.040Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:31:23.068Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:31:23.074Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:31:23.075Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:31:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:31:53.075Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:31:53.102Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:31:53.107Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:31:53.107Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:32:23.107Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:32:23.136Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:32:23.139Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:32:23.140Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:32:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:32:53.140Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:32:53.164Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:32:53.168Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:32:53.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:33:23.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:33:23.197Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:33:23.201Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:33:23.202Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:33:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:33:43.732Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:33:43.732Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-c4ce3894-df2b-45e3-a9dd-e5f1ccc96ebc 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-26T08:33:43.732Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T08:33:43.732Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T08:33:44.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:33:44.279Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:33:44.280Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:33:44.285Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:33:44.286Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T08:33:44.306Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:33:44.306Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:33:44.306Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:33:44.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:33:44.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:33:44.313Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:33:44.313Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=886, 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-26T08:33:44.313Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:33:44.313Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:33:53.202Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T08:33:53.202Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T08:33:53.211Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T08:33:53.211Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T08:33:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T08:33:53.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:33:53.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T08:33:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T08:33:53.251Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T08:33:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T08:33:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:33:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-08:33:52:910-35455], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:33:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:33:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:33:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:33:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:33:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T08:33:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T08:33:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:33:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:33:53.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819633421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:33:53.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:33:53.437Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819633421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T08:33:53.438Z||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-26T08:33:54.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:33:54.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:33:54.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:33:54.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:33:54.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:33:54.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:33:55.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:33:55.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:33:55.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:33:55.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:33:56.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:33:56.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:33:56.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:33:56.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:33:57.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:33:57.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:33:57.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:33:57.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:33:58.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:33:58.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:33:58.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:33:58.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:33:59.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:33:59.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:33:59.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:33:59.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:00.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:34:00.462Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:00.462Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:00.462Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:01.463Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:34:01.464Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:34:01.464Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T08:34:01.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:34:01.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T08:34:01.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:34:01.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:34:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:34:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:34:01.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:01.856Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:34:01.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T08:34:01.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:34:01.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:01.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:34:01.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:01.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:01.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819641860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:02.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:34:02.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:34:02.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:02.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T08:34:02.864Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:02.864Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:03.006Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7214492090871824834/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T08:34:04.539Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:34:04.539Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:34:04.539Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:34:04.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:34:04.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:34:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:34:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T08:34:04.591Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T08:34:04.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:34:04.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T08:34:04.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:34:04.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:04.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:04.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819644592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:05.593Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:34:05.593Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T08:34:05.594Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:34:05.594Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:05.594Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:05.594Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819645593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:06.595Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:34:06.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:34:06.627Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:34:06.627Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:34:06.627Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:34:06.627Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:34:06.627Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:34:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:34:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:34:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:34:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:34:06.645Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:34:36.645Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T08:34:36.659Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T08:34:36.660Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T08:34:36.661Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T08:34:36.668Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:34:36.693Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T08:34:36.693Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T08:34:36.701Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:34:36.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T08:34:36.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:34:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-08:34:36:358-38056], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:34:36.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:34:36.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:34:36.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:34:36.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:34:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:34:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:34:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:36.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:36.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819676859,
  "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-26T08:34:37.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:34:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:34:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:34:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:37.892Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:37.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:38.893Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:34:38.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:38.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:38.894Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:39.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:34:39.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:39.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:39.895Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:40.896Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:34:40.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:40.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:40.897Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:41.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:34:41.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:41.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:41.898Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:42.899Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:34:42.900Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:42.900Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:42.900Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:34:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:34:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:34:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:34:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:34:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:34:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:34:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819641860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:34:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819644592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T08:34:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819645593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T08:34:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819676859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:34:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:34:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:34:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:34:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:34:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:34:43.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:34:43.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:34:43.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:34:43.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:34:43.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:43.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:43.901Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:44.902Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:34:44.902Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:34:44.903Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T08:34:44.903Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:34:44.903Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T08:34:44.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:34:44.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:34:44.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:34:44.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:44.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:34:44.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:45.573Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:34:45.577Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T08:34:45.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:34:45.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:45.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:34:45.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:45.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:45.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819685578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:46.579Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:34:46.580Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:34:46.580Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:46.580Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T08:34:46.581Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:46.581Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:46.698Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3528869068302854964/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:34:48.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:34:48.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:34:48.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:34:48.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T08:34:48.340Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T08:34:48.340Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:34:48.341Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T08:34:48.341Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:34:48.341Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:48.341Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:48.341Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819688340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:49.342Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:34:49.342Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T08:34:49.342Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:34:49.342Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:34:49.343Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:34:49.343Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819689341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:34:50.344Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:34:50.367Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:34:50.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:34:50.383Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:35:20.383Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T08:35:20.395Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T08:35:20.395Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T08:35:20.396Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T08:35:20.403Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:35:20.427Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T08:35:20.427Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T08:35:20.436Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:35:20.576Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T08:35:20.577Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:35:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-08:35:20:097-78792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:35:20.577Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:35:20.577Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:35:20.577Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:35:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:35:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:35:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:35:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819720586,
  "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-26T08:35:21.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:35:21.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:35:21.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:35:21.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:21.618Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:21.618Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "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-26T08:35:22.618Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:35:22.619Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:22.619Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:22.619Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:35:23.620Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:35:23.620Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:35:23.620Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T08:35:23.620Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T08:35:23.620Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T08:35:23.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:35:23.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:35:23.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:35:23.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:35:23.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:35:23.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:35:23.991Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:35:23.993Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T08:35:23.993Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T08:35:23.993Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:35:23.994Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:35:23.994Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:23.994Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:23.994Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819723993,
  "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-26T08:35:24.995Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:35:24.995Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:35:24.995Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:24.996Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T08:35:24.996Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:24.996Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.090Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17253983383708771245/Definitions/service-BasicNetwork-template.yml
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:35:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:35:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:35:25.389Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:35:25.389Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:35:25.389Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:35:25.389Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T08:35:25.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T08:35:25.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:35:25.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T08:35:25.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:35:25.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:25.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:25.433Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819725433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:35:26.436Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:35:26.436Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T08:35:26.436Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:35:26.436Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:26.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:26.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819726436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:35:27.438Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:35:27.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:35:27.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:35:27.477Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:35:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:35:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:35:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:35:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:35:57.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T08:35:57.485Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T08:35:57.485Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T08:35:57.486Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T08:35:57.493Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:35:57.516Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T08:35:57.517Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T08:35:57.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:35:57.668Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T08:35:57.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:35:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-08:35:57:185-70224], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:35:57.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:35:57.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:35:57.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:35:57.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:35:57.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:35:57.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:35:57.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:57.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:57.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819757679,
  "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-26T08:35:58.707Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:35:58.707Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:35:58.708Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:35:58.708Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:58.708Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:58.708Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:35:59.709Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:35:59.709Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:35:59.709Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:35:59.709Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:00.710Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:00.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:00.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:00.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:01.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:01.712Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:01.712Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:01.712Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:02.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:02.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:02.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:02.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:03.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:03.714Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:03.714Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:03.714Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:04.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:04.716Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:04.716Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:04.716Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:05.717Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:05.717Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:05.717Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:05.717Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:06.718Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:36:06.718Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:36:06.718Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T08:36:06.719Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T08:36:06.719Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T08:36:06.770Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:36:06.771Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:36:06.771Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:36:06.771Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:06.771Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:36:06.771Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:07.105Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:36:07.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T08:36:07.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:36:07.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:07.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:36:07.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:07.109Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:07.109Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819767108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:08.109Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:36:08.110Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:36:08.110Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.110Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.111Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.111Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.195Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7721554186436843371/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:08.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T08:36:08.833Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T08:36:08.833Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:36:08.833Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T08:36:08.833Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:36:08.833Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:08.834Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:08.834Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819768833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:09.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:36:09.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T08:36:09.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:36:09.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:09.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:09.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819769835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:10.838Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:36:10.861Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:36:10.866Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:36:10.867Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:36:10.867Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:36:10.867Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:36:10.867Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:36:10.867Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:36:10.867Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:36:10.867Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:36:10.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:36:10.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:36:40.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T08:36:40.894Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T08:36:40.895Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T08:36:40.895Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T08:36:40.903Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:36:40.929Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T08:36:40.930Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T08:36:40.937Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:36:41.076Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T08:36:41.077Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:36:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-08:36:40:594-95700], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:36:41.077Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:36:41.077Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:36:41.077Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:36:41.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:36:41.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:36:41.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:36:41.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:41.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:41.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819801085,
  "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-26T08:36:42.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:36:42.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:36:42.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:42.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:42.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:42.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "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-26T08:36:43.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:43.116Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:43.116Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:43.116Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "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-26T08:36:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819685578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:36:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819688340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819689341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819720586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:36:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:36:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819723993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:36:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819725433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T08:36:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T08:36:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819726436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T08:36:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:36:44.117Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:44.117Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:44.117Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:44.117Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "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-26T08:36:45.118Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:45.119Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:45.119Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:45.119Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "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-26T08:36:46.120Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:46.121Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:46.121Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:46.121Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "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-26T08:36:47.122Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:47.122Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:47.122Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:47.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "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-26T08:36:48.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:36:48.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:48.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:48.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:49.126Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:36:49.126Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:36:49.127Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T08:36:49.127Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:36:49.127Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T08:36:49.179Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:36:49.179Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:36:49.180Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:36:49.180Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:36:49.180Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:36:49.180Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:36:49.499Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:36:49.501Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a 75177
2023-03-26T08:36:49.501Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T08:36:49.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:36:49.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:36:49.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:49.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:49.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819809501,
  "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-26T08:36:50.503Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:36:50.503Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:36:50.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:50.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-26T08:36:50.505Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:50.505Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:50.596Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16238426303992316495/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-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:51.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:36:51.516Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:36:51.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:51.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:36:51.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T08:36:51.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T08:36:51.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T08:36:51.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:36:51.518Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:36:51.518Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.518Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:36:51.518Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.518Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:36:51.518Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:36:51.518Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f393e6a-2a1c-47e5-967b-a8021a262089
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.521Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:51.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:51.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:51.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:36:51.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:36:51.522Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:15226351-aa5c-4786-8eab-b1179e9b155a
Model Version:NULL
Model InvariantUuid:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:28f9fefa-41d3-4594-ba4a-ce65a33ddac6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb650aa-ce43-4642-80b2-28552a3fd35f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ece2fffe-4c8b-4baa-9011-a708c618c460
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f4ad212c-bd14-4083-855d-2a9bd36f2abc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:06f0b3ce-d68d-4e41-814f-1658f2801978
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f393e6a-2a1c-47e5-967b-a8021a262089
ModelInvariantUuid:10bd3422-3df3-409b-b8d0-612df5cbb8b8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2352e49c-571d-428a-848e-697032e62bfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b259ccb1-fa0e-4424-917e-8b5b435ca195
ModelInvariantUuid:7a66e331-6765-4b8c-85ce-23bbf4ddd2a2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e4fb2340-ae8d-4cfd-8fb4-b876dfc919ad
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-26T08:36:51.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T08:36:51.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:36:51.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T08:36:51.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:36:51.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:51.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:51.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819811566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:52.567Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:36:52.568Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T08:36:52.568Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:36:52.568Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:36:52.568Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:36:52.568Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819812567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:36:53.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:36:53.596Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:36:53.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:36:53.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:36:53.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:36:53.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:36:53.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:36:53.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:36:53.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:36:53.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:36:53.601Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:36:53.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:37:23.613Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T08:37:23.626Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T08:37:23.626Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T08:37:23.627Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T08:37:23.634Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:37:23.654Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T08:37:23.654Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75eba3d8-52ce-4035-bc34-f8600f754f93], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:37:23.663Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:37:23.801Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:37:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-08:37:23:322-58911], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:37:23.802Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:37:23.802Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T08:37:23.803Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:37:23.803Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:37:23.812Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:37:23.812Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:37:23.812Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:37:23.813Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:23.813Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:23.813Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819843812,
  "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-26T08:37:24.839Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T08:37:24.840Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T08:37:24.840Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:24.841Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:24.841Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:24.841Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:37:24.845Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:24.846Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1dc79f50-6771-4e78-a2a7-45ecc9ef6bfb
2023-03-26T08:37:24.846Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:24.846Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:37:27.061Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:37:30.070Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:37:33.079Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:37:36.088Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:37:39.101Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:37:42.111Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:37:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:43.674Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:37:43.674Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:37:43.680Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:37:43.680Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1dc79f50-6771-4e78-a2a7-45ecc9ef6bfb', protocol='range'}
2023-03-26T08:37:43.684Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1dc79f50-6771-4e78-a2a7-45ecc9ef6bfb=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-26T08:37:43.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:37:43.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:37:43.700Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:37:43.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1dc79f50-6771-4e78-a2a7-45ecc9ef6bfb', protocol='range'}
2023-03-26T08:37:43.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:43.701Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:37:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:37:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:37:43.706Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=914, 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-26T08:37:43.706Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:37:43.706Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:37:43.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:43.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:43.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:43.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:43.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:37:43.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T08:37:43.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:37:43.720Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:37:43.721Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:37:43.721Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:43.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:43.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:44.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819757679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:37:44.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:37:44.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:44.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:37:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819767108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:37:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819768833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T08:37:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819769835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T08:37:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819801085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:37:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:37:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:37:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T08:37:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819304629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:37:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819809501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:37:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819811566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T08:37:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.731Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819812567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T08:37:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.731Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819843812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:37:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:44.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:37:44.732Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:37:44.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:37:45.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:37:45.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:45.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:45.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:46.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:37:46.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:46.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:46.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:47.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:37:47.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:47.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:47.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:48.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:37:48.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:48.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:48.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:49.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:37:49.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:49.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:49.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:50.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:37:50.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:37:50.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T08:37:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:37:50.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T08:37:50.784Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:37:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:37:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:37:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:37:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:37:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:37:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:37:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42085926
2023-03-26T08:37:50.817Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:37:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:37:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:37:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T08:37:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T08:37:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:37:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819870818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:51.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T08:37:51.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T08:37:51.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:37:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T08:37:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T08:37:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:37:51.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:37:51.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:37:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:37:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7da90dc8
2023-03-26T08:37:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:37:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:37:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:37:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T08:37:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T08:37:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:37:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:37:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:37:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819871863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:37:52.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T08:37:52.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:37:52.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:37:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:37:52.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:38:22.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:38:22.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:38:22.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:38:22.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:38:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:38:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:38:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:38:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:38:52.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:38:52.944Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:38:52.948Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:38:52.948Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:39:22.948Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:39:22.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:39:22.978Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:39:22.978Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:39:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:39:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:39:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:39:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:39:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:39:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:39:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:39:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819870818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:39:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:39:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T08:39:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819871863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:39:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:39:52.978Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:39:53.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:39:53.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:39:53.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:40:23.008Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:40:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:40:23.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:40:23.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:40:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:40:53.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:40:53.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:40:53.067Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:40:53.067Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:41:23.068Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:41:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:41:23.098Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:41:23.098Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:41:43.661Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:41:53.098Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:41:53.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:41:53.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:41:53.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:42:23.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:42:23.155Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:42:23.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:42:23.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:42:43.662Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:42:43.762Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:42:43.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-1dc79f50-6771-4e78-a2a7-45ecc9ef6bfb 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-26T08:42:43.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T08:42:43.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T08:42:44.224Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:42:44.242Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:42:44.242Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:42:44.249Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:42:44.250Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T08:42:44.271Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:42:44.271Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:42:44.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:42:44.277Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:42:44.277Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:42:44.277Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:42:44.277Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=947, 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-26T08:42:44.277Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:42:44.278Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:42:53.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T08:42:53.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T08:42:53.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T08:42:53.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T08:42:53.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T08:42:53.178Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:42:53.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T08:42:53.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[169fb6df-b114-4d5c-8008-c8cfdb5af74e], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T08:42:53.201Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T08:42:53.348Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:42:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-08:42:52:861-93158], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:42:53.349Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:42:53.349Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T08:42:53.350Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:42:53.350Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:42:53.360Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:42:53.360Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T08:42:53.361Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T08:42:53.361Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:42:53.361Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:42:53.361Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820173361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:42:53.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:42:53.378Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820173361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T08:42:53.378Z||pool-2-thread-10|||||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-26T08:42:54.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:42:54.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:42:54.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:42:54.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:42:54.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:42:54.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:42:55.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:42:55.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:42:55.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:42:55.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:42:56.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:42:56.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:42:56.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:42:56.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:42:57.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:42:57.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:42:57.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:42:57.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:42:58.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:42:58.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:42:58.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:42:58.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:42:59.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:42:59.402Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:42:59.402Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:42:59.402Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:00.402Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:43:00.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:00.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:00.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:01.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:43:01.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:43:01.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T08:43:01.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:43:01.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T08:43:01.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:43:01.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:43:01.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:43:01.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:01.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:43:01.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:01.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:43:01.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T08:43:01.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:43:01.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:01.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:43:01.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:01.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:01.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820181854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:02.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:43:02.856Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:43:02.856Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:02.856Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T08:43:02.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:02.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:02.982Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14229319753717501258/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T08:43:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:43:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:43:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:43:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:43:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T08:43:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T08:43:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:43:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T08:43:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:43:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820184491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:05.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:43:05.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T08:43:05.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:43:05.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:05.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:05.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820185492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:43:06.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:43:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:43:06.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:43:36.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T08:43:36.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T08:43:36.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T08:43:36.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T08:43:36.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:43:36.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T08:43:36.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc5b2d0b-624e-449c-96ae-c845fcf861a6], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:43:36.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:43:36.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:43:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-08:43:36:235-62795], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:43:36.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:43:36.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T08:43:36.720Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:43:36.721Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:43:36.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:43:36.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:43:36.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:43:36.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:36.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:36.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820216731,
  "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-26T08:43:37.758Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:43:37.758Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:43:37.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:43:37.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:37.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:37.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:38.760Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:43:38.760Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:38.760Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:38.760Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:39.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:43:39.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:39.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:39.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:40.763Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:43:40.763Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:40.763Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:40.763Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:41.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:43:41.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:41.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:41.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:42.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:43:42.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:42.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:42.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:43:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820181854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820184491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820185492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820216731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:43:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:43:43.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:43:43.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:43.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:43.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:44.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:43:44.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:43:44.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T08:43:44.772Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:43:44.772Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T08:43:44.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:43:44.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:43:44.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:43:44.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:44.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:43:44.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:45.269Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:43:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T08:43:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:43:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:43:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:45.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820225274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:46.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:43:46.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:43:46.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:46.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T08:43:46.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:46.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:46.396Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17278842534575239206/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T08:43:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:43:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:43:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:43:47.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T08:43:47.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:43:47.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:43:47.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:43:47.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:47.850Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.850Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:47.850Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:43:47.850Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:43:47.850Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T08:43:47.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T08:43:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:43:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T08:43:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:43:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:47.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820227897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:48.898Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:43:48.899Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T08:43:48.899Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:43:48.899Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:43:48.899Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:43:48.899Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820228898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:43:49.900Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:43:49.926Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:43:49.931Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:43:49.931Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:43:49.932Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:43:49.932Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:43:49.932Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:43:49.932Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:43:49.932Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:43:49.932Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:43:49.932Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:43:49.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:44:19.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T08:44:19.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T08:44:19.964Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T08:44:19.965Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T08:44:19.972Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:44:19.993Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T08:44:19.994Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c85e246-d881-44c3-bdaa-e9ea64671420], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T08:44:20.001Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:44:20.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:44:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-08:44:19:660-86783], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:44:20.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:44:20.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T08:44:20.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:44:20.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:44:20.157Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:44:20.157Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:44:20.158Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:44:20.158Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:20.158Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:20.158Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820260158,
  "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-26T08:44:21.188Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:44:21.188Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:44:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:44:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "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-26T08:44:22.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:44:22.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:22.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:22.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:44:23.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:44:23.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:44:23.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T08:44:23.193Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T08:44:23.193Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T08:44:23.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:44:23.243Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:44:23.243Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:44:23.243Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:44:23.243Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:44:23.243Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:44:23.550Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:44:23.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T08:44:23.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T08:44:23.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:44:23.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:44:23.553Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:23.553Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:23.553Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820263552,
  "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-26T08:44:24.554Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:44:24.555Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:44:24.555Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.556Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T08:44:24.556Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.556Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.629Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP296720984259733708/Definitions/service-BasicNetwork-template.yml
2023-03-26T08:44:24.951Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:44:24.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:44:24.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:44:24.954Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:44:24.954Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T08:44:24.991Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T08:44:24.991Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:44:24.991Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T08:44:24.991Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:44:24.991Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:24.991Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:24.992Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820264991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:44:25.992Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:44:25.993Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T08:44:25.993Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:44:25.993Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:25.993Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:25.993Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820265992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:44:26.994Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:44:27.018Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:44:27.022Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:44:27.022Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:44:27.022Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:44:27.022Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:44:27.022Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:44:27.022Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:44:27.022Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:44:27.022Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:44:27.023Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:44:27.037Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:44:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:44:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:44:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:44:43.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:44:57.037Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T08:44:57.050Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T08:44:57.050Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T08:44:57.051Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T08:44:57.055Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:44:57.071Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T08:44:57.071Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fa253b8-f369-47fb-99a4-7c81ca3e3832], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T08:44:57.081Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:44:57.233Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:44:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-08:44:56:741-39747], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:44:57.233Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:44:57.234Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T08:44:57.234Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:44:57.234Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:44:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:44:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:44:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:44:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820297242,
  "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-26T08:44:58.278Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:44:58.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:44:58.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:44:58.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:58.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:58.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:44:59.280Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:44:59.280Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:44:59.280Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:44:59.280Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:00.281Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:00.281Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:00.281Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:00.281Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:01.282Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:01.282Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:01.283Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:01.283Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:02.283Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:02.284Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:02.284Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:02.284Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:03.285Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:03.285Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:03.286Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:03.286Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:04.286Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:04.287Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:04.287Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:04.287Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:05.288Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:05.288Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:05.288Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:05.288Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:06.289Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:45:06.289Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:45:06.289Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T08:45:06.290Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T08:45:06.290Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T08:45:06.336Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:45:06.337Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:45:06.337Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:45:06.337Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:06.337Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:45:06.337Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:06.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:45:06.657Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T08:45:06.657Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:45:06.657Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:06.657Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:45:06.657Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:06.658Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:06.658Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820306657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:07.658Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:45:07.659Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:45:07.659Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:07.659Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:07.660Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:07.660Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:07.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4039524580649248863/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T08:45:08.318Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:45:08.318Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:45:08.318Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:08.318Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:45:08.318Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:08.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:08.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T08:45:08.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T08:45:08.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:45:08.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T08:45:08.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:45:08.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:08.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:08.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820308366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:09.367Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:45:09.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T08:45:09.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:45:09.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:09.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:09.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820309367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:10.369Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:45:10.398Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:45:10.404Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:45:10.405Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:45:10.405Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:45:10.405Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:45:10.405Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:45:10.405Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:45:10.405Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:45:10.405Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:45:10.405Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:45:10.418Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:45:40.419Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T08:45:40.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T08:45:40.429Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T08:45:40.430Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T08:45:40.437Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:45:40.456Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T08:45:40.457Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0442cdbc-15f6-4574-904d-45c0ddd65fc6], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T08:45:40.464Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:45:40.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:45:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[272], vertex-id=[213160], x-aai-txid=[2-aai-resources-230326-08:45:40:123-89741], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:45:40.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:45:40.741Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T08:45:40.741Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:45:40.741Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:45:40.748Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:45:40.749Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:45:40.749Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:45:40.749Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:40.749Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:40.749Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820340749,
  "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-26T08:45:41.779Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:45:41.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:45:41.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:41.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:41.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:41.781Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "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-26T08:45:42.781Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:42.782Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:42.782Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:42.782Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "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-26T08:45:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820225274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820227897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820228898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820260158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820263552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:45:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820264991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T08:45:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T08:45:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820265992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T08:45:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:45:43.782Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:43.783Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:43.783Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:43.783Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "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-26T08:45:44.784Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:44.784Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:44.784Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:44.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "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-26T08:45:45.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:45.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:45.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:45.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "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-26T08:45:46.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:46.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:46.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:46.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "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-26T08:45:47.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:45:47.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:47.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:47.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:48.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:45:48.789Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:45:48.789Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T08:45:48.789Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:45:48.789Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T08:45:48.843Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:45:48.843Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:45:48.843Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:45:48.843Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:45:48.843Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:45:48.844Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:45:49.331Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:45:49.333Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a 75177
2023-03-26T08:45:49.333Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T08:45:49.334Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:45:49.334Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:45:49.334Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:49.334Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:49.334Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820349333,
  "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-26T08:45:50.335Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:45:50.336Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:45:50.336Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:50.336Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-26T08:45:50.337Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:50.337Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:50.447Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2566195683181609586/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-26T08:45:51.365Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:51.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:45:51.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:45:51.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:51.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:45:51.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:45:51.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:45:51.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:45:51.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T08:45:51.369Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f393e6a-2a1c-47e5-967b-a8021a262089
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:45:51.370Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:15226351-aa5c-4786-8eab-b1179e9b155a
Model Version:NULL
Model InvariantUuid:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:28f9fefa-41d3-4594-ba4a-ce65a33ddac6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb650aa-ce43-4642-80b2-28552a3fd35f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ece2fffe-4c8b-4baa-9011-a708c618c460
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f4ad212c-bd14-4083-855d-2a9bd36f2abc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:06f0b3ce-d68d-4e41-814f-1658f2801978
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f393e6a-2a1c-47e5-967b-a8021a262089
ModelInvariantUuid:10bd3422-3df3-409b-b8d0-612df5cbb8b8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2352e49c-571d-428a-848e-697032e62bfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b259ccb1-fa0e-4424-917e-8b5b435ca195
ModelInvariantUuid:7a66e331-6765-4b8c-85ce-23bbf4ddd2a2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e4fb2340-ae8d-4cfd-8fb4-b876dfc919ad
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-26T08:45:51.411Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T08:45:51.411Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:45:51.411Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T08:45:51.411Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:45:51.411Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:51.412Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:51.412Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820351411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:52.412Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:45:52.413Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T08:45:52.413Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:45:52.413Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:45:52.414Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:45:52.414Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820352412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:45:53.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:45:53.440Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:45:53.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:45:53.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:45:53.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:45:53.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:45:53.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:45:53.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:45:53.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:45:53.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:45:53.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:45:53.462Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:46:23.462Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T08:46:23.470Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T08:46:23.470Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T08:46:23.471Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T08:46:23.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:46:23.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T08:46:23.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T08:46:23.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:46:23.662Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T08:46:23.663Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:46:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-08:46:23:160-90706], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:46:23.663Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:46:23.663Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:46:23.664Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:46:23.671Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:46:23.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:46:23.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:46:23.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:23.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:23.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820383672,
  "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-26T08:46:24.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T08:46:24.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T08:46:24.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:24.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:24.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:24.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:46:24.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f873be2c-de2b-475c-8e58-3940b273c5c9
2023-03-26T08:46:24.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:24.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:24.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:46:27.025Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:46:30.034Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:46:33.042Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:46:36.051Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:46:39.061Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:46:42.069Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:46:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:43.676Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:46:43.677Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:46:43.684Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f873be2c-de2b-475c-8e58-3940b273c5c9', protocol='range'}
2023-03-26T08:46:43.684Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:46:43.688Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f873be2c-de2b-475c-8e58-3940b273c5c9=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-26T08:46:43.707Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f873be2c-de2b-475c-8e58-3940b273c5c9', protocol='range'}
2023-03-26T08:46:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:46:43.707Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:46:43.707Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:46:43.712Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:46:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:46:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:46:43.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=975, 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-26T08:46:43.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:46:43.713Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:46:43.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:43.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:43.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:46:43.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T08:46:43.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:46:43.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:46:43.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:46:43.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:43.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:43.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:44.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:46:44.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:44.725Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:44.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820297242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:46:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820306657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820308366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820309367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820340749,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679819844839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820349333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820351411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820352412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820383672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:46:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:46:45.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:46:45.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:45.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:45.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:46.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:46:46.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:46.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:46.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:47.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:46:47.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:47.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:47.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:48.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:46:48.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:48.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:48.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:49.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:46:49.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:49.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:49.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:50.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:46:50.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:46:50.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T08:46:50.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:46:50.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T08:46:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:46:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:46:50.796Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:46:50.796Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:46:50.796Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:46:50.797Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:46:50.827Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:46:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58831191
2023-03-26T08:46:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:46:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:46:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:46:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T08:46:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T08:46:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:46:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:50.831Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820410829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:51.833Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T08:46:51.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T08:46:51.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:46:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T08:46:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T08:46:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:46:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:46:51.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:46:51.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:46:51.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@71e29bea
2023-03-26T08:46:51.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:46:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:46:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:46:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T08:46:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T08:46:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:46:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:46:51.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:46:51.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820411879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:46:52.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T08:46:52.882Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:46:52.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:46:52.915Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:46:52.915Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:47:22.915Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:47:22.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:47:22.945Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:47:22.945Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:47:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:47:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:47:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:47:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:47:52.945Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:47:52.968Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:47:52.972Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:47:52.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:48:22.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:48:23.002Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:48:23.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:48:23.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:48:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:48:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:48:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:48:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820410829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820411879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:48:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:48:53.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:48:53.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:48:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:48:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:49:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:49:23.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:49:23.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:49:23.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:49:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:49:53.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:49:53.085Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:49:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:49:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:50:23.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:50:23.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:50:23.124Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:50:23.124Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:50:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:50:53.124Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:50:53.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:50:53.157Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:50:53.157Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:51:23.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:51:23.188Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:51:23.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:51:23.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:51:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:51:43.774Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:51:43.774Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f873be2c-de2b-475c-8e58-3940b273c5c9 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-26T08:51:43.775Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T08:51:43.775Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T08:51:44.248Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:51:44.263Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:51:44.264Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:51:44.271Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:51:44.272Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T08:51:44.305Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:51:44.305Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:51:44.305Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:51:44.310Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:51:44.310Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:51:44.310Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:51:44.311Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1008, 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-26T08:51:44.311Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:51:44.311Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:51:53.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T08:51:53.194Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T08:51:53.206Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T08:51:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T08:51:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T08:51:53.214Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:51:53.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T08:51:53.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da50c9ea-ead9-4105-9454-1a9f19e56914], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T08:51:53.240Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T08:51:53.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:51:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-08:51:52:900-20881], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:51:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:51:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T08:51:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:51:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:51:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:51:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T08:51:53.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T08:51:53.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:51:53.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:51:53.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820713417,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:51:53.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:51:53.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820713417,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T08:51:53.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T08:51:54.447Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:51:54.448Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:51:54.448Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:51:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:51:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:51:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:51:55.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:51:55.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:51:55.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:51:55.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:51:56.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:51:56.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:51:56.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:51:56.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:51:57.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:51:57.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:51:57.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:51:57.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:51:58.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:51:58.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:51:58.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:51:58.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:51:59.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:51:59.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:51:59.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:51:59.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:00.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:52:00.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:00.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:00.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:01.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:52:01.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:52:01.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T08:52:01.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:52:01.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T08:52:01.506Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:52:01.506Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:52:01.506Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:52:01.507Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:01.507Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:52:01.507Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:01.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:52:01.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T08:52:01.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:52:01.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:01.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:52:01.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:01.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:01.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820721858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:02.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:52:02.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:52:02.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:02.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T08:52:02.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:02.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:02.988Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14945396052118225596/Definitions/service-Vfw20230326064333-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-26T08:52:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:52:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:52:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:52:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:52:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:52:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:52:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T08:52:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T08:52:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:52:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T08:52:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:52:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:04.569Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820724569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:05.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T08:52:05.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T08:52:05.571Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:52:05.571Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:05.571Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:05.572Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820725570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:06.572Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:52:06.602Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:52:06.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:52:06.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:52:06.608Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:52:06.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:52:06.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:52:06.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:52:06.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:52:06.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:52:06.609Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:52:06.625Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:52:36.626Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T08:52:36.639Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T08:52:36.639Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T08:52:36.640Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T08:52:36.647Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:52:36.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T08:52:36.667Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ac41915-19ce-4618-9599-c0e3071ff3c2], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:52:36.674Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:52:36.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:52:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-08:52:36:334-32902], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:52:36.824Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:52:36.825Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T08:52:36.825Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:52:36.825Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:52:36.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:52:36.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:52:36.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:52:36.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:36.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:36.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820756833,
  "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-26T08:52:37.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:52:37.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:52:37.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:52:37.866Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:37.866Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:37.866Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:38.867Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:52:38.867Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:38.868Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:38.868Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:39.869Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:52:39.869Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:39.870Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:39.870Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:40.871Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:52:40.872Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:40.872Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:40.872Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:41.874Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:52:41.874Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:41.874Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:41.874Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:42.876Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:52:42.876Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:42.876Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:42.876Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:52:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820721858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820724569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820725570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820756833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:52:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:52:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:52:43.878Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:52:43.879Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:43.879Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:43.879Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:44.881Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:52:44.881Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:52:44.881Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T08:52:44.881Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:52:44.881Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T08:52:44.929Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:52:44.930Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:52:44.930Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:52:44.930Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:44.930Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:52:44.930Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:45.760Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:52:45.764Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T08:52:45.764Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:52:45.764Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:45.764Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:52:45.765Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:45.765Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:45.765Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820765764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:46.765Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:52:46.766Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:52:46.766Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:46.767Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T08:52:46.767Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:46.767Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:46.885Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12596057519900175764/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T08:52:48.440Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:52:48.440Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:52:48.440Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T08:52:48.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:52:48.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:48.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:52:48.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:52:48.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:52:48.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:48.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:52:48.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:52:48.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:52:48.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:48.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:52:48.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:52:48.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:52:48.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:52:48.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:52:48.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:52:48.447Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T08:52:48.448Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.449Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:48.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.451Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:48.451Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.451Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:48.451Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:52:48.451Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:52:48.451Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T08:52:48.495Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T08:52:48.496Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:52:48.496Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T08:52:48.504Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:52:48.504Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:48.504Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:48.504Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820768495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:49.505Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T08:52:49.505Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T08:52:49.505Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:52:49.506Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:52:49.506Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:52:49.506Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820769505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:52:50.507Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:52:50.535Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:52:50.539Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:52:50.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:52:50.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:52:50.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:52:50.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:52:50.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:52:50.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:52:50.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:52:50.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:52:50.554Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:53:20.554Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T08:53:20.567Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T08:53:20.567Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T08:53:20.567Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T08:53:20.572Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:53:20.587Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T08:53:20.587Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f22f6ce-a6db-447a-933a-4e96d31e5e00], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T08:53:20.593Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:53:20.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:53:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-08:53:20:252-78054], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:53:20.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:53:20.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T08:53:20.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:53:20.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:53:20.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:53:20.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:53:20.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:53:20.734Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:20.734Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:20.734Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820800733,
  "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-26T08:53:21.773Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:53:21.774Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:53:21.774Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:53:21.774Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:21.774Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:21.774Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "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-26T08:53:22.775Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:53:22.775Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:22.775Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:22.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:53:23.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:53:23.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:53:23.777Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T08:53:23.777Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T08:53:23.777Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T08:53:23.825Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:53:23.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:53:23.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:53:23.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:53:23.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:53:23.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:53:24.172Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:53:24.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T08:53:24.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T08:53:24.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T08:53:24.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:53:24.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:24.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:24.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820804174,
  "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-26T08:53:25.175Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:53:25.176Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:53:25.176Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.176Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T08:53:25.177Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.177Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.263Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8276889788885357353/Definitions/service-BasicNetwork-template.yml
2023-03-26T08:53:25.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:53:25.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:53:25.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T08:53:25.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:53:25.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:53:25.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:53:25.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:53:25.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:53:25.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:53:25.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:53:25.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T08:53:25.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T08:53:25.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:53:25.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T08:53:25.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:53:25.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:25.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:25.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820805639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:53:26.640Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T08:53:26.640Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T08:53:26.641Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:53:26.641Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:26.641Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:26.641Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820806640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:53:27.642Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:53:27.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:53:27.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:53:27.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:53:27.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:53:27.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:53:27.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:53:27.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:53:27.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:53:27.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:53:27.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:53:27.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:53:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:53:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:53:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:53:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:53:57.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T08:53:57.693Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T08:53:57.693Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T08:53:57.693Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T08:53:57.697Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:53:57.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T08:53:57.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65dff98c-ef7e-4f89-ab24-9d725ebf6fd0], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T08:53:57.717Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:53:57.861Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:53:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-08:53:57:376-15497], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:53:57.862Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:53:57.863Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T08:53:57.863Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:53:57.863Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:53:57.871Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:53:57.872Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:53:57.872Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:53:57.872Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:57.872Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:57.872Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820837872,
  "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-26T08:53:58.903Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:53:58.903Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:53:58.903Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:53:58.903Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:58.903Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:58.903Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:53:59.904Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:53:59.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:53:59.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:53:59.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:00.906Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:00.906Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:00.906Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:00.906Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:01.908Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:01.908Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:01.908Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:01.908Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:02.909Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:02.910Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:02.910Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:02.910Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:03.911Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:03.911Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:03.911Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:03.911Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:04.912Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:04.912Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:04.913Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:04.913Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:05.913Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:05.914Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:05.914Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:05.914Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:06.916Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:54:06.916Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:54:06.916Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T08:54:06.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T08:54:06.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T08:54:06.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:54:06.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:54:06.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:54:06.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:06.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:54:06.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:07.285Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:54:07.286Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T08:54:07.286Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:54:07.286Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:07.286Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:54:07.286Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:07.287Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:07.287Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820847286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:08.288Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:54:08.289Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:54:08.289Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.290Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.291Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.291Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12930463777993162487/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T08:54:08.950Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:08.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:08.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:08.953Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:08.953Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:08.953Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T08:54:08.996Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T08:54:08.996Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:54:08.997Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T08:54:08.997Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:54:08.997Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:08.997Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:08.997Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820848996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:09.998Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T08:54:09.999Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T08:54:09.999Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:54:09.999Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:09.999Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:09.999Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820849998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:11.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:54:11.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:54:11.037Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:54:11.037Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:54:11.037Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:54:11.037Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:54:11.037Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:54:11.037Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:54:11.037Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:54:11.038Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:54:11.038Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:54:11.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:54:41.055Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T08:54:41.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T08:54:41.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T08:54:41.065Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T08:54:41.072Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:54:41.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T08:54:41.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T08:54:41.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:54:41.249Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T08:54:41.249Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:54:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-08:54:40:754-98037], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:54:41.249Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:54:41.250Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:54:41.250Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:54:41.258Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:54:41.259Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:54:41.259Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:54:41.259Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:41.260Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:41.260Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820881259,
  "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-26T08:54:42.290Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:54:42.290Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:54:42.291Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:42.291Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:42.291Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:42.292Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "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-26T08:54:43.293Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:43.293Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:43.293Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:43.294Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "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-26T08:54:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820765764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:54:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820768495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T08:54:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820769505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820800733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820804174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820805639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820806640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T08:54:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:54:44.294Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:44.295Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:44.295Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:44.296Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "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-26T08:54:45.296Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:45.297Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:45.297Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:45.297Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "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-26T08:54:46.298Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:46.299Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:46.299Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:46.299Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "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-26T08:54:47.300Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:47.300Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:47.300Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:47.301Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "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-26T08:54:48.301Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:54:48.302Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:48.302Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:48.302Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:49.303Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:54:49.303Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:54:49.303Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T08:54:49.304Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:54:49.304Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T08:54:49.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:54:49.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:54:49.353Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:54:49.354Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:54:49.354Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:54:49.354Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:54:49.683Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T08:54:49.685Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a 75177
2023-03-26T08:54:49.686Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T08:54:49.686Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T08:54:49.686Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T08:54:49.686Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:49.686Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:49.686Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820889686,
  "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-26T08:54:50.687Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:54:50.688Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:54:50.688Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:50.689Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-26T08:54:50.689Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:50.689Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:50.822Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12856627087165601703/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-26T08:54:51.696Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T08:54:51.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T08:54:51.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-26T08:54:51.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f393e6a-2a1c-47e5-967b-a8021a262089
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T08:54:51.700Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:15226351-aa5c-4786-8eab-b1179e9b155a
Model Version:NULL
Model InvariantUuid:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:28f9fefa-41d3-4594-ba4a-ce65a33ddac6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb650aa-ce43-4642-80b2-28552a3fd35f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ece2fffe-4c8b-4baa-9011-a708c618c460
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f4ad212c-bd14-4083-855d-2a9bd36f2abc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:06f0b3ce-d68d-4e41-814f-1658f2801978
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f393e6a-2a1c-47e5-967b-a8021a262089
ModelInvariantUuid:10bd3422-3df3-409b-b8d0-612df5cbb8b8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2352e49c-571d-428a-848e-697032e62bfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b259ccb1-fa0e-4424-917e-8b5b435ca195
ModelInvariantUuid:7a66e331-6765-4b8c-85ce-23bbf4ddd2a2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e4fb2340-ae8d-4cfd-8fb4-b876dfc919ad
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-26T08:54:51.743Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T08:54:51.743Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:54:51.743Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T08:54:51.743Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:54:51.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:51.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:51.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820891743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:52.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T08:54:52.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T08:54:52.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T08:54:52.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:54:52.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:54:52.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820892744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:54:53.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:54:53.769Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:54:53.774Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T08:54:53.774Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T08:54:53.774Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T08:54:53.774Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T08:54:53.774Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:54:53.774Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:54:53.774Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:54:53.775Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T08:54:53.775Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T08:54:53.789Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T08:55:23.790Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T08:55:23.802Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T08:55:23.802Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T08:55:23.803Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T08:55:23.811Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T08:55:23.827Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T08:55:23.827Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ce6c8a9-ffeb-4383-b3f8-030c167102c9], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T08:55:23.835Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T08:55:23.990Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 08:55:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-08:55:23:493-84211], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T08:55:23.991Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T08:55:23.992Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T08:55:23.992Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T08:55:23.992Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:55:24.000Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T08:55:24.000Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T08:55:24.000Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T08:55:24.001Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:24.001Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:24.001Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820924000,
  "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-26T08:55:25.029Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T08:55:25.029Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T08:55:25.030Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:25.030Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:25.030Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:25.030Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:55:25.034Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:25.035Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-8b6213ed-f340-4eb3-bcb4-ada991f310d9
2023-03-26T08:55:25.036Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:25.036Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T08:55:27.083Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:55:30.091Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:55:33.101Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:55:36.110Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:55:39.119Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:55:42.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T08:55:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:43.677Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:55:43.677Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T08:55:43.683Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:55:43.683Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-8b6213ed-f340-4eb3-bcb4-ada991f310d9', protocol='range'}
2023-03-26T08:55:43.689Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 55: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-8b6213ed-f340-4eb3-bcb4-ada991f310d9=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-26T08:55:43.704Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-8b6213ed-f340-4eb3-bcb4-ada991f310d9', protocol='range'}
2023-03-26T08:55:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T08:55:43.705Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:55:43.705Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:55:43.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:43.710Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:43.710Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:43.710Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:43.710Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:55:43.710Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T08:55:43.710Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T08:55:43.710Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:55:43.710Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:55:43.710Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1036, 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-26T08:55:43.710Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:55:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T08:55:43.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T08:55:43.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T08:55:43.721Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:55:43.721Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:43.721Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:43.721Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:44.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:55:44.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:44.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:44.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820837872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:55:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.731Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.732Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:55:44.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.732Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820847286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:55:44.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.733Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820848996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T08:55:44.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.733Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820849998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T08:55:44.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.734Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820881259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:55:44.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.734Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.735Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:55:44.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.736Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:55:44.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.736Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.737Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T08:55:44.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820384708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:55:44.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820889686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:55:44.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820891743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T08:55:44.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.740Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820892744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T08:55:44.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.740Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820924000,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T08:55:44.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:44.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:55:44.741Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:55:44.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:55:45.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:55:45.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:45.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:45.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:46.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:55:46.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:46.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:46.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:47.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:55:47.726Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:47.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:47.727Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:48.728Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:55:48.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:48.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:48.729Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:49.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T08:55:49.730Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:49.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:49.731Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:50.732Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T08:55:50.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T08:55:50.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T08:55:50.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T08:55:50.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T08:55:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T08:55:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:55:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T08:55:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:55:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:55:50.786Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T08:55:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:55:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@47c4439b
2023-03-26T08:55:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:55:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:55:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:55:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T08:55:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T08:55:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:55:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:50.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820950826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:51.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T08:55:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T08:55:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T08:55:51.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T08:55:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T08:55:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:55:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T08:55:51.857Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T08:55:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T08:55:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d0c638f
2023-03-26T08:55:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T08:55:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T08:55:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T08:55:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T08:55:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T08:55:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T08:55:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T08:55:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T08:55:51.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820951876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:55:52.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T08:55:52.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:55:52.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:55:52.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:55:52.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:56:22.911Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:56:22.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:56:22.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:56:22.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:56:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:56:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:56:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T08:56:43.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:56:52.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:56:52.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:56:52.963Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:56:52.963Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:57:22.963Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:57:22.986Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:57:22.991Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:57:22.991Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:57:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:57:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:57:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:57:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820950826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820951876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679820982339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679820985007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679820986246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679820981045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679820985007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679820982339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679820986246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679820981045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679820995137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679820982339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679820985007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679820981045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679820986246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679820995137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679820982339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679820985007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679820981045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679820986246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679820995137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679820982339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679820985007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679820981045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679820986246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679820995137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679820982339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679820985007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679820981045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679820986246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679820995137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679820985007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679820982339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.672Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679820981045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.672Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679820986246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.673Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679820995137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.673Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679820982339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679820985007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679820981045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.674Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679820986246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679820995137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679821001381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.675Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679821002132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679820995137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679821002384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T08:57:43.676Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679821003286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:57:43.677Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:57:52.992Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:57:55.631Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:57:55.635Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:57:55.635Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:58:25.635Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:58:25.657Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:58:25.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:58:25.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:58:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:58:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679821003386,
  "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-26T08:58:43.710Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 766f8b52-dc75-4c8f-ad73-ec28204d491e
2023-03-26T08:58:43.711Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T08:58:43.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679821007324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T08:58:43.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679821008326,
  "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-26T08:58:43.751Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 766f8b52-dc75-4c8f-ad73-ec28204d491e
2023-03-26T08:58:43.751Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T08:58:43.775Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.775Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821008805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821008805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821008805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821008805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821008805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821008805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821008805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821008805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T08:58:43.777Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.778Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.778Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821017615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T08:58:43.778Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.778Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.778Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821019423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T08:58:43.778Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T08:58:43.778Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T08:58:43.778Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679821020426,
  "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-26T08:58:43.792Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 766f8b52-dc75-4c8f-ad73-ec28204d491e
2023-03-26T08:58:43.792Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T08:58:55.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:58:55.682Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:58:55.685Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:58:55.685Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:59:25.685Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:59:25.703Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:59:25.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:59:25.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T08:59:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T08:59:55.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:59:55.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T08:59:55.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T08:59:55.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:00:25.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:00:25.751Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:00:25.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:00:25.755Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:00:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:00:43.744Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:00:43.744Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-8b6213ed-f340-4eb3-bcb4-ada991f310d9 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-26T09:00:43.744Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T09:00:43.744Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T09:00:44.419Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:00:44.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:00:44.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:00:44.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:00:44.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 56: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:00:44.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:00:44.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:00:44.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:00:44.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:00:44.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:00:44.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:00:44.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1127, 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-26T09:00:44.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:00:44.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:00:55.756Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T09:00:55.756Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T09:00:55.763Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T09:00:55.763Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T09:00:55.763Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T09:00:55.768Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:00:55.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T09:00:55.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[645c2741-bfde-4e35-928e-d8898b4b6eae], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T09:00:55.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T09:00:55.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:00:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-09:00:55:490-17858], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:00:55.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:00:55.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T09:00:55.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:00:55.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:00:55.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:00:55.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T09:00:55.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T09:00:55.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:00:55.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:00:55.994Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821255993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:00:56.008Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:00:56.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821255993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T09:00:56.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T09:00:57.024Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:00:57.024Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:00:57.025Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:00:57.025Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:00:57.025Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:00:57.025Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:00:58.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:00:58.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:00:58.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:00:58.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:00:59.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:00:59.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:00:59.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:00:59.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:00.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:00.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:00.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:00.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:01.030Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:01.030Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:01.030Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:01.030Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:02.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:02.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:02.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:02.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:03.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:03.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:03.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:03.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:04.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:01:04.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:01:04.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T09:01:04.035Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:01:04.036Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T09:01:04.088Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:01:04.088Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:01:04.089Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:01:04.089Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:04.089Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:01:04.089Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:01:04.403Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T09:01:04.403Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:01:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:01:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821264403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:05.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:01:05.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:01:05.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:05.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T09:01:05.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:05.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:05.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3093209164253142461/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T09:01:06.948Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:01:06.948Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:01:06.948Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.948Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:01:06.948Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:06.949Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:01:06.950Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:01:06.951Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:01:06.952Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.953Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:06.954Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T09:01:07.001Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T09:01:07.001Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:01:07.001Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T09:01:07.001Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:01:07.001Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:07.001Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:07.001Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821267001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:08.002Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:01:08.002Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T09:01:08.003Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:01:08.003Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:08.003Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:08.003Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821268002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:09.004Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:01:09.033Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:01:09.038Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:01:09.039Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:01:09.039Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:01:09.039Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:01:09.039Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:01:09.039Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:01:09.039Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:01:09.039Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:01:09.039Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:01:09.055Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:01:39.056Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T09:01:39.070Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T09:01:39.070Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T09:01:39.071Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T09:01:39.079Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:01:39.093Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T09:01:39.093Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T09:01:39.099Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:01:39.253Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T09:01:39.254Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:01:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-09:01:38:761-11572], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:01:39.254Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:01:39.254Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:01:39.254Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:01:39.261Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:01:39.261Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:01:39.261Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:01:39.261Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:39.262Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:39.262Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821299261,
  "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-26T09:01:40.292Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:01:40.293Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:01:40.293Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:40.293Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:40.293Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:40.294Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:41.294Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:41.294Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:41.294Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:41.294Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:42.295Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:42.295Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:42.295Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:42.296Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:43.296Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:43.296Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:43.297Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:43.297Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821264403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821267001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821268002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821299261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:01:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:01:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:01:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:01:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:01:44.297Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:44.298Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:44.298Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:44.298Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:45.299Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:45.299Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:45.299Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:45.299Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:46.300Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:01:46.300Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:46.300Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:46.300Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:47.301Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:01:47.302Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:01:47.302Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T09:01:47.302Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:01:47.302Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T09:01:47.365Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:01:47.366Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:01:47.366Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:01:47.366Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:47.366Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:01:47.366Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:47.684Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:01:47.689Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T09:01:47.690Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:01:47.690Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:47.690Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:01:47.690Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:47.690Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:47.690Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821307690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:48.690Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:01:48.691Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:01:48.691Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:48.692Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T09:01:48.692Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:48.692Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:48.803Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11371686633587135911/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T09:01:50.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:01:50.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T09:01:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:01:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T09:01:50.384Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T09:01:50.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:01:50.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T09:01:50.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:01:50.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:50.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:50.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821310384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:51.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:01:51.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T09:01:51.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:01:51.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:01:51.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:01:51.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821311386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:01:52.387Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:01:52.407Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:01:52.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:01:52.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:01:52.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:01:52.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:01:52.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:01:52.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:01:52.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:01:52.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:01:52.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:01:52.422Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:02:22.423Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T09:02:22.435Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T09:02:22.435Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T09:02:22.436Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T09:02:22.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:02:22.465Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T09:02:22.465Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b38ba64c-0361-45f1-b67a-8c36607b5b2a], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T09:02:22.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:02:22.609Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:02:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-09:02:22:132-24136], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:02:22.610Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:02:22.611Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T09:02:22.611Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:02:22.611Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:02:22.619Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:02:22.620Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:02:22.620Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:02:22.620Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:02:22.620Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:02:22.620Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821342620,
  "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-26T09:02:23.656Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:02:23.657Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:02:23.657Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:02:23.657Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:02:23.657Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:02:23.657Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "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-26T09:02:24.658Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:02:24.659Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:02:24.659Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:02:24.659Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:02:25.659Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:02:25.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:02:25.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T09:02:25.660Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T09:02:25.660Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T09:02:25.695Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:02:25.695Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:02:25.695Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:02:25.695Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:02:25.695Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:02:25.695Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:02:25.969Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:02:25.971Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T09:02:25.972Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T09:02:25.972Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:02:25.972Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:02:25.973Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:02:25.973Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:02:25.974Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821345972,
  "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-26T09:02:26.975Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:02:26.976Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:02:26.976Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:26.977Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T09:02:26.977Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:26.977Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.090Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6287363632755118275/Definitions/service-BasicNetwork-template.yml
2023-03-26T09:02:27.368Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:02:27.368Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:02:27.369Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:02:27.370Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T09:02:27.417Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T09:02:27.417Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:02:27.417Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T09:02:27.417Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:02:27.417Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:02:27.417Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:02:27.417Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821347417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:02:28.418Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:02:28.418Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T09:02:28.418Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:02:28.418Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:02:28.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:02:28.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821348418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:02:29.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:02:29.448Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:02:29.454Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:02:29.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:02:29.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:02:29.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:02:29.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:02:29.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:02:29.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:02:29.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:02:29.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:02:29.472Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:02:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:02:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:02:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:02:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:02:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821307690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821310384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821311386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821342620,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821345972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821347417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:02:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821348418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T09:02:43.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:02:59.475Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T09:02:59.488Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T09:02:59.489Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T09:02:59.490Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T09:02:59.497Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:02:59.515Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T09:02:59.516Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T09:02:59.523Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:02:59.664Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T09:02:59.664Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:02:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[167992], x-aai-txid=[2-aai-resources-230326-09:02:59:182-50983], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:02:59.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:02:59.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:02:59.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:02:59.675Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:02:59.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:02:59.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:02:59.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:02:59.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:02:59.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821379676,
  "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-26T09:03:00.707Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:03:00.708Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:03:00.708Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:00.709Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:00.709Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:00.709Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:01.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:01.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:01.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:01.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:02.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:02.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:02.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:02.714Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:03.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:03.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:03.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:03.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:04.716Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:04.716Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:04.717Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:04.717Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:05.717Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:05.718Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:05.718Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:05.718Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:06.718Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:06.719Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:06.719Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:06.719Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:07.720Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:07.721Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:07.721Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:07.721Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:08.722Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:03:08.722Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:03:08.723Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T09:03:08.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:03:08.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T09:03:08.777Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:03:08.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:03:08.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:03:08.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:08.779Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:03:08.779Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:09.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:03:09.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T09:03:09.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:03:09.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:09.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:03:09.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:09.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:09.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821389094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:10.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:03:10.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:03:10.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.166Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10648190952668768623/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T09:03:10.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:03:10.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:03:10.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:03:10.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:03:10.727Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:03:10.728Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T09:03:10.772Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T09:03:10.772Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:03:10.772Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T09:03:10.772Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:03:10.773Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:10.773Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:10.773Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821390772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:11.773Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:03:11.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T09:03:11.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:03:11.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:11.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:11.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821391773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:12.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:03:12.802Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:03:12.806Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:03:12.806Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:03:12.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:03:12.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:03:12.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:03:12.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:03:12.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:03:12.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:03:12.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:03:12.819Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:03:42.820Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T09:03:42.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T09:03:42.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T09:03:42.830Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T09:03:42.838Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:03:42.859Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T09:03:42.859Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0602c04-f8f4-4881-a7be-cb7b555cfe75], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T09:03:42.866Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:03:43.044Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:03:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[174], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-09:03:42:526-58830], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:03:43.045Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:03:43.045Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T09:03:43.045Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:03:43.046Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:03:43.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:03:43.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:03:43.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:03:43.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:43.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:43.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821423057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:43.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.664Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821379676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:03:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:03:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:03:43.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821389094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821390772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821391773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:03:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821423057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:03:43.667Z||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-26T09:03:44.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:03:44.087Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:03:44.087Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:44.087Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:44.087Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:44.087Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "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-26T09:03:45.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:45.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:45.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:45.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "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-26T09:03:46.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:46.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:46.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:46.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "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-26T09:03:47.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:47.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:47.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:47.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "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-26T09:03:48.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:48.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:48.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:48.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "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-26T09:03:49.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:49.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:49.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:49.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "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-26T09:03:50.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:03:50.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:50.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:50.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:51.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:03:51.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:03:51.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T09:03:51.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:03:51.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T09:03:51.148Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:03:51.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:03:51.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:03:51.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:03:51.150Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:03:51.150Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:03:51.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:03:51.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39a8b6fd
2023-03-26T09:03:51.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:03:51.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T09:03:51.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:03:51.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:03:51.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:03:51.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:03:51.210Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:51.210Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:51.210Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821431209,
  "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-26T09:03:52.211Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T09:03:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T09:03:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:03:52.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T09:03:52.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:03:52.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:52.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:52.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821432261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:53.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:03:53.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T09:03:53.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:03:53.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:03:53.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:03:53.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821433263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:03:54.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:03:54.293Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:03:54.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:03:54.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:03:54.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:03:54.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:03:54.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:03:54.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:03:54.299Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:03:54.299Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:03:54.299Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:03:54.319Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:04:24.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T09:04:24.332Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T09:04:24.332Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T09:04:24.333Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T09:04:24.339Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:04:24.356Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T09:04:24.357Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1bef2c1-f65f-4d84-86ba-e4edd553282b], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T09:04:24.364Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:04:24.524Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:04:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[184376], x-aai-txid=[1-aai-resources-230326-09:04:24:024-21580], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:04:24.524Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:04:24.525Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T09:04:24.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:04:24.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:04:24.537Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:04:24.537Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:04:24.537Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:04:24.537Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:24.537Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:24.538Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821464537,
  "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-26T09:04:25.568Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T09:04:25.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T09:04:25.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:25.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:25.570Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:25.570Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:04:25.575Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0205a3ec-dc1c-4d3a-b1b9-c6968d0b7718
2023-03-26T09:04:25.575Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:25.575Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:25.575Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:04:27.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:04:30.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:04:33.246Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:04:36.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:04:39.267Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:04:42.276Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:04:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:43.691Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:04:43.691Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:04:43.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0205a3ec-dc1c-4d3a-b1b9-c6968d0b7718', protocol='range'}
2023-03-26T09:04:43.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:04:43.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 57: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0205a3ec-dc1c-4d3a-b1b9-c6968d0b7718=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-26T09:04:43.718Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:04:43.718Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:04:43.718Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0205a3ec-dc1c-4d3a-b1b9-c6968d0b7718', protocol='range'}
2023-03-26T09:04:43.719Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:04:43.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:43.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:43.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:43.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:43.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:43.724Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:04:43.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:43.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:04:43.724Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:04:43.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T09:04:43.724Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:04:43.724Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1168, 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-26T09:04:43.724Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:04:43.724Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:04:43.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:04:43.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:04:43.741Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:04:43.741Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:43.741Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:43.741Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:44.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.737Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679820925029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821431209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821432261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821433263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821464537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:04:44.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:04:44.742Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:04:44.742Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:44.742Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:44.742Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:45.742Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:04:45.743Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:45.743Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:45.743Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:46.743Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:04:46.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:46.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:46.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:47.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:04:47.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:47.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:47.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:48.746Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:04:48.746Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:48.746Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:48.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:49.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:04:49.748Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:49.748Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:49.748Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:50.749Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:04:50.749Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:04:50.749Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T09:04:50.749Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:04:50.750Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T09:04:50.800Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:04:50.800Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:04:50.800Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:04:50.800Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:04:50.801Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:04:50.801Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:04:50.839Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:04:50.839Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@43b6bd4c
2023-03-26T09:04:50.839Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:04:50.839Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:04:50.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:04:50.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T09:04:50.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T09:04:50.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:04:50.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:50.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:50.840Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821490840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:51.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T09:04:51.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T09:04:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:04:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T09:04:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T09:04:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:04:51.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:04:51.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:04:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:04:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@482c42f0
2023-03-26T09:04:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:04:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:04:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:04:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T09:04:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T09:04:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:04:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:04:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:04:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821491891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:04:52.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T09:04:52.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:04:52.920Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:04:52.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:04:52.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:05:22.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:05:22.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:05:22.960Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:05:22.960Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:05:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:05:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:05:43.661Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:05:43.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:05:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:05:52.988Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:05:52.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:05:52.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:06:22.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:06:23.021Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:06:23.025Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:06:23.025Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:06:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:06:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:06:43.661Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:06:43.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:06:43.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:06:43.662Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821490840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:06:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:06:43.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:06:43.663Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821491891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:06:43.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:06:53.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:06:53.047Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:06:53.051Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:06:53.055Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:07:23.056Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:07:23.075Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:07:23.078Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:07:23.079Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:07:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:07:53.079Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:07:53.107Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:07:53.112Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:07:53.112Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:08:23.112Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:08:23.138Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:08:23.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:08:23.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:08:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:08:53.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:08:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:08:53.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:08:53.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:09:23.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:09:23.202Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:09:23.206Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:09:23.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:09:43.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:09:43.779Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:09:43.780Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-0205a3ec-dc1c-4d3a-b1b9-c6968d0b7718 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-26T09:09:43.780Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T09:09:43.781Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T09:09:44.254Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:09:44.270Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:09:44.270Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:09:44.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:09:44.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 58: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:09:44.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:09:44.295Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:09:44.295Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:09:44.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:09:44.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:09:44.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:09:44.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1188, 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-26T09:09:44.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:09:44.302Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:09:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T09:09:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T09:09:53.219Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T09:09:53.219Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T09:09:53.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T09:09:53.227Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:09:53.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T09:09:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T09:09:53.253Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T09:09:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T09:09:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:09:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-09:09:52:914-78447], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:09:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:09:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:09:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:09:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:09:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T09:09:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T09:09:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:09:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:09:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821793407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:09:53.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:09:53.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821793407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T09:09:53.427Z||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-26T09:09:54.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:09:54.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:09:54.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:09:54.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:09:54.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:09:54.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:09:55.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:09:55.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:09:55.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:09:55.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:09:56.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:09:56.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:09:56.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:09:56.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:09:57.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:09:57.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:09:57.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:09:57.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:09:58.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:09:58.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:09:58.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:09:58.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:09:59.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:09:59.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:09:59.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:09:59.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:00.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:10:00.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:00.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:00.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:01.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:10:01.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:10:01.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T09:10:01.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:10:01.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T09:10:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:10:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:10:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:10:01.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:01.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:10:01.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:01.832Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:10:01.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T09:10:01.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:10:01.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:01.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:10:01.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:01.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:01.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821801836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:02.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:10:02.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:10:02.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:02.839Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T09:10:02.839Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:02.840Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:02.948Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17202863457081176390/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T09:10:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:10:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:10:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:10:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:10:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:10:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:10:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:10:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:10:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:10:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:10:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T09:10:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T09:10:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:10:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T09:10:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:10:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821804544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:05.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:10:05.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T09:10:05.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:10:05.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:05.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:05.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821805545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:06.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:10:06.573Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:10:06.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:10:06.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:10:06.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:10:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:10:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:10:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:10:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:10:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:10:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:10:06.591Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:10:36.591Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T09:10:36.604Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T09:10:36.604Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T09:10:36.605Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T09:10:36.611Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:10:36.635Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T09:10:36.635Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[877cb4a2-5a43-436b-ba62-ad0dbaee8fd5], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T09:10:36.642Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:10:36.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:10:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-09:10:36:303-82511], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:10:36.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:10:36.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T09:10:36.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:10:36.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:10:36.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:10:36.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:10:36.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:10:36.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:36.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:36.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821836810,
  "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-26T09:10:37.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:10:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:10:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:10:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:38.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:10:38.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:38.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:38.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:39.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:10:39.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:39.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:39.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:40.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:10:40.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:40.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:40.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:41.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:10:41.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:41.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:41.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:42.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:10:42.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:42.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:42.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:43.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:43.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.665Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:10:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:10:43.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:10:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:10:43.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:10:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:10:43.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:10:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.669Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821801836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:10:43.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.670Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821804544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T09:10:43.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.670Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821805545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T09:10:43.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.671Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821836810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:10:43.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.671Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:10:43.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.672Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:10:43.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.672Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:10:43.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:10:43.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:10:43.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T09:10:43.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:10:43.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:10:43.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:10:43.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:43.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:43.856Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:44.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:10:44.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:10:44.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T09:10:44.857Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:10:44.858Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T09:10:44.906Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:10:44.907Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:10:44.907Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:10:44.907Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:44.907Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:10:44.908Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:45.494Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:10:45.498Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T09:10:45.498Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:10:45.498Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:45.498Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:10:45.499Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:45.499Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:45.499Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821845498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:46.501Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:10:46.501Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:10:46.501Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:46.502Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T09:10:46.502Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:46.502Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:46.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3231111125810663495/Definitions/service-Vfw20230326074351-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-26T09:10:48.210Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:10:48.210Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:10:48.210Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.210Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:10:48.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.217Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:48.218Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.219Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:48.219Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:10:48.219Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:10:48.219Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T09:10:48.263Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T09:10:48.263Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:10:48.263Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T09:10:48.264Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:10:48.264Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:48.264Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:48.264Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821848263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:49.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:10:49.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T09:10:49.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:10:49.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:10:49.267Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:10:49.267Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821849266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:10:50.268Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:10:50.294Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:10:50.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:10:50.311Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:11:20.311Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T09:11:20.320Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T09:11:20.320Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T09:11:20.321Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T09:11:20.327Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:11:20.347Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T09:11:20.348Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05a74112-313d-47ec-be12-27510daa997a], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T09:11:20.356Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:11:20.496Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:11:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-09:11:20:020-30171], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:11:20.497Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:11:20.498Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T09:11:20.499Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:11:20.499Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:11:20.510Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:11:20.511Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:11:20.511Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:11:20.511Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:20.512Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:20.512Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821880511,
  "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-26T09:11:21.540Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:11:21.541Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:11:21.541Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:11:21.541Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:21.541Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:21.541Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "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-26T09:11:22.542Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:11:22.542Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:22.542Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:22.542Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:11:23.543Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:11:23.544Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:11:23.544Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T09:11:23.544Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T09:11:23.544Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T09:11:23.587Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:11:23.588Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:11:23.588Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:11:23.588Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:11:23.588Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:11:23.588Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:11:23.916Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:11:23.918Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T09:11:23.918Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T09:11:23.918Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:11:23.918Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:11:23.918Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:23.918Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:23.918Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821883918,
  "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-26T09:11:24.919Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:11:24.920Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:11:24.920Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:24.920Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T09:11:24.920Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:24.921Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.003Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6854328151612852379/Definitions/service-BasicNetwork-template.yml
2023-03-26T09:11:25.348Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:11:25.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:11:25.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:11:25.351Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:11:25.351Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:11:25.351Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T09:11:25.404Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T09:11:25.404Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:11:25.404Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T09:11:25.404Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:11:25.404Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:25.404Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:25.404Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821885404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:11:26.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:11:26.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T09:11:26.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:11:26.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:26.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:26.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821886405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:11:27.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:11:27.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:11:27.432Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:11:27.447Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:11:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:11:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:11:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:11:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:11:57.448Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T09:11:57.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T09:11:57.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T09:11:57.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T09:11:57.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:11:57.477Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T09:11:57.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T09:11:57.484Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:11:57.635Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T09:11:57.636Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:11:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[167992], x-aai-txid=[2-aai-resources-230326-09:11:57:145-8455], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:11:57.636Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:11:57.636Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:11:57.636Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:11:57.642Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:11:57.642Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:11:57.642Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:11:57.642Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:57.643Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:57.643Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821917642,
  "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-26T09:11:58.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:11:58.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:11:58.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:11:58.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:58.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:58.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:11:59.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:11:59.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:11:59.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:11:59.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:00.673Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:00.674Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:00.674Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:00.674Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:01.675Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:01.675Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:01.675Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:01.675Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:02.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:02.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:02.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:02.676Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:03.677Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:03.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:03.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:03.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:04.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:04.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:04.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:04.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:05.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:05.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:05.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:05.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:06.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:12:06.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:12:06.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T09:12:06.681Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:12:06.681Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T09:12:06.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:12:06.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:12:06.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:12:06.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:06.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:12:06.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:07.039Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:12:07.043Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T09:12:07.043Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:12:07.043Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:07.044Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:12:07.044Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:07.044Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:07.044Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821927043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:08.045Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:12:08.045Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:12:08.046Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.046Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.046Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.047Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13906905140412548677/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T09:12:08.671Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:12:08.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:12:08.673Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T09:12:08.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T09:12:08.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:12:08.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T09:12:08.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:12:08.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:08.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:08.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821928723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:09.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:12:09.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T09:12:09.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:12:09.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:09.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:09.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821929724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:10.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:12:10.754Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:12:10.758Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:12:10.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:12:10.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:12:10.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:12:10.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:12:10.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:12:10.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:12:10.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:12:10.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:12:10.773Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:12:40.773Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T09:12:40.782Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T09:12:40.782Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T09:12:40.782Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T09:12:40.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:12:40.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T09:12:40.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T09:12:40.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:12:40.960Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T09:12:40.960Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:12:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-09:12:40:474-35837], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:12:40.960Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:12:40.961Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:12:40.961Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:12:40.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:12:40.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:12:40.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:12:40.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:40.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:40.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821960970,
  "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-26T09:12:42.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:12:42.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:12:42.002Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:42.002Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:42.002Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:42.002Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "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-26T09:12:43.002Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:43.003Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:43.003Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:43.003Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "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-26T09:12:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821845498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:12:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821848263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T09:12:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821849266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821880511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821883918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821885404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T09:12:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821886405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T09:12:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:12:44.004Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:44.004Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:44.005Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:44.005Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "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-26T09:12:45.006Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:45.006Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:45.006Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:45.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "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-26T09:12:46.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:46.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:46.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:46.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "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-26T09:12:47.010Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:47.011Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:47.011Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:47.011Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "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-26T09:12:48.012Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:12:48.013Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:48.013Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:48.013Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:49.014Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:12:49.015Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:12:49.015Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T09:12:49.015Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:12:49.015Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T09:12:49.061Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:12:49.062Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:12:49.062Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:12:49.062Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:12:49.062Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:12:49.062Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:12:49.085Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:12:49.086Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f812108
2023-03-26T09:12:49.086Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:12:49.086Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T09:12:49.086Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:12:49.087Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:12:49.087Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:12:49.087Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:12:49.087Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:49.087Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:49.087Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821969087,
  "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-26T09:12:50.088Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T09:12:50.139Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T09:12:50.140Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:12:50.140Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T09:12:50.140Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:12:50.140Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:50.141Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:50.141Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821970140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:51.141Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:12:51.142Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T09:12:51.142Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:12:51.142Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:12:51.142Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:12:51.142Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821971141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:12:52.143Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:12:52.170Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:12:52.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:12:52.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:12:52.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:12:52.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:12:52.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:12:52.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:12:52.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:12:52.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:12:52.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:12:52.188Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:13:22.188Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T09:13:22.203Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T09:13:22.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T09:13:22.205Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T09:13:22.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:13:22.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T09:13:22.226Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T09:13:22.234Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:13:22.374Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T09:13:22.374Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:13:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-09:13:21:895-81579], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:13:22.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:13:22.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:13:22.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:13:22.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:13:22.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:13:22.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:13:22.383Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:22.383Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:22.383Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822002382,
  "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-26T09:13:23.413Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:13:23.414Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:13:23.416Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:13:23.416Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:23.416Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:23.417Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:24.417Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:13:24.418Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:24.418Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:24.418Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:25.418Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:13:25.419Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:25.419Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:25.419Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:26.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:13:26.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:26.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:26.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:27.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:13:27.421Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:27.421Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:27.421Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:28.421Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:13:28.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:28.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:28.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:29.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:13:29.423Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:29.423Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:29.423Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:30.423Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:13:30.424Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:30.424Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:30.424Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:31.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:13:31.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:13:31.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T09:13:31.426Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:13:31.426Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T09:13:31.466Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:13:31.466Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:13:31.466Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:13:31.467Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:31.467Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:13:31.467Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:31.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:13:31.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T09:13:31.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:13:31.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:31.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:13:31.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:31.812Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:31.812Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822011811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:32.812Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:13:32.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:13:32.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:32.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:32.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:32.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:32.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18429156951103346276/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T09:13:33.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:13:33.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:13:33.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:13:33.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:13:33.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.620Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.620Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:13:33.620Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:13:33.620Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:13:33.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.634Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.634Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.634Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.634Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T09:13:33.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:13:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||pNF c9375d0d-2cbf 0
2023-03-26T09:13:33.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9
2023-03-26T09:13:33.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T09:13:33.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T09:13:33.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c9375d0d-2cbf 0 7845d81d-9e79-4c8b-b990-120fce1595b9 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-26T09:13:33.674Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b54c90a, org.onap.sdc.toscaparser.api.parameters.Input@2e7de096, org.onap.sdc.toscaparser.api.parameters.Input@1a62288b, org.onap.sdc.toscaparser.api.parameters.Input@338ba466, org.onap.sdc.toscaparser.api.parameters.Input@4e6a2784]
2023-03-26T09:13:33.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f5279e93-ea07-4d4b-bc08-5b7289cfc6ba: pNF c9375d0d-2cbf
2023-03-26T09:13:33.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Processing PNF resource: 7845d81d-9e79-4c8b-b990-120fce1595b9
2023-03-26T09:13:33.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:13:33.677Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:13:33.677Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Resource customization UUID: f0c8db53-39f3-4490-8897-77b54efde16a is the same as notified resource customizationUUID: f0c8db53-39f3-4490-8897-77b54efde16a
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-26T09:13:33.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c9375d0d-2cbf 7845d81d-9e79-4c8b-b990-120fce1595b9 0 ASDC deployResourceStructure
2023-03-26T09:13:33.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:13:33.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:13:33.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T09:13:33.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:13:33.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:13:33.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822013813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:34.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:13:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:13:34.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:13:34.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:13:34.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:13:34.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:13:34.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:13:34.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:13:34.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:13:34.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:13:34.842Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:13:34.855Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:13:43.660Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:13:43.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.662Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821917642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:13:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:13:43.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:13:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:13:43.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:13:43.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:13:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:13:43.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821927043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:13:43.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821928723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T09:13:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821929724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T09:13:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821960970,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:13:43.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:13:43.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:13:43.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T09:13:43.670Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:13:43.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:04.856Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T09:14:04.864Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T09:14:04.864Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T09:14:04.865Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T09:14:04.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:14:04.888Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T09:14:04.888Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T09:14:04.895Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:14:05.022Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T09:14:05.023Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:14:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[270496], x-aai-txid=[2-aai-resources-230326-09:14:04:555-46366], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:14:05.023Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:14:05.023Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:14:05.023Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:14:05.031Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:14:05.032Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:14:05.032Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:14:05.032Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:05.032Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:05.032Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822045032,
  "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-26T09:14:06.058Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T09:14:06.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T09:14:06.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T09:14:06.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:06.060Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:06.060Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:06.060Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:14:06.061Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:06.064Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-89273ffd-abf8-4a73-a960-ba61636c4b1a
2023-03-26T09:14:06.064Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:06.064Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:14:09.152Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:12.162Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:15.171Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:18.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:21.189Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:24.198Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:27.080Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T09:14:27.208Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:30.217Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:33.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:36.236Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:39.245Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:42.255Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:14:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:43.675Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:14:43.676Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:14:43.682Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:14:43.682Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-89273ffd-abf8-4a73-a960-ba61636c4b1a', protocol='range'}
2023-03-26T09:14:43.685Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 59: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-89273ffd-abf8-4a73-a960-ba61636c4b1a=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:14:43.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:14:43.701Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-89273ffd-abf8-4a73-a960-ba61636c4b1a', protocol='range'}
2023-03-26T09:14:43.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:14:43.701Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:43.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:14:43.701Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:43.705Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:14:43.705Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:14:43.705Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:14:43.706Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1231, 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-26T09:14:43.706Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:14:43.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:43.706Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:14:43.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:43.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:43.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:43.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:14:43.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T09:14:43.792Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:14:43.792Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:14:43.793Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:14:43.793Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:43.793Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:43.793Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821969087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821970140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.719Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821971141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822002382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679821465568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822011811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822013813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822045032,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:14:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:14:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:14:44.793Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:14:44.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:44.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:44.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:45.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:14:45.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:45.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:45.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:46.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:14:46.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:46.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:46.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:47.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:14:47.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:47.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:47.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:48.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:14:48.798Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:48.798Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:48.798Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:49.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:14:49.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:49.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:49.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:50.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:14:50.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:14:50.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T09:14:50.802Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:14:50.802Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T09:14:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:14:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:14:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:14:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:14:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:14:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:14:50.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:14:50.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@700840b8
2023-03-26T09:14:50.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:14:50.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:14:50.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:14:50.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T09:14:50.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T09:14:50.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:14:50.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:50.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:50.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822090873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T09:14:51.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T09:14:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:14:51.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T09:14:51.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T09:14:51.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:14:51.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:14:51.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:14:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:14:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1b615558
2023-03-26T09:14:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:14:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:14:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:14:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T09:14:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T09:14:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:14:51.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:14:51.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:14:51.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822091918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:14:52.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T09:14:52.920Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:14:52.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:14:52.944Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:14:52.944Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:15:22.945Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:15:22.967Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:15:22.970Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:15:22.970Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:15:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:15:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:15:52.971Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:15:52.992Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:15:52.996Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:15:52.997Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:16:22.997Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:16:23.025Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:16:23.030Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:16:23.030Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:16:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:16:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:16:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:16:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:16:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:16:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:16:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822090873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:16:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:16:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:16:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822091918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:16:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:16:53.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:16:53.053Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:16:53.058Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:16:53.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:17:23.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:17:23.081Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:17:23.085Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:17:23.085Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:17:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:17:53.085Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:17:53.112Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:17:53.116Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:17:53.117Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:18:23.117Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:18:23.140Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:18:23.144Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:18:23.144Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:18:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:18:53.144Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:18:53.166Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:18:53.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:18:53.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:19:23.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:19:23.192Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:19:23.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:19:23.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:19:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:19:43.866Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:19:43.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-89273ffd-abf8-4a73-a960-ba61636c4b1a 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-26T09:19:43.867Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T09:19:43.867Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T09:19:44.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:19:44.258Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:19:44.258Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:19:44.264Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:19:44.265Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 60: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:19:44.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:19:44.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:19:44.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:19:44.287Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:19:44.287Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:19:44.287Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:19:44.287Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1260, 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-26T09:19:44.288Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:19:44.288Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:19:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T09:19:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T09:19:53.210Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T09:19:53.210Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T09:19:53.211Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T09:19:53.219Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:19:53.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T09:19:53.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T09:19:53.246Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T09:19:53.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T09:19:53.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:19:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-09:19:52:908-15673], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:19:53.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:19:53.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:19:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:19:53.402Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:19:53.402Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T09:19:53.402Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T09:19:53.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:19:53.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:19:53.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822393402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:19:53.421Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:19:53.422Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822393402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T09:19:53.422Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T09:19:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:19:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:19:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:19:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:19:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:19:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:19:55.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:19:55.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:19:55.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:19:55.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:19:56.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:19:56.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:19:56.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:19:56.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:19:57.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:19:57.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:19:57.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:19:57.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:19:58.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:19:58.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:19:58.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:19:58.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:19:59.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:19:59.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:19:59.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:19:59.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:00.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:20:00.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:00.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:00.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:01.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:20:01.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:20:01.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T09:20:01.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:20:01.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T09:20:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:20:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:20:01.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:20:01.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:01.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:20:01.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:20:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T09:20:01.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:20:01.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:01.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:20:01.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:01.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:01.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822401811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:02.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:20:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:20:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T09:20:02.814Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:02.814Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:02.924Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12520382101028860901/Definitions/service-Vfw20230326064333-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-26T09:20:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:20:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.431Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:20:04.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T09:20:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T09:20:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T09:20:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:20:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T09:20:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:20:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822404472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:05.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:20:05.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T09:20:05.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:20:05.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:05.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:05.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822405472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:06.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:20:06.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:20:06.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:20:06.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:20:36.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T09:20:36.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T09:20:36.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T09:20:36.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T09:20:36.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:20:36.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T09:20:36.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T09:20:36.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:20:36.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T09:20:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:20:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-09:20:36:223-28418], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:20:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:20:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:20:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:20:36.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:20:36.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:20:36.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:20:36.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:36.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:36.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822436717,
  "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-26T09:20:37.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:20:37.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:20:37.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:20:37.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:37.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:37.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:38.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:20:38.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:38.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:38.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:39.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:20:39.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:39.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:39.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:40.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:20:40.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:40.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:40.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:41.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:20:41.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:41.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:41.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:42.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:20:42.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:42.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:42.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:20:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:20:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822401811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822404472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822405472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822436717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:20:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:20:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:20:43.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:20:43.757Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:43.757Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:43.757Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:44.758Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:20:44.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:20:44.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T09:20:44.759Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:20:44.759Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T09:20:44.798Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:20:44.798Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:20:44.798Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:20:44.798Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:44.798Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:20:44.798Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:45.467Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:20:45.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T09:20:45.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:20:45.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:45.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:20:45.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:45.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:45.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822445471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:46.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:20:46.473Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:20:46.473Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:46.474Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T09:20:46.474Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:46.474Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:46.597Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP192866748859163746/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T09:20:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:20:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:20:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:20:48.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T09:20:48.152Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T09:20:48.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:20:48.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T09:20:48.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:20:48.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:48.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:48.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822448153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:49.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:20:49.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T09:20:49.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:20:49.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:20:49.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:20:49.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822449154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:20:50.156Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:20:50.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:20:50.186Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:20:50.187Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:20:50.187Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:20:50.187Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:20:50.187Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:20:50.187Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:20:50.187Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:20:50.187Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:20:50.187Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:20:50.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:21:20.203Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T09:21:20.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T09:21:20.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T09:21:20.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T09:21:20.220Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:21:20.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T09:21:20.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b12de15-e990-4db9-be69-c58f17cf60f6], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T09:21:20.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:21:20.378Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:21:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-09:21:19:905-68499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:21:20.378Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:21:20.379Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T09:21:20.380Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:21:20.380Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:21:20.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:21:20.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:21:20.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:21:20.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:20.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:20.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822480393,
  "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-26T09:21:21.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:21:21.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:21:21.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:21:21.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:21.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:21.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "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-26T09:21:22.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:21:22.417Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:22.417Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:22.417Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:21:23.418Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:21:23.418Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:21:23.418Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T09:21:23.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T09:21:23.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T09:21:23.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:21:23.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:21:23.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:21:23.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:21:23.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:21:23.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:21:23.800Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:21:23.802Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T09:21:23.803Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T09:21:23.803Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:21:23.803Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:21:23.803Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:23.804Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:23.804Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822483803,
  "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-26T09:21:24.804Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:21:24.805Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:21:24.805Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:24.806Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T09:21:24.806Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:24.806Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:24.880Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16479843707183841292/Definitions/service-BasicNetwork-template.yml
2023-03-26T09:21:25.193Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:21:25.194Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:21:25.194Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.194Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T09:21:25.194Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.194Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.194Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.194Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:21:25.195Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:21:25.196Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:21:25.196Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:21:25.196Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:21:25.196Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:21:25.196Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:21:25.196Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:21:25.196Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:21:25.196Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:21:25.197Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:21:25.197Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:21:25.197Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:21:25.197Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:21:25.197Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:21:25.197Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:21:25.197Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:21:25.197Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T09:21:25.239Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T09:21:25.240Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:21:25.240Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T09:21:25.240Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:21:25.240Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:25.240Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:25.240Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822485239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:21:26.241Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:21:26.241Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T09:21:26.241Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:21:26.241Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:26.241Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:26.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822486241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:21:27.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:21:27.264Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:21:27.267Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:21:27.267Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:21:27.267Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:21:27.268Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:21:27.268Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:21:27.268Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:21:27.268Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:21:27.268Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:21:27.268Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:21:27.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:21:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:21:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:21:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:21:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:21:57.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T09:21:57.290Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T09:21:57.290Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T09:21:57.290Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T09:21:57.294Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:21:57.306Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T09:21:57.306Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00508a16-5fee-4144-b501-5a34b6609189], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T09:21:57.313Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:21:57.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:21:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-09:21:56:974-75067], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:21:57.462Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:21:57.462Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T09:21:57.463Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:21:57.463Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:21:57.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:21:57.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:21:57.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:21:57.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:57.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:57.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822517478,
  "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-26T09:21:58.509Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:21:58.509Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:21:58.509Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:21:58.509Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:58.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:58.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:21:59.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:21:59.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:21:59.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:21:59.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:00.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:00.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:00.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:00.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:01.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:01.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:01.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:01.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:02.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:02.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:02.514Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:02.514Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:03.514Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:03.515Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:03.515Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:03.515Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:04.515Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:04.515Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:04.516Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:04.516Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:05.516Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:05.517Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:05.517Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:05.517Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:06.518Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:22:06.519Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:22:06.519Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T09:22:06.519Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:22:06.519Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T09:22:06.564Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:22:06.564Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:22:06.564Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:22:06.564Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:06.565Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:22:06.565Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:06.877Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:22:06.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T09:22:06.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:22:06.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:06.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:22:06.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:06.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:06.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822526880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:07.881Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:22:07.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:22:07.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:07.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:07.883Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:07.883Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.011Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18369676052410521215/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T09:22:08.550Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:22:08.550Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:22:08.550Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.550Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:22:08.550Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.550Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.550Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.550Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:22:08.551Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:22:08.552Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:22:08.552Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:22:08.552Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:22:08.552Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T09:22:08.595Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T09:22:08.595Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:22:08.595Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T09:22:08.595Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:22:08.596Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:08.596Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:08.596Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822528595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:09.596Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:22:09.597Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T09:22:09.597Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:22:09.597Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:09.597Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:09.598Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822529596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:10.599Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:22:10.624Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:22:10.628Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:22:10.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:22:10.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:22:10.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:22:10.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:22:10.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:22:10.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:22:10.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:22:10.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:22:10.642Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:22:40.643Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T09:22:40.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T09:22:40.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T09:22:40.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T09:22:40.663Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:22:40.681Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T09:22:40.682Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T09:22:40.689Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:22:40.856Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T09:22:40.856Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:22:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[213160], x-aai-txid=[2-aai-resources-230326-09:22:40:350-57769], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:22:40.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:22:40.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:22:40.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:22:40.869Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:22:40.869Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:22:40.869Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:22:40.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:40.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:40.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822560869,
  "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-26T09:22:41.899Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:22:41.899Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:22:41.900Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:41.900Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:41.900Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:41.900Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "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-26T09:22:42.902Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:42.902Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:42.902Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:42.902Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "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-26T09:22:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822445471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:22:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822448153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T09:22:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822449154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T09:22:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822480393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:22:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:22:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:22:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822483803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:22:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822485239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T09:22:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T09:22:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822486241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T09:22:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:22:43.904Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:43.904Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:43.904Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:43.904Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "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-26T09:22:44.905Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:44.906Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:44.906Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:44.906Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "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-26T09:22:45.908Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:45.908Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:45.908Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:45.908Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "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-26T09:22:46.909Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:46.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:46.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:46.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "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-26T09:22:47.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:22:47.911Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:47.911Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:47.911Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:48.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:22:48.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:22:48.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T09:22:48.913Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:22:48.913Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T09:22:48.950Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:22:48.951Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:22:48.951Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:22:48.951Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:22:48.951Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:22:48.951Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:22:48.985Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:22:48.986Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5d246b51
2023-03-26T09:22:48.986Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:22:48.986Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T09:22:48.986Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:22:48.986Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:22:48.986Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:22:48.986Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:22:48.987Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:48.987Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:48.987Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822568986,
  "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-26T09:22:49.989Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T09:22:50.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T09:22:50.042Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:22:50.042Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T09:22:50.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:22:50.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:50.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:50.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822570042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:51.044Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:22:51.044Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T09:22:51.045Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:22:51.045Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:22:51.045Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:22:51.045Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822571044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:22:52.046Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:22:52.070Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:22:52.074Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:22:52.094Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:23:22.095Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T09:23:22.106Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T09:23:22.106Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T09:23:22.107Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T09:23:22.110Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:23:22.122Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T09:23:22.122Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10bbb9fd-6060-4cc1-a0fd-54f2cc18fcc9], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T09:23:22.129Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:23:22.255Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:23:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-09:23:21:792-25215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:23:22.256Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:23:22.257Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T09:23:22.258Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:23:22.258Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:23:22.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:23:22.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:23:22.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:23:22.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:22.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:22.271Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822602270,
  "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-26T09:23:23.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:23:23.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:23:23.301Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:23:23.301Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:23.301Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:23.301Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:24.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:23:24.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:24.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:24.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:25.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:23:25.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:25.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:25.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:26.304Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:23:26.304Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:26.304Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:26.304Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:27.305Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:23:27.305Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:27.305Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:27.305Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:28.306Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:23:28.307Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:28.307Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:28.307Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:29.308Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:23:29.309Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:29.309Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:29.309Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:30.310Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:23:30.311Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:30.311Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:30.311Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:31.312Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:23:31.313Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:23:31.313Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T09:23:31.313Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:23:31.313Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T09:23:31.353Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:23:31.353Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:23:31.353Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:23:31.353Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:31.353Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:23:31.354Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:31.674Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:23:31.677Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T09:23:31.678Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:23:31.678Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:31.678Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:23:31.678Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:31.678Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:31.678Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822611677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:32.679Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:23:32.680Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:23:32.681Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:32.681Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:32.682Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:32.682Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:32.784Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2002730127303519172/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T09:23:33.432Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:23:33.432Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:23:33.432Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:33.432Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:23:33.432Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:33.432Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:33.432Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:23:33.433Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:23:33.434Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T09:23:33.481Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T09:23:33.482Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:23:33.482Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T09:23:33.482Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:23:33.482Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:33.482Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:33.482Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822613482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:34.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:23:34.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T09:23:34.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:23:34.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:23:34.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:23:34.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822614483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:35.485Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:23:35.508Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:23:35.513Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:23:35.513Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:23:35.513Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:23:35.514Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:23:35.514Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:23:35.514Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:23:35.514Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:23:35.514Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:23:35.514Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:23:35.530Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:23:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:23:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822517478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:23:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:23:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:23:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822526880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822528595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822529596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822560869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:23:43.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:23:43.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:23:43.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:23:43.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:05.530Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T09:24:05.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T09:24:05.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T09:24:05.544Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T09:24:05.547Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:24:05.561Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T09:24:05.561Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T09:24:05.568Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:24:05.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T09:24:05.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:24:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[270496], x-aai-txid=[2-aai-resources-230326-09:24:05:228-88186], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:24:05.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:24:05.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:24:05.695Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:24:05.701Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:24:05.701Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:24:05.702Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:24:05.703Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:05.703Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:05.703Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822645702,
  "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-26T09:24:06.732Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T09:24:06.733Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T09:24:06.733Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T09:24:06.734Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:06.734Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:06.734Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:06.734Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:24:06.737Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:06.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-01cad4bb-765b-4bf0-bb6b-9281c2cb332d
2023-03-26T09:24:06.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:06.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:24:09.184Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:12.193Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:15.202Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:18.210Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:21.219Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:24.228Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:27.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:30.248Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:33.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:36.265Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:39.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:42.282Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:24:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:43.676Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:24:43.676Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:24:43.683Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:24:43.683Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-01cad4bb-765b-4bf0-bb6b-9281c2cb332d', protocol='range'}
2023-03-26T09:24:43.688Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 61: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-01cad4bb-765b-4bf0-bb6b-9281c2cb332d=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-26T09:24:43.704Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:24:43.704Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-01cad4bb-765b-4bf0-bb6b-9281c2cb332d', protocol='range'}
2023-03-26T09:24:43.705Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:43.705Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:43.705Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:24:43.705Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:24:43.710Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:43.710Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:43.710Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:43.711Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:43.711Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:24:43.711Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T09:24:43.711Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:24:43.711Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:24:43.712Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:24:43.712Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1303, 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-26T09:24:43.712Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:24:43.712Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:24:43.733Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:24:43.734Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:24:43.735Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:24:43.735Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:43.735Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:43.735Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:44.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.725Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:24:44.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.726Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.726Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T09:24:44.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.726Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822568986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.727Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822570042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T09:24:44.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.728Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822571044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T09:24:44.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.728Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822602270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:24:44.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.729Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.729Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.729Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822046058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:24:44.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822611677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:24:44.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822613482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T09:24:44.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822614483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T09:24:44.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822645702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:24:44.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:24:44.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:24:44.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:24:44.736Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:24:44.736Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:44.737Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:44.737Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:45.737Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:24:45.737Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:45.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:45.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:46.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:24:46.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:46.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:46.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:47.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:24:47.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:47.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:47.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:48.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:24:48.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:48.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:48.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:49.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:24:49.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:49.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:49.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:50.742Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:24:50.742Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:24:50.743Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T09:24:50.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:24:50.743Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T09:24:50.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:24:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:24:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:24:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:24:50.789Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:24:50.790Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5477c85c
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822690813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:51.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T09:24:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T09:24:51.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:24:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T09:24:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T09:24:51.842Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:24:51.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:24:51.843Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:24:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:24:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4ea614ff
2023-03-26T09:24:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:24:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:24:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:24:51.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T09:24:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T09:24:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:24:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:24:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:24:51.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822691860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:24:52.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T09:24:52.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:24:52.882Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:24:52.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:24:52.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:25:22.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:25:22.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:25:22.917Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:25:22.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:25:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:25:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:25:43.661Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:25:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:25:52.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:25:52.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:25:52.944Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:25:52.944Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:26:22.944Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:26:22.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:26:22.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:26:22.974Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:26:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:26:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822690813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822691860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:26:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:26:52.974Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:26:52.995Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:26:52.999Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:26:52.999Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:27:22.999Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:27:23.023Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:27:23.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:27:23.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:27:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:27:53.027Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:27:53.049Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:27:53.054Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:27:53.054Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:28:23.055Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:28:23.080Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:28:23.084Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:28:23.084Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:28:43.661Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:28:53.084Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:28:53.107Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:28:53.112Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:28:53.112Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:29:23.113Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:29:23.137Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:29:23.141Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:29:23.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:29:43.661Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:29:43.765Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:29:43.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-01cad4bb-765b-4bf0-bb6b-9281c2cb332d 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-26T09:29:43.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T09:29:43.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T09:29:44.240Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:29:44.256Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:29:44.256Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:29:44.263Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:29:44.263Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 62: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:29:44.280Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:29:44.281Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:29:44.281Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:29:44.285Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:29:44.285Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:29:44.285Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:29:44.285Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1333, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-26T09:29:44.285Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:29:44.285Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:29:53.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T09:29:53.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T09:29:53.150Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T09:29:53.150Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T09:29:53.151Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T09:29:53.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:29:53.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T09:29:53.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T09:29:53.188Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T09:29:53.339Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T09:29:53.339Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:29:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-09:29:52:850-56528], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:29:53.340Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:29:53.340Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:29:53.340Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:29:53.350Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:29:53.351Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T09:29:53.351Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T09:29:53.351Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:29:53.351Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:29:53.351Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822993351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:29:53.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:29:53.369Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822993351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T09:29:53.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T09:29:54.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:29:54.377Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:29:54.377Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:29:54.377Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:29:54.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:29:54.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:29:55.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:29:55.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:29:55.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:29:55.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:29:56.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:29:56.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:29:56.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:29:56.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:29:57.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:29:57.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:29:57.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:29:57.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:29:58.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:29:58.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:29:58.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:29:58.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:29:59.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:29:59.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:29:59.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:29:59.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:00.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:30:00.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:00.385Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:00.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:01.387Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:30:01.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:30:01.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T09:30:01.388Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:30:01.388Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T09:30:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:30:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:30:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:30:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:30:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:01.776Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:30:01.780Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T09:30:01.780Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:30:01.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:01.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:30:01.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:01.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:01.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823001780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:02.782Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:30:02.783Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:30:02.783Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:02.783Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T09:30:02.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:02.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:02.965Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13701622517982878892/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T09:30:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:30:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:30:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:30:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:30:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:30:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:30:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:30:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T09:30:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T09:30:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:30:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T09:30:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:30:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823004460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:05.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:30:05.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T09:30:05.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:30:05.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:05.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:05.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823005462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:06.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:30:06.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:30:06.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:30:06.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:30:06.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:30:06.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:30:06.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:30:06.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:30:06.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:30:06.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:30:06.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:30:06.503Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:30:36.504Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T09:30:36.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T09:30:36.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T09:30:36.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T09:30:36.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:30:36.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T09:30:36.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40251636-edb1-4b68-b30e-3fab9257cc09], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T09:30:36.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:30:36.703Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:30:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-09:30:36:214-145], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:30:36.703Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:30:36.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T09:30:36.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:30:36.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:30:36.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:30:36.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:30:36.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:30:36.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:36.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:36.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823036715,
  "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-26T09:30:37.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:30:37.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:30:37.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:30:37.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:37.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:37.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:38.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:30:38.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:38.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:38.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:39.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:30:39.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:39.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:39.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:40.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:30:40.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:40.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:40.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:41.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:30:41.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:41.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:41.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:42.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:30:42.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:42.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:42.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823001780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823004460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823005462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T09:30:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823036715,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:30:43.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.668Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:30:43.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:30:43.668Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:30:43.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:30:43.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:30:43.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:43.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:43.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:44.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:30:44.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:30:44.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T09:30:44.751Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:30:44.751Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T09:30:44.794Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:30:44.795Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:30:44.795Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:30:44.795Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:44.795Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:30:44.795Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:45.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:30:45.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T09:30:45.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:30:45.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:45.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:30:45.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:45.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:45.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823045277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:46.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:30:46.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:30:46.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:46.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T09:30:46.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:46.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:46.401Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6048135682525438167/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T09:30:47.816Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:47.818Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:30:47.819Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.820Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:30:47.821Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.822Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:47.823Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.823Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:47.823Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:30:47.823Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:30:47.823Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T09:30:47.866Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T09:30:47.867Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:30:47.867Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T09:30:47.867Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:30:47.867Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:47.867Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:47.867Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823047867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:48.868Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:30:48.868Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T09:30:48.868Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:30:48.868Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:30:48.868Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:30:48.868Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823048868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:30:49.869Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:30:49.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:30:49.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:30:49.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:30:49.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:30:49.896Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:30:49.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:30:49.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:30:49.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:30:49.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:30:49.897Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:30:49.907Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:31:19.910Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T09:31:19.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T09:31:19.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T09:31:19.923Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T09:31:19.930Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:31:19.947Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T09:31:19.947Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3ca39a5-a3ec-460e-ae09-529119e4a21c], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T09:31:19.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:31:20.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:31:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-09:31:19:615-68262], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:31:20.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:31:20.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T09:31:20.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:31:20.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:31:20.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:31:20.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:31:20.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:31:20.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:20.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:20.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823080096,
  "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-26T09:31:21.123Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:31:21.123Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:31:21.123Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:31:21.124Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:21.124Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:21.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "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-26T09:31:22.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:31:22.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:22.126Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:22.126Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:31:23.126Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:31:23.127Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:31:23.127Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T09:31:23.127Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T09:31:23.127Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T09:31:23.173Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:31:23.173Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:31:23.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:31:23.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:31:23.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:31:23.174Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:31:23.502Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:31:23.504Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T09:31:23.504Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T09:31:23.504Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:31:23.504Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:31:23.504Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:23.504Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:23.504Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823083504,
  "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-26T09:31:24.505Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:31:24.506Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:31:24.506Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.506Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T09:31:24.507Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.507Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.609Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16825705045243904196/Definitions/service-BasicNetwork-template.yml
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:31:24.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:31:24.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T09:31:24.984Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T09:31:24.984Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:31:24.984Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T09:31:24.984Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:31:24.984Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:24.984Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:24.984Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823084984,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:31:25.985Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:31:25.986Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T09:31:25.986Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:31:25.986Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:25.986Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:25.987Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823085985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:31:26.988Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:31:27.011Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:31:27.015Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:31:27.015Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:31:27.015Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:31:27.016Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:31:27.016Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:31:27.016Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:31:27.016Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:31:27.016Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:31:27.016Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:31:27.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:31:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:31:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:31:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:31:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:31:57.033Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T09:31:57.041Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T09:31:57.041Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T09:31:57.042Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T09:31:57.049Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:31:57.072Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T09:31:57.073Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16736227-6f37-471e-b5fd-822535d74363], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T09:31:57.080Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:31:57.229Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:31:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-09:31:56:744-96764], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:31:57.229Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:31:57.230Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T09:31:57.230Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:31:57.231Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:31:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:31:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:31:57.242Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:31:57.243Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:57.243Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:57.243Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823117242,
  "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-26T09:31:58.270Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:31:58.270Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:31:58.271Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:31:58.271Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:58.271Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:58.271Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:31:59.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:31:59.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:31:59.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:31:59.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:00.273Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:00.273Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:00.273Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:00.273Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:01.274Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:01.274Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:01.275Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:01.275Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:02.276Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:02.276Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:02.276Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:02.276Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:03.277Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:03.277Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:03.278Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:03.278Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:04.278Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:04.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:04.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:04.279Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:05.280Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:05.281Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:05.281Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:05.281Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:06.282Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:32:06.282Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:32:06.282Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T09:32:06.282Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:32:06.283Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T09:32:06.323Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:32:06.324Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:32:06.324Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:32:06.324Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:06.324Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:32:06.325Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:06.637Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:32:06.638Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T09:32:06.638Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:32:06.638Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:06.638Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:32:06.638Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:06.638Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:06.638Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823126638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:32:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:32:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:07.714Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4460954586922120683/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T09:32:08.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:32:08.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:32:08.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:08.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:32:08.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:08.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:32:08.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:32:08.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:32:08.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:32:08.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:32:08.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:32:08.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:32:08.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:32:08.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:32:08.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T09:32:08.312Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T09:32:08.313Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:32:08.313Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T09:32:08.313Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:32:08.313Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:08.313Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:08.314Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823128313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:09.314Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:32:09.315Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T09:32:09.315Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:32:09.315Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:09.315Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:09.315Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823129314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:10.316Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:32:10.349Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:32:10.353Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:32:10.353Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:32:10.353Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:32:10.353Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:32:10.354Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:32:10.354Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:32:10.354Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:32:10.354Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:32:10.354Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:32:10.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:32:40.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T09:32:40.378Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T09:32:40.378Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T09:32:40.379Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T09:32:40.387Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:32:40.408Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T09:32:40.408Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T09:32:40.415Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:32:40.571Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T09:32:40.571Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:32:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[213160], x-aai-txid=[2-aai-resources-230326-09:32:40:080-47534], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:32:40.571Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:32:40.572Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:32:40.572Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:32:40.584Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:32:40.585Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:32:40.585Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:32:40.585Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:40.585Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:40.585Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823160585,
  "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-26T09:32:41.618Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:32:41.618Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:32:41.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:41.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:41.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:41.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "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-26T09:32:42.620Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:42.620Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:42.620Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:42.620Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "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-26T09:32:43.621Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:43.621Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:43.621Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:43.622Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "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-26T09:32:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823045277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:32:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823047867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T09:32:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823048868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823080096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823083504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823084984,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823085985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T09:32:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:32:44.622Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:44.622Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:44.622Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:44.623Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "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-26T09:32:45.623Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:45.623Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:45.624Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:45.624Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "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-26T09:32:46.625Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:46.626Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:46.626Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:46.626Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "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-26T09:32:47.627Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:32:47.627Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:47.628Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:47.628Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:48.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:32:48.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:32:48.629Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T09:32:48.630Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:32:48.630Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T09:32:48.673Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:32:48.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:32:48.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:32:48.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:32:48.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:32:48.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:32:48.697Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:32:48.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@780941a7
2023-03-26T09:32:48.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:32:48.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T09:32:48.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:32:48.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:32:48.698Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:32:48.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:32:48.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:48.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:48.699Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823168698,
  "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-26T09:32:49.701Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T09:32:49.752Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T09:32:49.752Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:32:49.752Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T09:32:49.752Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:32:49.753Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:49.753Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:49.753Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823169752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:50.755Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:32:50.755Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T09:32:50.755Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:32:50.756Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:32:50.756Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:32:50.756Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823170755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:32:51.757Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:32:51.777Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:32:51.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:32:51.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:32:51.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:32:51.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:32:51.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:32:51.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:32:51.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:32:51.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:32:51.783Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:32:51.796Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:33:21.796Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T09:33:21.808Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T09:33:21.808Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T09:33:21.808Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T09:33:21.813Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:33:21.828Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T09:33:21.829Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b474ab01-0876-408d-a923-ee6a17991af4], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T09:33:21.836Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:33:21.980Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:33:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-09:33:21:498-58688], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:33:21.981Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:33:21.981Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T09:33:21.981Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:33:21.981Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:33:21.993Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:33:21.993Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:33:21.993Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:33:21.994Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:21.994Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:21.994Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823201993,
  "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-26T09:33:23.022Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:33:23.022Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:33:23.022Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:33:23.022Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:23.022Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:23.022Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:24.023Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:33:24.023Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:24.023Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:24.023Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:25.024Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:33:25.024Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:25.024Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:25.025Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:26.025Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:33:26.025Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:26.025Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:26.026Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:27.026Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:33:27.026Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:27.027Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:27.027Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:28.027Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:33:28.028Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:28.028Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:28.028Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:29.029Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:33:29.029Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:29.029Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:29.030Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:30.030Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:33:30.031Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:30.031Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:30.031Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:31.032Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:33:31.032Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:33:31.033Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T09:33:31.033Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:33:31.033Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T09:33:31.080Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:33:31.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:33:31.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:33:31.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:31.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:33:31.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:31.399Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:33:31.402Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T09:33:31.403Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:33:31.403Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:31.403Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:33:31.403Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:31.403Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:31.403Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823211403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:32.403Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:33:32.404Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:33:32.405Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:32.405Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:32.406Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:32.406Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:32.494Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1145484031223590353/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T09:33:33.076Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:33:33.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:33:33.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T09:33:33.128Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T09:33:33.129Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:33:33.129Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T09:33:33.129Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:33:33.129Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:33.129Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:33.129Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823213128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:34.130Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:33:34.130Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T09:33:34.130Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:33:34.130Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:33:34.130Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:33:34.130Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823214130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:35.131Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:33:35.153Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:33:35.157Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:33:35.158Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:33:35.158Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:33:35.158Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:33:35.158Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:33:35.158Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:33:35.158Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:33:35.158Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:33:35.158Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:33:35.171Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:33:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:33:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823117242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823126638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823128313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.664Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823129314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823160585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:33:43.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:33:43.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T09:33:43.666Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:33:43.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:05.172Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T09:34:05.182Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T09:34:05.182Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T09:34:05.182Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T09:34:05.189Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:34:05.203Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T09:34:05.204Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T09:34:05.212Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:34:05.370Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T09:34:05.370Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:34:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[270496], x-aai-txid=[1-aai-resources-230326-09:34:04:875-67934], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:34:05.371Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:34:05.371Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:34:05.371Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:34:05.380Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:34:05.381Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:34:05.381Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:34:05.381Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:05.381Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:05.382Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823245381,
  "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-26T09:34:06.414Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T09:34:06.414Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T09:34:06.415Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T09:34:06.416Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T09:34:06.416Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:06.416Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:06.416Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:06.417Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:34:06.420Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:06.422Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc7521c1-45f8-444e-b934-47808ec5d41c
2023-03-26T09:34:06.422Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:06.423Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:34:09.131Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:12.139Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:15.148Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:18.157Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:21.166Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:24.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:27.185Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:30.194Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:33.203Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:36.212Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:39.221Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:42.231Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:34:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:43.676Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:34:43.676Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:34:43.682Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:34:43.683Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc7521c1-45f8-444e-b934-47808ec5d41c', protocol='range'}
2023-03-26T09:34:43.686Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 63: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc7521c1-45f8-444e-b934-47808ec5d41c=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:34:43.702Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:34:43.702Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc7521c1-45f8-444e-b934-47808ec5d41c', protocol='range'}
2023-03-26T09:34:43.702Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:34:43.702Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:43.702Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:34:43.702Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:43.707Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:34:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:34:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:34:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:34:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1377, 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-26T09:34:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T09:34:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:34:43.709Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:34:43.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:34:43.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:34:43.762Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:34:43.762Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:43.762Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:43.762Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:44.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823168698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823169752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823170755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823201993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679822646732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823211403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823213128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823214130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T09:34:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823245381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:34:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:34:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:34:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:34:44.763Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:34:44.763Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:44.763Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:44.764Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:45.764Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:34:45.765Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:45.765Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:45.765Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:46.766Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:34:46.766Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:46.766Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:46.767Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:47.767Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:34:47.768Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:47.768Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:47.768Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:48.769Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:34:48.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:48.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:48.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:49.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:34:49.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:49.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:49.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:50.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:34:50.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:34:50.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T09:34:50.775Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:34:50.775Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T09:34:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:34:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:34:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:34:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:34:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:34:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:34:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:34:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1aebc4d6
2023-03-26T09:34:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:34:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:34:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:34:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T09:34:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T09:34:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:34:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823290846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:51.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T09:34:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T09:34:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:34:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T09:34:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T09:34:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:34:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:34:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:34:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:34:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1eaaf410
2023-03-26T09:34:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:34:51.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:34:51.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:34:51.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T09:34:51.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T09:34:51.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:34:51.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:34:51.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:34:51.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823291892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:34:52.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T09:34:52.894Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:34:52.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:34:52.922Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:34:52.922Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:35:22.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:35:22.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:35:22.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:35:22.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:35:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:35:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:35:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:35:52.959Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:35:52.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:35:52.985Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:35:52.986Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:36:22.986Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:36:23.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:36:23.011Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:36:23.011Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:36:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:36:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:36:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823290846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823291892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:36:53.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:36:53.032Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:36:53.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:36:53.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:37:23.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:37:23.055Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:37:23.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:37:23.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:37:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:37:53.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:37:53.086Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:37:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:37:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:38:23.090Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:38:23.113Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:38:23.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:38:23.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:38:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:38:53.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:38:53.138Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:38:53.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:38:53.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:39:23.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:39:23.166Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:39:23.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:39:23.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:39:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:39:43.767Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:39:43.767Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-fc7521c1-45f8-444e-b934-47808ec5d41c 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-26T09:39:43.767Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T09:39:43.767Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T09:39:44.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:39:44.263Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:39:44.263Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:39:44.271Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:39:44.271Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 64: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:39:44.289Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:39:44.289Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:39:44.290Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:39:44.296Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:39:44.296Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:39:44.296Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:39:44.297Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1406, 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-26T09:39:44.297Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:39:44.297Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:39:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T09:39:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T09:39:53.178Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T09:39:53.178Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T09:39:53.179Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T09:39:53.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:39:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T09:39:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T09:39:53.216Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T09:39:53.355Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T09:39:53.355Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:39:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-09:39:52:878-96646], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:39:53.355Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:39:53.355Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:39:53.356Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:39:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:39:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T09:39:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T09:39:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:39:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:39:53.365Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823593365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:39:53.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:39:53.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823593365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T09:39:53.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T09:39:54.386Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:39:54.387Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:39:54.387Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:39:54.387Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:39:54.387Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:39:54.387Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:39:55.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:39:55.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:39:55.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:39:55.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:39:56.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:39:56.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:39:56.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:39:56.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:39:57.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:39:57.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:39:57.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:39:57.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:39:58.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:39:58.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:39:58.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:39:58.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:39:59.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:39:59.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:39:59.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:39:59.392Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:00.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:40:00.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:00.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:00.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:01.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:40:01.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:40:01.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T09:40:01.396Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:40:01.396Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T09:40:01.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:40:01.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:40:01.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:40:01.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:01.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:40:01.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:01.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:40:01.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T09:40:01.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:40:01.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:01.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:40:01.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:01.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:01.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823601752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:02.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:40:02.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:40:02.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:02.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T09:40:02.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:02.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:02.871Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15283714896551742668/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T09:40:04.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T09:40:04.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:40:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T09:40:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:40:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:04.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823604534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:40:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T09:40:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:40:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:05.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823605536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:06.537Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:40:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:40:06.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:40:06.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:40:06.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:40:06.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:40:06.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:40:06.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:40:06.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:40:06.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:40:06.564Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:40:06.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:40:36.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T09:40:36.585Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T09:40:36.585Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T09:40:36.586Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T09:40:36.592Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:40:36.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T09:40:36.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T09:40:36.614Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:40:36.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T09:40:36.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:40:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-09:40:36:277-11143], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:40:36.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:40:36.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:40:36.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:40:36.764Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:40:36.764Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:40:36.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:40:36.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:36.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:36.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823636765,
  "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-26T09:40:37.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:40:37.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:40:37.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:40:37.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:37.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:37.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:38.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:40:38.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:38.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:38.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:39.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:40:39.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:39.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:39.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:40.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:40:40.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:40.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:40.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:41.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:40:41.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:41.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:41.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:42.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:40:42.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:42.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:42.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:40:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:40:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:40:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:40:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:40:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:40:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:40:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823601752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:40:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823604534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T09:40:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823605536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T09:40:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823636765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:40:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:40:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:40:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:40:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.672Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:40:43.672Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.672Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.672Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:40:43.672Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.672Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:40:43.673Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:40:43.673Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:40:43.800Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:40:43.800Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:43.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:43.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:44.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:40:44.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:40:44.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T09:40:44.803Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:40:44.803Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T09:40:44.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:40:44.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:40:44.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:40:44.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:44.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:40:44.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:45.519Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:40:45.523Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T09:40:45.523Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:40:45.523Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:45.523Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:40:45.524Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:45.524Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:45.524Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823645523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:46.532Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:40:46.533Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:40:46.533Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:46.534Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T09:40:46.534Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:46.534Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:46.653Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8721417563455457495/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T09:40:48.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:40:48.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:40:48.178Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.179Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:40:48.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:40:48.181Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.182Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:40:48.183Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T09:40:48.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T09:40:48.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:40:48.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T09:40:48.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:40:48.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:48.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:48.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823648237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:49.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:40:49.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T09:40:49.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:40:49.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:40:49.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:40:49.240Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823649239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:40:50.240Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:40:50.270Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:40:50.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:40:50.291Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:41:20.292Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T09:41:20.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T09:41:20.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T09:41:20.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T09:41:20.308Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:41:20.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T09:41:20.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T09:41:20.340Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:41:20.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T09:41:20.485Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:41:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-09:41:20:008-81321], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:41:20.485Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:41:20.486Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:41:20.486Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:41:20.494Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:41:20.494Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:41:20.494Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:41:20.495Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:20.495Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:20.495Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823680494,
  "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-26T09:41:21.524Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:41:21.524Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:41:21.525Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:41:21.525Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:21.525Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:21.525Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "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-26T09:41:22.526Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:41:22.527Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:22.527Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:22.527Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:41:23.528Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:41:23.529Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:41:23.529Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T09:41:23.529Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T09:41:23.529Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T09:41:23.573Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:41:23.574Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:41:23.574Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:41:23.574Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:41:23.574Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:41:23.574Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:41:23.926Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:41:23.928Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T09:41:23.929Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T09:41:23.929Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:41:23.929Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:41:23.929Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:23.929Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:23.929Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823683929,
  "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-26T09:41:24.930Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:41:24.930Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:41:24.931Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:24.931Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T09:41:24.931Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:24.932Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.007Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10254031314294360282/Definitions/service-BasicNetwork-template.yml
2023-03-26T09:41:25.344Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:41:25.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:41:25.346Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T09:41:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T09:41:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:41:25.392Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T09:41:25.393Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:41:25.393Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:25.393Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:25.393Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823685392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:41:26.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:41:26.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T09:41:26.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:41:26.394Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:26.395Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:26.395Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823686394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:41:27.395Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:41:27.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:41:27.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:41:27.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:41:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:41:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:41:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:41:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:41:57.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T09:41:57.447Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T09:41:57.448Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T09:41:57.448Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T09:41:57.454Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:41:57.474Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T09:41:57.474Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a99d215b-c309-4d65-869a-4114dc3e6da8], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T09:41:57.479Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:41:57.638Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:41:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-09:41:57:144-90309], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:41:57.638Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:41:57.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T09:41:57.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:41:57.639Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:41:57.651Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:41:57.651Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:41:57.652Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:41:57.652Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:57.652Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:57.652Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823717651,
  "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-26T09:41:58.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:41:58.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:41:58.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:41:58.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:58.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:58.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:41:59.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:41:59.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:41:59.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:41:59.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:00.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:00.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:00.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:00.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:01.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:01.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:01.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:01.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:02.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:02.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:02.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:02.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:03.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:03.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:03.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:03.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:04.689Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:04.689Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:04.690Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:04.690Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:05.690Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:05.691Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:05.691Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:05.691Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:06.692Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:42:06.692Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:42:06.692Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T09:42:06.692Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:42:06.692Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T09:42:06.734Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:42:06.735Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:42:06.735Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:42:06.735Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:06.735Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:42:06.735Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:07.071Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:42:07.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T09:42:07.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:42:07.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:07.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:42:07.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:07.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:07.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823727073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:08.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:42:08.075Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:42:08.075Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.076Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.076Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.076Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.157Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18165356417892227848/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T09:42:08.754Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:42:08.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:42:08.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T09:42:08.803Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T09:42:08.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:42:08.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T09:42:08.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:42:08.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:08.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:08.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823728804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:09.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:42:09.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T09:42:09.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:42:09.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:09.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:09.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823729805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:10.806Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:42:10.831Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:42:10.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:42:10.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:42:10.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:42:10.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:42:10.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:42:10.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:42:10.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:42:10.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:42:10.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:42:10.849Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:42:40.850Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T09:42:40.860Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T09:42:40.861Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T09:42:40.861Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T09:42:40.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:42:40.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T09:42:40.883Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f8b2f0a-22ff-4431-8312-445f9b436374], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T09:42:40.890Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:42:41.030Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:42:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[213160], x-aai-txid=[2-aai-resources-230326-09:42:40:551-78101], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:42:41.030Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:42:41.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T09:42:41.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:42:41.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:42:41.039Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:42:41.039Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:42:41.039Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:42:41.040Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:41.040Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:41.040Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823761039,
  "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-26T09:42:42.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:42:42.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:42:42.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:42.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:42.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:42.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "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-26T09:42:43.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:43.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:43.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:43.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "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-26T09:42:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823645523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823648237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823649239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823680494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823683929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823685392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823686394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T09:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:42:44.071Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:44.071Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:44.071Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:44.071Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "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-26T09:42:45.072Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:45.072Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:45.072Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:45.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "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-26T09:42:46.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:46.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:46.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:46.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "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-26T09:42:47.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:47.075Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:47.075Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:47.075Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "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-26T09:42:48.076Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:42:48.076Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:48.076Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:48.077Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:49.077Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:42:49.078Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:42:49.078Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T09:42:49.078Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:42:49.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T09:42:49.127Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:42:49.129Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:42:49.129Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:42:49.129Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:42:49.129Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:42:49.130Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:42:49.155Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:42:49.156Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3ab3563d
2023-03-26T09:42:49.156Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:42:49.156Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T09:42:49.157Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:42:49.157Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:42:49.157Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:42:49.157Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:42:49.158Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:49.158Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:49.158Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823769157,
  "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-26T09:42:50.159Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T09:42:50.206Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T09:42:50.206Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:42:50.206Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T09:42:50.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:42:50.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:50.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:50.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823770206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:51.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:42:51.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T09:42:51.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:42:51.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:42:51.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:42:51.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823771208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:42:52.210Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:42:52.228Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:42:52.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:42:52.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:42:52.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:42:52.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:42:52.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:42:52.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:42:52.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:42:52.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:42:52.234Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:42:52.246Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:43:22.246Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T09:43:22.257Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T09:43:22.257Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T09:43:22.258Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T09:43:22.265Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:43:22.289Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T09:43:22.290Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T09:43:22.297Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:43:22.431Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T09:43:22.432Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:43:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-09:43:21:960-40790], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:43:22.433Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:43:22.433Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:43:22.433Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:43:22.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:43:22.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:43:22.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:43:22.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:22.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:22.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823802445,
  "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-26T09:43:23.473Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:43:23.473Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:43:23.474Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:43:23.474Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:23.474Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:23.474Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:24.475Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:43:24.475Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:24.475Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:24.475Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:25.476Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:43:25.476Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:25.477Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:25.477Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:26.477Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:43:26.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:26.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:26.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:27.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:43:27.479Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:27.479Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:27.479Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:28.480Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:43:28.480Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:28.480Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:28.480Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:29.481Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:43:29.481Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:29.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:29.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:30.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:43:30.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:30.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:30.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:31.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:43:31.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:43:31.485Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T09:43:31.485Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:43:31.485Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T09:43:31.522Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:43:31.522Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:43:31.523Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:43:31.523Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:31.523Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:43:31.523Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:31.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:43:31.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T09:43:31.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:43:31.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:31.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:43:31.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:31.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:31.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823811813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:32.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:43:32.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:43:32.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:32.816Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:32.816Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:32.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:32.953Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3831135690310986057/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:43:33.478Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:43:33.479Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:43:33.480Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:43:33.480Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:43:33.480Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:43:33.480Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:43:33.480Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:43:33.480Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T09:43:33.526Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T09:43:33.527Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:43:33.527Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T09:43:33.527Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:43:33.527Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:33.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:33.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823813527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:34.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:43:34.529Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T09:43:34.529Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:43:34.529Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:43:34.529Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:43:34.529Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823814528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:35.530Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:43:35.553Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:43:35.558Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:43:35.559Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:43:35.559Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:43:35.559Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:43:35.559Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:43:35.559Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:43:35.559Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:43:35.559Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:43:35.559Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:43:35.572Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:43:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823717651,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823727073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823728804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823729805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823761039,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:43:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:43:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:43:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T09:43:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:43:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:05.573Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T09:44:05.586Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T09:44:05.586Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T09:44:05.587Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T09:44:05.597Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:44:05.614Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T09:44:05.614Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8e19efa-6acf-4e02-a253-8db61c133583], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T09:44:05.621Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:44:05.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:44:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[270496], x-aai-txid=[1-aai-resources-230326-09:44:05:283-12240], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:44:05.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:44:05.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T09:44:05.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:44:05.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:44:05.786Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:44:05.786Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:44:05.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:44:05.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:05.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:05.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823845786,
  "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-26T09:44:06.816Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T09:44:06.816Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T09:44:06.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T09:44:06.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:06.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:06.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:06.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:44:06.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:06.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e29b1391-e496-445f-b009-582cf7e1bda8
2023-03-26T09:44:06.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:06.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:44:09.139Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:12.149Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:15.158Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:18.166Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:21.175Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:24.184Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:27.194Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:30.202Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:33.212Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:36.221Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:39.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:42.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:44:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:43.677Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:44:43.677Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:44:43.685Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e29b1391-e496-445f-b009-582cf7e1bda8', protocol='range'}
2023-03-26T09:44:43.686Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:44:43.690Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 65: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e29b1391-e496-445f-b009-582cf7e1bda8=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-26T09:44:43.708Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:44:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e29b1391-e496-445f-b009-582cf7e1bda8', protocol='range'}
2023-03-26T09:44:43.708Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:44:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:43.709Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:44:43.709Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:43.714Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:44:43.714Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:44:43.714Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:44:43.714Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1449, 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-26T09:44:43.715Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:44:43.715Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:44:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:44:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T09:44:43.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:44:43.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:44:43.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:44:43.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:43.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:43.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:44.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.730Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:44:44.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.731Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.731Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T09:44:44.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.732Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.733Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:44:44.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.733Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823769157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:44:44.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.733Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823770206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T09:44:44.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.734Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823771208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T09:44:44.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.734Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823802445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:44:44.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.735Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.735Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.735Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.736Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.736Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.737Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.737Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.738Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823246414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:44:44.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.738Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823811813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:44:44.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.738Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823813527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T09:44:44.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.739Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823814528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T09:44:44.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.739Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823845786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:44:44.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:44:44.740Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:44:44.740Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:44:44.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:44:44.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:44.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:44.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:45.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:44:45.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:45.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:45.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:46.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:44:46.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:46.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:46.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:47.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:44:47.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:47.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:47.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:48.803Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:44:48.804Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:48.804Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:48.804Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:49.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:44:49.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:49.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:49.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:50.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:44:50.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:44:50.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T09:44:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:44:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T09:44:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:44:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:44:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:44:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:44:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:44:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:44:50.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:44:50.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@11f9998a
2023-03-26T09:44:50.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:44:50.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:44:50.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:44:50.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T09:44:50.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T09:44:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:44:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823890878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:51.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T09:44:51.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T09:44:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:44:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T09:44:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T09:44:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:44:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:44:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:44:51.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:44:51.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30d50768
2023-03-26T09:44:51.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:44:51.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:44:51.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:44:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T09:44:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T09:44:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:44:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:44:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:44:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823891927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:44:52.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T09:44:52.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:44:52.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:44:52.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:44:52.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:45:22.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:45:22.979Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:45:22.983Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:45:22.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:45:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:45:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:45:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:45:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:45:52.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:45:53.002Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:45:53.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:45:53.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:46:23.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:46:23.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:46:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:46:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:46:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:46:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:46:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:46:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823890878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823891927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:46:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:46:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:46:53.056Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:46:53.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:46:53.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:47:23.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:47:23.086Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:47:23.090Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:47:23.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:47:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:47:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:47:53.109Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:47:53.112Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:47:53.112Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:48:23.113Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:48:23.136Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:48:23.141Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:48:23.141Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:48:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:48:53.141Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:48:53.159Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:48:53.163Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:48:53.163Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:49:23.163Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:49:23.183Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:49:23.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:49:23.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:49:43.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:49:43.879Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:49:43.879Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e29b1391-e496-445f-b009-582cf7e1bda8 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-26T09:49:43.880Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T09:49:43.880Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T09:49:44.257Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:49:44.272Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:49:44.272Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:49:44.278Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:49:44.279Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 66: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:49:44.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:49:44.295Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:49:44.295Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:49:44.300Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:49:44.300Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:49:44.301Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:49:44.301Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1479, 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-26T09:49:44.301Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:49:44.301Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:49:53.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T09:49:53.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T09:49:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T09:49:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T09:49:53.200Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T09:49:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:49:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T09:49:53.224Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T09:49:53.230Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T09:49:53.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T09:49:53.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:49:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-09:49:52:894-59764], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:49:53.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:49:53.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:49:53.384Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:49:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:49:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T09:49:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T09:49:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:49:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:49:53.395Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824193395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:49:53.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:49:53.412Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824193395,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T09:49:53.413Z||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-26T09:49:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:49:54.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:49:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:49:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:49:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:49:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:49:55.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:49:55.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:49:55.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:49:55.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:49:56.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:49:56.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:49:56.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:49:56.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:49:57.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:49:57.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:49:57.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:49:57.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:49:58.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:49:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:49:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:49:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:49:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:49:59.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:49:59.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:49:59.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:00.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:50:00.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:00.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:00.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:01.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:50:01.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:50:01.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T09:50:01.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:50:01.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T09:50:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:50:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:50:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:50:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:50:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:01.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:50:01.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T09:50:01.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:50:01.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:01.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:50:01.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:01.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:01.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824201803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:02.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:50:02.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:50:02.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:02.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T09:50:02.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:02.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:02.917Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4815197845292593289/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T09:50:04.397Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:50:04.398Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:50:04.398Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.398Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:50:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.399Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.400Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.400Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.400Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T09:50:04.400Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:50:04.400Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.400Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:04.401Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:50:04.401Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:50:04.401Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:50:04.401Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.402Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:04.402Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:50:04.402Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:50:04.402Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:50:04.402Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.403Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:04.403Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.403Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:50:04.403Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:50:04.403Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:50:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:50:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.404Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:50:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:50:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:50:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.405Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:50:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:50:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:50:04.406Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:50:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:50:04.407Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:50:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:50:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:50:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T09:50:04.408Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:50:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:50:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:50:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:50:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:50:04.409Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:50:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:50:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:50:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:50:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T09:50:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:50:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:50:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:50:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:50:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:50:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:50:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:50:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:50:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T09:50:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T09:50:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:50:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:50:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:50:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:50:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:50:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:50:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:50:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T09:50:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T09:50:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T09:50:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:50:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T09:50:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:50:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824204462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:05.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T09:50:05.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T09:50:05.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:50:05.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:05.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:05.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824205463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:06.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:50:06.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:50:06.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:50:06.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:50:36.508Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T09:50:36.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T09:50:36.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T09:50:36.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T09:50:36.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:50:36.537Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T09:50:36.538Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a396c918-5889-4a50-ae02-c016913ee8f5], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T09:50:36.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:50:36.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:50:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-09:50:36:205-706], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:50:36.672Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:50:36.673Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T09:50:36.674Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:50:36.674Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:50:36.681Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:50:36.682Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:50:36.682Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:50:36.682Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:36.682Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:36.682Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824236682,
  "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-26T09:50:37.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:50:37.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:50:37.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:50:37.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:37.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:37.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:38.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:50:38.710Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:38.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:38.711Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:39.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:50:39.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:39.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:39.712Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:40.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:50:40.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:40.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:40.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:41.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:50:41.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:41.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:41.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:42.715Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:50:42.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:42.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:42.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:50:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:50:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:50:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:50:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:50:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:50:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824201803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824204462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824205463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T09:50:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824236682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:50:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:50:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:50:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T09:50:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:50:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:50:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:50:43.716Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:50:43.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:43.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:43.717Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:44.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:50:44.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:50:44.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T09:50:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:50:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T09:50:44.768Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:50:44.769Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:50:44.769Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:50:44.769Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:44.769Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:50:44.769Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:45.541Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:50:45.544Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T09:50:45.545Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:50:45.545Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:45.545Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:50:45.545Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:45.545Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:45.545Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824245545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:46.546Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:50:46.546Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:50:46.547Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:46.548Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T09:50:46.549Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:46.549Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:46.743Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP97951825222799450/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T09:50:48.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:50:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:50:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T09:50:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:50:48.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.194Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:50:48.195Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:50:48.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:50:48.197Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T09:50:48.198Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:50:48.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T09:50:48.265Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T09:50:48.265Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:50:48.265Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T09:50:48.265Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:50:48.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:48.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:48.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824248265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:49.267Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T09:50:49.267Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T09:50:49.267Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:50:49.268Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:50:49.268Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:50:49.268Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824249267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:50:50.269Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:50:50.293Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:50:50.296Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:50:50.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:50:50.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:50:50.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:50:50.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:50:50.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:50:50.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:50:50.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:50:50.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:50:50.309Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:51:20.310Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T09:51:20.317Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T09:51:20.318Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T09:51:20.318Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T09:51:20.326Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:51:20.353Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T09:51:20.354Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T09:51:20.364Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:51:20.515Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T09:51:20.516Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:51:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-09:51:20:028-58104], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:51:20.516Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:51:20.516Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:51:20.516Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:51:20.527Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:51:20.527Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:51:20.527Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:51:20.528Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:20.528Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:20.528Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824280527,
  "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-26T09:51:21.554Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:51:21.554Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:51:21.554Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:51:21.554Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:21.554Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:21.554Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "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-26T09:51:22.555Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:51:22.556Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:22.556Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:22.556Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:51:23.557Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:51:23.557Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:51:23.557Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T09:51:23.558Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T09:51:23.558Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T09:51:23.600Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:51:23.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:51:23.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:51:23.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:51:23.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:51:23.601Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:51:23.951Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:51:23.953Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 57798
2023-03-26T09:51:23.954Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T09:51:23.954Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T09:51:23.954Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:51:23.954Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:23.954Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:23.955Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824283954,
  "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-26T09:51:24.955Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:51:24.956Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:51:24.956Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:24.957Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-26T09:51:24.957Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:24.958Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.028Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3194599079002574820/Definitions/service-BasicNetwork-template.yml
2023-03-26T09:51:25.360Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:51:25.360Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:51:25.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:51:25.362Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:51:25.363Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:51:25.363Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:51:25.363Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:51:25.363Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:51:25.363Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:51:25.363Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:51:25.363Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
Model Version:NULL
Model InvariantUuid:de8e863f-f8e2-46a0-bb1a-bb8337062262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b38a8db-d500-44de-bc8f-4448c7fecab7
Model UUID:c621f3c1-e9b7-4b83-a027-62e52d720b5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-26T09:51:25.404Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T09:51:25.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:51:25.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T09:51:25.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:51:25.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:25.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:25.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824285405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:51:26.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T09:51:26.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T09:51:26.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:51:26.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:26.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:26.407Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824286406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:51:27.407Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:51:27.425Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:51:27.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:51:27.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:51:27.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:51:27.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:51:27.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:51:27.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:51:27.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:51:27.429Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:51:27.429Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:51:27.436Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:51:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:51:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:51:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:51:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:51:57.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T09:51:57.449Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T09:51:57.449Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T09:51:57.450Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T09:51:57.456Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:51:57.472Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T09:51:57.473Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6119737c-7caa-4e21-91e6-c5ae3911eaf0], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T09:51:57.481Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:51:57.633Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:51:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-09:51:57:145-70620], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:51:57.634Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:51:57.634Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T09:51:57.635Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:51:57.635Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:51:57.646Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:51:57.646Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:51:57.646Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:51:57.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:57.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:57.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824317646,
  "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-26T09:51:58.677Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:51:58.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:51:58.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:51:58.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:58.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:58.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:51:59.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:51:59.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:51:59.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:51:59.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:00.680Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:00.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:00.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:00.681Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:01.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:01.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:01.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:01.682Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:02.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:02.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:02.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:02.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:03.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:03.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:03.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:03.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:04.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:04.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:04.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:04.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:05.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:05.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:05.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:05.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:06.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:52:06.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:52:06.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T09:52:06.688Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:52:06.688Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T09:52:06.732Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:52:06.732Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:52:06.732Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:52:06.733Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:06.733Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:52:06.733Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:07.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:52:07.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T09:52:07.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:52:07.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:07.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:52:07.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:07.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:07.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824327096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:08.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:52:08.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:52:08.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.100Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.199Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5127482624943789446/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T09:52:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:52:08.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T09:52:08.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:52:08.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T09:52:08.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T09:52:08.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:52:08.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T09:52:08.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:52:08.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:08.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:08.835Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824328835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:09.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T09:52:09.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T09:52:09.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:52:09.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:09.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:09.837Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824329836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:10.837Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:52:10.866Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:52:10.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:52:10.871Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:52:10.871Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:52:10.871Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:52:10.871Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:52:10.871Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:52:10.871Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:52:10.871Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:52:10.871Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:52:10.887Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:52:40.888Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T09:52:40.899Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T09:52:40.899Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T09:52:40.899Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T09:52:40.906Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:52:40.923Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T09:52:40.924Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T09:52:40.930Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:52:41.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T09:52:41.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:52:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[120], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-09:52:40:592-68727], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:52:41.055Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:52:41.055Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:52:41.055Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:52:41.068Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:52:41.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:52:41.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:52:41.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:41.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:41.070Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824361069,
  "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-26T09:52:42.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:52:42.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:52:42.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:42.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:42.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:42.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "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-26T09:52:43.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:43.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:43.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:43.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "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-26T09:52:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824245545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824248265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824249267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824280527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:52:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824283954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:52:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824285405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T09:52:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:52:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824286406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T09:52:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:52:44.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:44.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:44.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:44.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "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-26T09:52:45.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:45.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:45.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:45.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "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-26T09:52:46.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:46.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:46.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:46.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "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-26T09:52:47.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:47.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:47.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:47.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "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-26T09:52:48.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:52:48.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:48.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:48.100Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:49.100Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:52:49.101Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:52:49.101Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T09:52:49.102Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:52:49.102Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T09:52:49.148Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:52:49.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:52:49.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:52:49.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:52:49.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:52:49.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T09:52:49.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:52:49.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f159fbb
2023-03-26T09:52:49.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:52:49.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T09:52:49.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:52:49.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:52:49.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:52:49.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:52:49.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:49.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:49.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824369176,
  "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-26T09:52:50.177Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T09:52:50.232Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T09:52:50.232Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:52:50.232Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T09:52:50.232Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:52:50.232Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:50.232Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:50.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824370232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:51.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T09:52:51.233Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T09:52:51.234Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:52:51.234Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:52:51.234Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:52:51.234Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824371233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:52:52.235Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:52:52.256Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:52:52.260Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:52:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:52:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:52:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:52:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:52:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:52:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:52:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:52:52.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:52:52.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:53:22.272Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T09:53:22.285Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T09:53:22.286Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T09:53:22.286Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T09:53:22.293Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:53:22.314Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T09:53:22.314Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[022aae81-cf24-4ab0-a54a-bc913c97a9e8], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T09:53:22.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:53:22.466Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:53:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-09:53:21:985-68784], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:53:22.466Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:53:22.466Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T09:53:22.467Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:53:22.467Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:53:22.477Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:53:22.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:53:22.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:53:22.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:22.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:22.478Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824402478,
  "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-26T09:53:23.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:53:23.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:53:23.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:53:23.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:23.505Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:23.505Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:24.505Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:53:24.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:24.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:24.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:25.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:53:25.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:25.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:25.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:26.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:53:26.508Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:26.508Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:26.508Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:27.509Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:53:27.509Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:27.509Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:27.509Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:28.510Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:53:28.510Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:28.510Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:28.511Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:29.511Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:53:29.512Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:29.512Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:29.512Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:30.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:53:30.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:30.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:30.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:31.514Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:53:31.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:53:31.515Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T09:53:31.515Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T09:53:31.515Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T09:53:31.550Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:53:31.551Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:53:31.551Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:53:31.551Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:31.551Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:53:31.551Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:31.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T09:53:31.887Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T09:53:31.887Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:53:31.888Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:31.888Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T09:53:31.888Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:31.888Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:31.889Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824411887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:32.889Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:53:32.890Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:53:32.890Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:32.891Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:32.891Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:32.891Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:32.974Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13897997879712563994/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T09:53:33.573Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T09:53:33.573Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:53:33.573Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:33.573Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:53:33.574Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T09:53:33.575Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T09:53:33.620Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T09:53:33.621Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:53:33.621Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T09:53:33.621Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:53:33.621Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:33.622Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:33.622Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824413621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:34.622Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T09:53:34.623Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T09:53:34.623Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T09:53:34.623Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:53:34.623Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:53:34.623Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824414622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:35.624Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:53:35.647Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:53:35.650Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T09:53:35.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T09:53:35.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T09:53:35.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T09:53:35.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:53:35.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:53:35.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:53:35.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T09:53:35.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T09:53:35.665Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T09:53:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:53:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824317646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:53:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:53:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:53:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:53:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:53:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:53:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824327096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824328835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824329836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824361069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:53:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:53:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:53:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T09:53:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:53:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:05.665Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T09:54:05.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T09:54:05.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T09:54:05.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T09:54:05.682Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:54:05.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T09:54:05.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34d987a5-f580-4f4e-ab4d-7cb23e540179], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T09:54:05.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T09:54:05.854Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:54:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-09:54:05:372-56339], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:54:05.854Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:54:05.855Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T09:54:05.855Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:54:05.855Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:54:05.862Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:54:05.863Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T09:54:05.863Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T09:54:05.863Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:05.863Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:05.863Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824445863,
  "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-26T09:54:06.894Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T09:54:06.894Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T09:54:06.895Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T09:54:06.895Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T09:54:06.896Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:06.896Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:06.896Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:06.896Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:54:06.901Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:06.904Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4b85100b-e918-4419-9812-c47ee3a66b6e
2023-03-26T09:54:06.904Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:06.905Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T09:54:09.156Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:12.165Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:15.175Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:18.184Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:21.192Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:24.201Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:27.210Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:30.219Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:33.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:36.237Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:39.246Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:42.255Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:54:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:43.676Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:54:43.677Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:54:43.685Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4b85100b-e918-4419-9812-c47ee3a66b6e', protocol='range'}
2023-03-26T09:54:43.686Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:54:43.691Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 67: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4b85100b-e918-4419-9812-c47ee3a66b6e=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-26T09:54:43.705Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4b85100b-e918-4419-9812-c47ee3a66b6e', protocol='range'}
2023-03-26T09:54:43.705Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:54:43.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:43.706Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:54:43.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:43.706Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:54:43.711Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:43.712Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:43.712Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:54:43.712Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:43.712Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:54:43.712Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:43.712Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:54:43.712Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:54:43.712Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T09:54:43.712Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1522, 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-26T09:54:43.712Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:54:43.712Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:54:43.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:54:43.810Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:54:43.810Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:54:43.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:43.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:43.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824369176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824370232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824371233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824402478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679823846816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824411887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824413621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824414622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T09:54:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824445863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T09:54:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:54:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:54:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:54:44.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:54:44.812Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:44.812Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:44.812Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:45.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:54:45.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:45.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:45.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:46.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:54:46.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:46.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:46.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:47.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:54:47.816Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:47.816Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:47.816Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:48.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:54:48.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:48.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:48.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:49.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:54:49.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:49.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:49.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:50.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T09:54:50.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T09:54:50.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T09:54:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T09:54:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T09:54:50.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T09:54:50.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:54:50.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T09:54:50.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:54:50.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:54:50.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T09:54:50.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:54:50.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3243a8bd
2023-03-26T09:54:50.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:54:50.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:54:50.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:54:50.896Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T09:54:50.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T09:54:50.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:54:50.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:50.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:50.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824490896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T09:54:51.921Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T09:54:51.922Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:54:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T09:54:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T09:54:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:54:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T09:54:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T09:54:51.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T09:54:51.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@792d3f17
2023-03-26T09:54:51.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T09:54:51.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T09:54:51.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T09:54:51.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T09:54:51.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T09:54:51.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T09:54:51.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:54:51.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:54:51.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824491943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:54:52.944Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T09:54:52.945Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:54:52.965Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:54:52.970Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:54:52.970Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:55:22.970Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:55:22.986Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:55:22.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:55:22.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:55:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:55:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:55:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T09:55:43.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:55:52.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:55:53.008Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:55:53.011Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:55:53.011Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:56:23.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:56:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:56:23.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:56:23.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:56:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:56:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:56:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:56:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:56:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:56:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:56:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824490896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:56:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:56:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:56:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824491943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T09:56:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:56:53.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:56:53.057Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:56:53.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:56:53.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:57:23.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:57:23.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:57:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:57:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:57:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:57:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824604494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679824603024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824603182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824595137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679824605000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824608805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824604494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679824603024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824603182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824595137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679824605000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824608805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824604494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679824603024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824603182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824595137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679824605000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824608805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824604494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824603182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824595137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679824605000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679824603024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824608805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824604494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679824605000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824603182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679824603024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824595137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824608805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824603182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824604494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679824605000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679824603024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824595137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824608805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824603182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824604494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824595137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679824603024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679824605000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824608805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824603182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679824605000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824604494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679824603024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824595137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824608805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.681Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679824619441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824619050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824618708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824620018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824619712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679824620713,
  "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-26T09:57:43.721Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 714d5c25-7f69-4080-9d25-cd072657e186
2023-03-26T09:57:43.721Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 714d5c25-7f69-4080-9d25-cd072657e186 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-26T09:57:43.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824621820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T09:57:43.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824622703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T09:57:43.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T09:57:43.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.742Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679824622826,
  "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-26T09:57:43.755Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 714d5c25-7f69-4080-9d25-cd072657e186
2023-03-26T09:57:43.755Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 714d5c25-7f69-4080-9d25-cd072657e186 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-26T09:57:43.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:57:43.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "aai-model-loader",
  "timestamp": 1679824623706,
  "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-26T09:57:43.790Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 714d5c25-7f69-4080-9d25-cd072657e186
2023-03-26T09:57:43.791Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 714d5c25-7f69-4080-9d25-cd072657e186 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-26T09:57:53.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:57:53.116Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:57:53.121Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:57:53.121Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:58:23.121Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:58:23.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:58:23.147Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:58:23.147Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:58:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:58:53.148Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:58:53.167Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:58:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:58:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:59:23.172Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:59:23.189Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T09:59:23.192Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T09:59:23.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T09:59:43.661Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:59:43.861Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T09:59:43.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-4b85100b-e918-4419-9812-c47ee3a66b6e 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-26T09:59:43.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T09:59:43.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T09:59:44.395Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T09:59:44.408Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:59:44.409Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T09:59:44.413Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:59:44.413Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 68: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T09:59:44.427Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T09:59:44.428Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:59:44.428Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:59:44.432Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:59:44.433Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:59:44.433Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:59:44.433Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1610, 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-26T09:59:44.433Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:59:44.433Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T09:59:53.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T09:59:53.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T09:59:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T09:59:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T09:59:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T09:59:53.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T09:59:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T09:59:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d34785c2-6afe-403d-b56f-4147f6b71be1], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T09:59:53.241Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T09:59:53.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 09:59:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-09:59:52:904-81146], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T09:59:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T09:59:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T09:59:53.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T09:59:53.398Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T09:59:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T09:59:53.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T09:59:53.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T09:59:53.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:59:53.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:59:53.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824793409,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:59:53.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T09:59:53.423Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824793409,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T09:59:53.423Z||pool-2-thread-10|||||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-26T09:59:54.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T09:59:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T09:59:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:59:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:59:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:59:54.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:59:55.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:59:55.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:59:55.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:59:55.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:59:56.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:59:56.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:59:56.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:59:56.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:59:57.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:59:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:59:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:59:57.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:59:58.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:59:58.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:59:58.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:59:58.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T09:59:59.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T09:59:59.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T09:59:59.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T09:59:59.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:00.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:00:00.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:00.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:00.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:01.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:00:01.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:00:01.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T10:00:01.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:00:01.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T10:00:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:00:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:00:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:00:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T10:00:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T10:00:01.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T10:00:01.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:00:01.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:01.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:00:01.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:01.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:01.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824801812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:00:02.814Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:00:02.814Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:02.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T10:00:02.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:02.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:02.925Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16936929926460358026/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T10:00:04.367Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:00:04.368Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:00:04.369Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:00:04.370Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.371Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:04.372Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T10:00:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T10:00:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:00:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T10:00:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:00:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824804411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:05.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:00:05.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T10:00:05.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:00:05.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:05.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:05.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824805412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:06.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:00:06.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:00:06.441Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:00:06.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:00:06.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:00:06.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:00:06.442Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:00:06.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:00:06.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:00:06.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:00:06.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T10:00:06.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:00:36.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T10:00:36.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T10:00:36.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T10:00:36.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T10:00:36.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:00:36.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T10:00:36.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T10:00:36.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:00:36.619Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T10:00:36.620Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:00:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-10:00:36:155-36220], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:00:36.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:00:36.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:00:36.621Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:00:36.632Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T10:00:36.632Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:00:36.632Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:00:36.632Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:36.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:36.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824836632,
  "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-26T10:00:37.656Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:00:37.656Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:00:37.656Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:00:37.657Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:37.657Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:37.657Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:38.657Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:00:38.658Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:38.658Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:38.658Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:39.659Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:00:39.659Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:39.659Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:39.659Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:40.660Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:00:40.660Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:40.660Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:40.660Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:41.661Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:00:41.661Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:41.661Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:41.662Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:42.662Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:00:42.662Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:42.662Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:42.663Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:43.663Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:00:43.663Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:43.663Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:43.664Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:00:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:00:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:00:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:00:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:00:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:00:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:00:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824801812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:00:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824804411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T10:00:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824805412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T10:00:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824836632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:00:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:00:43.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.674Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:00:43.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:00:43.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.675Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:00:43.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.676Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:00:43.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:43.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:00:43.677Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:00:43.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:00:44.665Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:00:44.665Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:00:44.665Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T10:00:44.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:00:44.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T10:00:44.709Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:00:44.710Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:00:44.710Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:00:44.710Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:44.710Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T10:00:44.710Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:45.270Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T10:00:45.273Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T10:00:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:00:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:00:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:45.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824845274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:46.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:00:46.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:00:46.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:46.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T10:00:46.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:46.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:46.400Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14093320359221551842/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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-26T10:00:47.994Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:00:47.994Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T10:00:47.994Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.994Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:00:47.994Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.994Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:00:47.995Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:00:47.996Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:00:47.997Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:00:47.998Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:47.999Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:48.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:48.001Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:48.001Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:48.001Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:00:48.001Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:00:48.001Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T10:00:48.050Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T10:00:48.050Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:00:48.050Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T10:00:48.050Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:00:48.050Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:48.050Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:48.050Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824848050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:49.051Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:00:49.051Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T10:00:49.051Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:00:49.052Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:00:49.052Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:00:49.052Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824849051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:00:50.053Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:00:50.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:00:50.082Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:00:50.082Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:00:50.082Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:00:50.082Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:00:50.082Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:00:50.082Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:00:50.082Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:00:50.083Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:00:50.083Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T10:00:50.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:01:20.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T10:01:20.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T10:01:20.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T10:01:20.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T10:01:20.116Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:01:20.137Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T10:01:20.138Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T10:01:20.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:01:20.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T10:01:20.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:01:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-10:01:19:808-83471], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:01:20.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:01:20.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:01:20.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:01:20.297Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T10:01:20.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:01:20.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:01:20.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:20.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:20.298Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824880298,
  "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-26T10:01:21.324Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:01:21.324Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:01:21.324Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:01:21.324Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:21.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:21.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "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-26T10:01:22.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:01:22.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:22.326Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:22.326Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:01:23.327Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:01:23.327Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:01:23.327Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T10:01:23.327Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T10:01:23.327Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T10:01:23.371Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:01:23.371Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:01:23.371Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:01:23.371Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T10:01:23.371Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T10:01:23.372Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T10:01:23.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T10:01:23.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2080d9b6
2023-03-26T10:01:23.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:01:23.405Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T10:01:23.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:01:23.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T10:01:23.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T10:01:23.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:01:23.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:23.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:23.406Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824883406,
  "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-26T10:01:24.407Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T10:01:24.456Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T10:01:24.456Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T10:01:24.457Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T10:01:24.457Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:01:24.457Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:24.457Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:24.457Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824884456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:01:25.458Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T10:01:25.458Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T10:01:25.458Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:01:25.458Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:25.458Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:25.458Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824885458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:01:26.459Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:01:26.479Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:01:26.482Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:01:26.482Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:01:26.482Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:01:26.482Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:01:26.482Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:01:26.482Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:01:26.482Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:01:26.483Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:01:26.483Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T10:01:26.500Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:01:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:01:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:01:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:01:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:01:56.500Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T10:01:56.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T10:01:56.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T10:01:56.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T10:01:56.521Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:01:56.533Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T10:01:56.533Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[227f4311-fb5b-4125-9442-ef8dc0d42d29], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T10:01:56.539Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:01:56.696Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:01:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-10:01:56:204-28045], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:01:56.697Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:01:56.697Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T10:01:56.698Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:01:56.698Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:01:56.710Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T10:01:56.710Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:01:56.710Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:01:56.710Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:56.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:56.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824916710,
  "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-26T10:01:57.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:01:57.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:01:57.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:01:57.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:57.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:57.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:01:58.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:01:58.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:58.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:58.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:01:59.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:01:59.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:01:59.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:01:59.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:00.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:00.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:00.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:00.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:01.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:01.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:01.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:01.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:02.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:02.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:02.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:02.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:03.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:03.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:03.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:03.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:04.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:04.745Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:04.745Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:04.745Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:05.746Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:02:05.746Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:02:05.746Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T10:02:05.746Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:02:05.746Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T10:02:05.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:02:05.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:02:05.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:02:05.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:05.787Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T10:02:05.788Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:06.109Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T10:02:06.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T10:02:06.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:02:06.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:06.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:02:06.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:06.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:06.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824926112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:07.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:02:07.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:02:07.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.199Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13545199972120718351/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T10:02:07.810Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:02:07.811Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:02:07.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:02:07.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:02:07.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:02:07.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:02:07.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:02:07.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:02:07.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:02:07.812Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T10:02:07.861Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T10:02:07.862Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:02:07.862Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T10:02:07.862Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:02:07.862Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:07.862Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:07.862Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824927862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:08.863Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:02:08.863Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T10:02:08.864Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:02:08.864Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:08.864Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:08.864Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824928863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:09.864Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:02:09.886Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:02:09.890Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:02:09.890Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:02:09.890Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:02:09.890Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:02:09.890Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:02:09.890Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:02:09.891Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:02:09.891Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:02:09.891Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T10:02:09.902Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:02:39.903Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T10:02:39.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T10:02:39.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T10:02:39.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T10:02:39.922Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:02:39.936Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T10:02:39.936Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06585908-11b5-4c24-88e3-bc3e8ee52e72], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T10:02:39.945Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:02:40.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:02:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-10:02:39:608-1703], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:02:40.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:02:40.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T10:02:40.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:02:40.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:02:40.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T10:02:40.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:02:40.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:02:40.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:40.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:40.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824960090,
  "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-26T10:02:41.116Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:02:41.117Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:02:41.117Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:41.118Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:41.118Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:41.118Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "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-26T10:02:42.119Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:42.119Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:42.119Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:42.119Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "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-26T10:02:43.120Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:43.121Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:43.121Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:43.122Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "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-26T10:02:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824845274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:02:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824848050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T10:02:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824849051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T10:02:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824880298,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:02:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:02:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:02:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824883406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:02:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824884456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T10:02:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T10:02:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824885458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T10:02:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:02:44.122Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:44.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:44.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:44.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "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-26T10:02:45.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:45.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:45.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:45.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "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-26T10:02:46.125Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:46.126Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:46.126Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:46.126Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "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-26T10:02:47.127Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:02:47.127Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:47.127Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:47.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:48.130Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:02:48.130Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:02:48.130Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T10:02:48.130Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:02:48.130Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T10:02:48.175Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:02:48.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:02:48.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:02:48.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T10:02:48.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T10:02:48.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T10:02:48.203Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T10:02:48.203Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@536ff498
2023-03-26T10:02:48.203Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:02:48.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T10:02:48.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:02:48.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T10:02:48.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T10:02:48.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:02:48.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:48.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:48.204Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824968204,
  "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-26T10:02:49.205Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T10:02:49.253Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T10:02:49.253Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T10:02:49.253Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T10:02:49.254Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:02:49.254Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:49.254Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:49.254Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824969253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:50.255Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T10:02:50.255Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T10:02:50.255Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:02:50.255Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:02:50.256Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:02:50.256Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824970255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:02:51.256Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:02:51.283Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:02:51.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T10:02:51.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:03:21.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T10:03:21.316Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T10:03:21.316Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T10:03:21.316Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T10:03:21.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:03:21.334Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T10:03:21.335Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T10:03:21.341Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:03:21.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T10:03:21.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:03:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-10:03:21:007-7760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:03:21.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:03:21.485Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:03:21.485Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:03:21.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T10:03:21.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:03:21.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:03:21.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:21.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:21.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825001492,
  "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-26T10:03:22.525Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:03:22.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:03:22.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:03:22.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:22.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:22.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:23.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:03:23.528Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:23.528Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:23.528Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:24.528Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:03:24.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:24.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:24.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:25.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:03:25.530Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:25.530Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:25.530Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:26.531Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:03:26.531Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:26.531Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:26.531Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:27.531Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:03:27.531Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:27.532Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:27.532Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:28.532Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:03:28.532Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:28.533Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:28.533Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:29.533Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:03:29.533Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:29.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:29.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:30.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:03:30.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:03:30.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T10:03:30.535Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:03:30.535Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T10:03:30.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:03:30.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:03:30.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:03:30.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:30.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T10:03:30.584Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:30.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T10:03:30.924Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T10:03:30.925Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:03:30.925Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:30.925Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:03:30.926Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:30.926Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:30.926Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825010925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:31.927Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:03:31.927Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T10:03:31.928Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:31.928Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:31.929Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:31.929Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.009Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10068202726851383049/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.615Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:03:32.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:03:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:03:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:03:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T10:03:32.658Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T10:03:32.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:03:32.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T10:03:32.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:03:32.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:32.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:32.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825012659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:33.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:03:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T10:03:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:03:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:03:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:03:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825013659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:34.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:03:34.682Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:03:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T10:03:34.699Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:03:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:03:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824916710,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:03:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:03:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:03:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824926112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824927862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T10:03:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824928863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T10:03:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824960090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:03:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:03:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:03:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:03:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:03:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:03:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:04.699Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T10:04:04.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T10:04:04.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T10:04:04.709Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T10:04:04.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:04:04.746Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T10:04:04.747Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T10:04:04.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:04:04.894Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T10:04:04.895Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:04:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[270496], x-aai-txid=[2-aai-resources-230326-10:04:04:419-26957], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:04:04.895Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:04:04.895Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:04:04.895Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:04:04.902Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T10:04:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:04:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:04:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825044903,
  "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-26T10:04:05.930Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T10:04:05.931Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T10:04:05.931Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T10:04:05.932Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T10:04:05.933Z||pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:05.933Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:05.933Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:05.933Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:04:05.937Z||pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:05.938Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b3bef046-178d-4ce6-ba6e-f59a96e05b80
2023-03-26T10:04:05.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:05.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:04:06.262Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:09.271Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:12.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:15.289Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:18.299Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:21.308Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:24.317Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:27.327Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:30.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:33.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:36.357Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:39.366Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:42.374Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:04:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:43.673Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:04:43.674Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:04:43.679Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b3bef046-178d-4ce6-ba6e-f59a96e05b80', protocol='range'}
2023-03-26T10:04:43.679Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:04:43.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 69: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b3bef046-178d-4ce6-ba6e-f59a96e05b80=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-26T10:04:43.701Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:04:43.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b3bef046-178d-4ce6-ba6e-f59a96e05b80', protocol='range'}
2023-03-26T10:04:43.701Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:04:43.702Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:04:43.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:43.702Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:04:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:04:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:04:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1654, 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-26T10:04:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:04:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:04:43.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:43.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:43.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:43.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:43.710Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:04:43.710Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T10:04:43.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:04:43.794Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:04:43.795Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:04:43.795Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:43.795Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:43.795Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:44.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.720Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.720Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:04:44.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824968204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824969253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T10:04:44.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824970255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825001492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.722Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679824446894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825010925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825012659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825013659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T10:04:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825044903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:04:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:04:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:04:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:04:44.796Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:04:44.797Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:44.797Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:44.797Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:45.798Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:04:45.798Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:45.798Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:45.798Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:46.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:04:46.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:46.799Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:46.800Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:47.800Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:04:47.801Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:47.801Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:47.801Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:48.802Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:04:48.802Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:48.802Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:48.802Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:49.803Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:04:49.803Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:49.803Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:49.804Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:50.804Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:04:50.805Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:04:50.805Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T10:04:50.805Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:04:50.805Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T10:04:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:04:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:04:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:04:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:04:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:04:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:04:50.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-26T10:04:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18a94134
2023-03-26T10:04:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:04:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:04:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:04:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T10:04:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T10:04:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:04:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825090879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:51.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T10:04:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||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-26T10:04:51.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:04:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T10:04:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T10:04:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:04:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:04:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:04:51.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-26T10:04:51.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@612e5f54
2023-03-26T10:04:51.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:04:51.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:04:51.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:04:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T10:04:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T10:04:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:04:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:04:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:04:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825091930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:04:52.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T10:04:52.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:04:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:04:52.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:04:52.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:05:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:05:22.988Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:05:22.992Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:05:22.992Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:05:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:05:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:05:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:05:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:05:52.992Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:05:53.017Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:05:53.020Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:05:53.020Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:06:23.020Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:06:23.045Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:06:23.050Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:06:23.050Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:06:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:06:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:06:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:06:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:06:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:06:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:06:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:06:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:06:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T10:06:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:06:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:06:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:06:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:06:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:06:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:06:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:06:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:06:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825090879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:06:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:06:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:06:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825091930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:06:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:06:53.050Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:06:53.075Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:06:53.079Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:06:53.079Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:07:23.079Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:07:23.105Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:07:23.109Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:07:23.109Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:07:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:07:53.110Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:07:53.133Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:07:53.137Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:07:53.137Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:08:23.137Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:08:23.159Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:08:23.163Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:08:23.163Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:08:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:08:51.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:08:51.746Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:08:51.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:08:53.164Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:08:53.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:08:53.189Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:08:53.189Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:09:23.190Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:09:23.219Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:09:23.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:09:23.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:09:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:09:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:09:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:09:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:09:43.850Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:09:43.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b3bef046-178d-4ce6-ba6e-f59a96e05b80 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-26T10:09:43.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T10:09:43.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T10:09:44.515Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:09:47.524Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:09:50.533Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:09:53.224Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T10:09:53.224Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T10:09:53.235Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T10:09:53.236Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T10:09:53.236Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T10:09:53.241Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:09:53.262Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T10:09:53.262Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[697679f3-e662-41e0-92fa-3c627746756f], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T10:09:53.265Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T10:09:53.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:09:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-10:09:52:931-52927], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:09:53.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:09:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T10:09:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:09:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||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-26T10:09:53.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||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-26T10:09:53.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T10:09:53.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T10:09:53.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:09:53.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:09:53.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825393426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:09:53.541Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T10:09:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:09:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:09:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:09:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:09:54.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:09:54.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:09:55.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:09:55.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:09:55.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:09:55.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:09:56.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:09:56.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:09:56.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:09:56.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:09:56.550Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:09:57.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:09:57.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:09:57.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:09:57.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:09:58.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:09:58.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:09:58.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:09:58.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:09:59.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:09:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:09:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:09:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:09:59.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:10:00.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:00.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:00.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:01.462Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:10:01.463Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:10:01.463Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T10:10:01.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:10:01.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T10:10:01.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:10:01.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:10:01.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:10:01.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:01.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:10:01.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:01.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-26T10:10:01.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T10:10:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:10:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:10:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:01.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825401810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:02.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:02.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:10:02.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:10:02.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:02.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T10:10:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:02.947Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14915054494835814526/Definitions/service-Vfw20230326064333-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-26T10:10:04.452Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||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-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||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-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||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-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||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-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:10:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:10:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:10:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:10:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:10:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T10:10:04.509Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T10:10:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:10:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T10:10:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:10:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825404510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:05.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:10:05.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T10:10:05.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:10:05.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:05.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:05.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825405512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:05.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:06.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:10:06.539Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:10:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:10:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:10:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:10:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:10:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:10:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:10:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:10:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:10:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||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-26T10:10:06.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:10:08.593Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:11.602Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:14.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:17.620Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:20.629Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:23.638Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:26.648Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:29.657Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:32.670Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:35.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:36.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T10:10:36.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T10:10:36.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T10:10:36.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T10:10:36.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:10:36.596Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T10:10:36.596Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de6b3efe-86a9-4962-a7a7-d45131be95c4], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T10:10:36.602Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:10:36.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:10:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-10:10:36:267-33046], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:10:36.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:10:36.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T10:10:36.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:10:36.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||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-26T10:10:36.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||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-26T10:10:36.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:10:36.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:10:36.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:36.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:36.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825436739,
  "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-26T10:10:37.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:10:37.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:10:37.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:10:37.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:37.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:37.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:38.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:38.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:10:38.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:38.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:38.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:39.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:10:39.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:39.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:39.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:40.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:10:40.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:40.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:40.776Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:41.696Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:10:41.776Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:10:41.777Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:41.777Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:41.777Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:42.778Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:10:42.778Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:42.778Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:42.778Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:10:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:10:43.684Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=70, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:10:43.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 70: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:10:43.701Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=70, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:10:43.702Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:10:43.702Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:10:43.706Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:10:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:10:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:10:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1685, 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-26T10:10:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:10:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:10:43.779Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:10:43.779Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:43.779Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:43.779Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:44.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.723Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825311735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825310263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825280457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825324894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825315137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825328805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825343265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825342357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825341961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825341617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825342787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825342620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:44.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825344364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825343621,
  "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-26T10:10:44.771Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47a93804-5eb3-48ba-b6d6-4f9485bed467
2023-03-26T10:10:44.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T10:10:44.780Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:10:44.780Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:10:44.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T10:10:44.781Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:10:44.781Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T10:10:44.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.793Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825345481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.793Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825344893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:44.793Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.793Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825346598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.794Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825345896,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T10:10:44.808Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47a93804-5eb3-48ba-b6d6-4f9485bed467
2023-03-26T10:10:44.808Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T10:10:44.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.828Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:10:44.828Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825348645,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2023-03-26T10:10:44.829Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:10:44.829Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:10:44.829Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:44.830Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:10:44.830Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T10:10:44.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47a93804-5eb3-48ba-b6d6-4f9485bed467
2023-03-26T10:10:44.841Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T10:10:44.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825347602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:44.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825349646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:44.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825348604,
  "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-26T10:10:44.875Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47a93804-5eb3-48ba-b6d6-4f9485bed467
2023-03-26T10:10:44.876Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T10:10:44.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825374624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825375137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825364872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825350650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825374624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825350650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.902Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.902Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825375137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.903Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825364872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.903Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825374624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.904Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825364872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.904Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825375137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.905Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825350650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.905Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.906Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825364872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.906Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.907Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825374624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.907Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825375137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.907Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825350650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825364872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825374624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825350650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825375137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825364872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825374624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825350650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825375137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825364872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825374624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825350650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825375137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825374624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825364872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.910Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825375137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825350650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825386475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825385169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825385564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825384827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825385830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825387581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.912Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825386834,
  "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-26T10:10:44.949Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9636ee2a-cab0-4224-b283-f59cf68f57f6
2023-03-26T10:10:44.949Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T10:10:44.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825388676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:44.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.968Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825389728,
  "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-26T10:10:44.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9636ee2a-cab0-4224-b283-f59cf68f57f6
2023-03-26T10:10:44.981Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T10:10:44.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825388805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825390729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825388805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825391204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:44.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.000Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825388805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.000Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825392207,
  "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-26T10:10:45.011Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9636ee2a-cab0-4224-b283-f59cf68f57f6
2023-03-26T10:10:45.011Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T10:10:45.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825388805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825388805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825393426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825388805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825388805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825388805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825397626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825399838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.036Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825400843,
  "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-26T10:10:45.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9636ee2a-cab0-4224-b283-f59cf68f57f6
2023-03-26T10:10:45.049Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T10:10:45.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.070Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825401810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:45.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.070Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825404510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T10:10:45.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.070Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825405512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T10:10:45.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.071Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.071Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.072Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825386568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825417836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679825421733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679825425258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825418805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825435325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679825436062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825436463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825436327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825436739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.082Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679825437328,
  "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-26T10:10:45.116Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55e92b6e-ccb5-4c73-9612-05222fbacc34
2023-03-26T10:10:45.116Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T10:10:45.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.139Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.140Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825438214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:10:45.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.140Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.141Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.141Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.141Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679825439217,
  "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-26T10:10:45.156Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55e92b6e-ccb5-4c73-9612-05222fbacc34
2023-03-26T10:10:45.157Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T10:10:45.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825435137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:10:45.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T10:10:45.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825444285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:10:45.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:10:45.464Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-26T10:10:45.469Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T10:10:45.469Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:10:45.469Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:45.469Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:10:45.469Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:45.470Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:45.470Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825445469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:46.470Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:10:46.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:10:46.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:46.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T10:10:46.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:46.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:46.592Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12883186865223417185/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||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-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||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-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||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-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||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-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.247Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:10:48.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:10:48.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:10:48.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:48.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:48.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:48.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:10:48.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:10:48.253Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T10:10:48.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T10:10:48.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:10:48.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T10:10:48.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:10:48.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:48.302Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:48.302Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825448301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:49.303Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:10:49.303Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T10:10:49.303Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:10:49.304Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:10:49.304Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:10:49.304Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825449303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:10:50.306Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:10:50.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:10:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:10:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:10:50.335Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:10:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:10:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:10:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:10:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:10:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:10:50.336Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||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-26T10:10:50.353Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:11:20.353Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T10:11:20.363Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T10:11:20.363Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T10:11:20.364Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T10:11:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:11:20.388Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T10:11:20.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ace9932-d367-4f0b-84ed-1612fe59b252], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T10:11:20.397Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:11:20.542Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:11:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-10:11:20:065-19649], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:11:20.542Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:11:20.543Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T10:11:20.543Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:11:20.543Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||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-26T10:11:20.552Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||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-26T10:11:20.552Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:11:20.553Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:11:20.553Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:20.553Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:20.553Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825480553,
  "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-26T10:11:21.577Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:11:21.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:11:21.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:11:21.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:21.579Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:21.579Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "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-26T10:11:22.580Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:11:22.580Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:22.581Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:22.581Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:11:23.582Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:11:23.582Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:11:23.583Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T10:11:23.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T10:11:23.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T10:11:23.621Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:11:23.621Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:11:23.621Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:11:23.621Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T10:11:23.621Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:11:23.621Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T10:11:23.645Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-26T10:11:23.646Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@257e8c0c
2023-03-26T10:11:23.646Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:11:23.646Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T10:11:23.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:11:23.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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-26T10:11:23.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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-26T10:11:23.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:11:23.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:23.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:23.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825483647,
  "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-26T10:11:24.649Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T10:11:24.699Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T10:11:24.700Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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-26T10:11:24.700Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T10:11:24.700Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:11:24.701Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:24.701Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:24.701Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825484700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:11:25.702Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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-26T10:11:25.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T10:11:25.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:11:25.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:25.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:25.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825485702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:11:26.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:11:26.731Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:11:26.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:11:26.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:11:26.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:11:26.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:11:26.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:11:26.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:11:26.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:11:26.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:11:26.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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-26T10:11:26.753Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:11:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:11:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825445469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:11:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825448015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:11:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825448301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T10:11:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "aai-model-loader",
  "timestamp": 1679825449018,
  "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-26T10:11:43.689Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55e92b6e-ccb5-4c73-9612-05222fbacc34
2023-03-26T10:11:43.690Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T10:11:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825449303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T10:11:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825480553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825483647,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825484700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T10:11:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:11:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825485702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T10:11:43.715Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:11:56.754Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T10:11:56.763Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T10:11:56.763Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T10:11:56.764Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T10:11:56.770Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:11:56.791Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T10:11:56.792Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T10:11:56.799Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:11:56.963Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T10:11:56.964Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:11:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-10:11:56:463-52097], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:11:56.965Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:11:56.965Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:11:56.965Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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-26T10:11:56.978Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||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-26T10:11:56.978Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:11:56.978Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:11:56.978Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:56.978Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:56.979Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825516978,
  "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-26T10:11:58.005Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:11:58.005Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:11:58.005Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:11:58.005Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:58.005Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:58.005Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:11:59.006Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:11:59.006Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:11:59.006Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:11:59.007Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:00.007Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:00.007Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:00.007Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:00.007Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:01.008Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:01.008Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:01.008Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:01.008Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:02.009Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:02.009Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:02.010Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:02.010Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:03.010Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:03.011Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:03.011Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:03.011Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:04.011Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:04.012Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:04.012Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:04.012Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:05.013Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:05.014Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:05.014Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:05.014Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:06.015Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:12:06.015Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:12:06.015Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T10:12:06.015Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:12:06.016Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T10:12:06.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:12:06.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:12:06.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:12:06.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:06.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:12:06.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:06.362Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-26T10:12:06.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T10:12:06.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:12:06.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:06.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:12:06.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:06.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:06.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825526365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:07.367Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:12:07.367Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:12:07.367Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:07.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:07.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:07.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:07.440Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4370561600845691443/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T10:12:08.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:12:08.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:12:08.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:08.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:12:08.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:08.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:08.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:12:08.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:12:08.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:12:08.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:12:08.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:12:08.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:12:08.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T10:12:08.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T10:12:08.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:12:08.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T10:12:08.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:12:08.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:08.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:08.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825528079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:09.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:12:09.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T10:12:09.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:12:09.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:09.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:09.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825529080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:10.082Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:12:10.111Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:12:10.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||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-26T10:12:10.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:12:40.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T10:12:40.135Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T10:12:40.136Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T10:12:40.136Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T10:12:40.140Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:12:40.157Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T10:12:40.157Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T10:12:40.165Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:12:40.325Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T10:12:40.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:12:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-10:12:39:838-40667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:12:40.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:12:40.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:12:40.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||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-26T10:12:40.340Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||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-26T10:12:40.340Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:12:40.340Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:12:40.340Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:40.340Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:40.341Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825560340,
  "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-26T10:12:41.362Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:12:41.362Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:12:41.362Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:41.363Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:41.363Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:41.363Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "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-26T10:12:42.363Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:42.363Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:42.363Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:42.363Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "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-26T10:12:43.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:43.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:43.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:43.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "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-26T10:12:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:43.665Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.665Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825516978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:12:43.665Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.665Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825526365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825528079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825529080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825560340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:12:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:12:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:12:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:12:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:12:44.367Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:44.367Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:44.367Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:44.367Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "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-26T10:12:45.369Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:45.369Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:45.369Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:45.369Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "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-26T10:12:46.370Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:46.371Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:46.371Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:46.371Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "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-26T10:12:47.371Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:12:47.372Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:47.372Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:47.372Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:48.373Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:12:48.374Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:12:48.374Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T10:12:48.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:12:48.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T10:12:48.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:12:48.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:12:48.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:12:48.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T10:12:48.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:12:48.427Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T10:12:48.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||GET Response Status 404
2023-03-26T10:12:48.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2377bd5c
2023-03-26T10:12:48.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:12:48.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T10:12:48.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:12:48.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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-26T10:12:48.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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-26T10:12:48.451Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:12:48.451Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:48.451Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:48.451Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825568450,
  "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-26T10:12:49.452Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T10:12:49.508Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T10:12:49.509Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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-26T10:12:49.509Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T10:12:49.509Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:12:49.509Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:49.510Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:49.510Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825569509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:50.511Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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-26T10:12:50.511Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T10:12:50.511Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:12:50.512Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:12:50.512Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:12:50.512Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825570511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:12:51.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:12:51.537Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:12:51.540Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:12:51.541Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:12:51.541Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:12:51.541Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:12:51.541Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:12:51.541Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:12:51.541Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:12:51.541Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:12:51.542Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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-26T10:12:51.557Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:13:21.558Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T10:13:21.565Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T10:13:21.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T10:13:21.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T10:13:21.573Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:13:21.588Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T10:13:21.589Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T10:13:21.595Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:13:21.733Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T10:13:21.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:13:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[184376], x-aai-txid=[1-aai-resources-230326-10:13:21:259-29287], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:13:21.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:13:21.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:13:21.734Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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-26T10:13:21.746Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||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-26T10:13:21.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:13:21.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:13:21.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:21.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:21.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825601747,
  "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-26T10:13:22.779Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:13:22.779Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:13:22.779Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:13:22.780Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:22.780Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:22.780Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:23.780Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:13:23.781Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:23.781Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:23.781Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:24.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:13:24.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:24.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:24.782Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:25.783Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:13:25.783Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:25.784Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:25.784Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:26.784Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:13:26.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:26.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:26.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:27.785Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:13:27.786Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:27.786Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:27.786Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:28.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:13:28.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:28.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:28.787Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:29.788Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:13:29.788Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:29.788Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:29.788Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:30.789Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:13:30.790Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:13:30.790Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T10:13:30.790Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:13:30.790Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T10:13:30.838Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:13:30.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:13:30.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:13:30.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:30.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:13:30.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:31.148Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-26T10:13:31.149Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T10:13:31.150Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:13:31.150Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:31.150Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:13:31.150Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:31.150Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:31.150Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825611150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:32.151Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:13:32.152Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:13:32.152Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.152Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.153Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.153Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.234Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15874564884783595124/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T10:13:32.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:13:32.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:13:32.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:13:32.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.794Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:13:32.795Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:13:32.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T10:13:32.845Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T10:13:32.845Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:13:32.845Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T10:13:32.845Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:13:32.845Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:32.845Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:32.845Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825612845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:33.846Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:13:33.846Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T10:13:33.846Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:13:33.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:13:33.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:13:33.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825613846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:34.848Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:13:34.867Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:13:34.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:13:34.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:13:34.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:13:34.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:13:34.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:13:34.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:13:34.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:13:34.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:13:34.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||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-26T10:13:34.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:13:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:13:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:13:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:13:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825568450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:13:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825569509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T10:13:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825570511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T10:13:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825601747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:13:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.672Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.672Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.672Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.672Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.673Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.673Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.673Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.673Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.673Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.673Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.674Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.674Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.674Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.674Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.674Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.674Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:13:43.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:13:43.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.675Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825611150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:13:43.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825612845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T10:13:43.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:13:43.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:13:43.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825613846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T10:13:43.677Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:04.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T10:14:04.891Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T10:14:04.892Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T10:14:04.893Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T10:14:04.900Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:14:04.921Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T10:14:04.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T10:14:04.931Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:14:05.063Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T10:14:05.063Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:14:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-10:14:04:595-40266], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:14:05.063Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:14:05.064Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:14:05.064Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||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-26T10:14:05.076Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||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-26T10:14:05.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:14:05.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:14:05.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:05.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:05.077Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825645077,
  "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-26T10:14:06.099Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:14:06.099Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:14:06.099Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:14:06.100Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:06.100Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:06.100Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:07.101Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:14:07.101Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:07.102Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:07.102Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:08.103Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:14:08.103Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:08.103Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:08.103Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:09.104Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:14:09.104Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:09.104Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:09.104Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:10.105Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:14:10.106Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:10.106Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:10.106Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:11.107Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:14:11.108Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:11.108Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:11.108Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:12.110Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:14:12.110Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:12.110Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:12.110Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:13.111Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:14:13.112Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:13.112Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:13.112Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:14.113Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:14:14.114Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:14:14.114Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T10:14:14.114Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:14:14.114Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T10:14:14.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:14:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:14:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:14:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-26T10:14:14.167Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:14.464Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-26T10:14:14.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T10:14:14.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:14:14.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:14.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:14:14.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:14.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:14.468Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825654467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:15.468Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:14:15.469Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-26T10:14:15.469Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:15.469Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:15.470Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:15.470Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:15.552Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4713329908121760540/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T10:14:16.148Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:14:16.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T10:14:16.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:14:16.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||pNF db00e4da-dc03 0
2023-03-26T10:14:16.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436
2023-03-26T10:14:16.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T10:14:16.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T10:14:16.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF db00e4da-dc03 0 26f501bd-594f-4e6b-b0b0-cad80e5ed436 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-26T10:14:16.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45a01e4e, org.onap.sdc.toscaparser.api.parameters.Input@517e0167, org.onap.sdc.toscaparser.api.parameters.Input@46410500, org.onap.sdc.toscaparser.api.parameters.Input@6e376201, org.onap.sdc.toscaparser.api.parameters.Input@2b2053e7]
2023-03-26T10:14:16.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 70141569-12fb-43d3-b400-bca3e34449f7: pNF db00e4da-dc03
2023-03-26T10:14:16.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Processing PNF resource: 26f501bd-594f-4e6b-b0b0-cad80e5ed436
2023-03-26T10:14:16.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:14:16.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:14:16.186Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Resource customization UUID: 3b880982-05ce-4dcb-a54a-e3cc2adbd22c is the same as notified resource customizationUUID: 3b880982-05ce-4dcb-a54a-e3cc2adbd22c
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-26T10:14:16.281Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF db00e4da-dc03 26f501bd-594f-4e6b-b0b0-cad80e5ed436 0 ASDC deployResourceStructure
2023-03-26T10:14:16.281Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:14:16.281Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:14:16.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:14:16.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:16.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:16.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825656281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:17.283Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:14:17.307Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:14:17.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:14:17.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:14:17.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:14:17.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:14:17.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:14:17.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:14:17.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:14:17.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:14:17.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||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-26T10:14:17.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:14:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:14:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825645077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:14:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825045930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:14:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825654467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:14:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:14:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825656281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:14:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:14:47.327Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T10:14:47.335Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T10:14:47.335Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T10:14:47.336Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T10:14:47.341Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:14:47.359Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T10:14:47.359Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7aadb78-36f9-4cbd-9b46-0f482f994b2e], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T10:14:47.364Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:14:47.511Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:14:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[278688], x-aai-txid=[0-aai-resources-230326-10:14:47:030-45720], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:14:47.511Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:14:47.513Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T10:14:47.513Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:14:47.513Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||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-26T10:14:47.520Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||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-26T10:14:47.521Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:14:47.521Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:14:47.521Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:14:47.521Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:14:47.521Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825687521,
  "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-26T10:14:48.555Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T10:14:48.556Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T10:14:48.557Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T10:14:48.558Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 134640 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T10:14:48.559Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T10:14:48.559Z||pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:14:48.559Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:14:48.559Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:14:48.559Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:14:48.565Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-70e4bd12-fdf6-4c4b-9123-bf5739f7fa7d
2023-03-26T10:14:48.565Z||pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=8, 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-26T10:14:48.565Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:14:48.565Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:14:50.566Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:14:53.575Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:14:56.583Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:14:59.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:02.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:05.609Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:08.618Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:11.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:14.635Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:17.645Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:20.654Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:23.662Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:26.671Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:29.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:32.689Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:35.699Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:38.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:41.717Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:15:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:43.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:15:43.677Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:15:43.684Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:15:43.684Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-70e4bd12-fdf6-4c4b-9123-bf5739f7fa7d', protocol='range'}
2023-03-26T10:15:43.688Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:15:43.688Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:15:43.688Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:15:43.688Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:15:43.688Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:15:43.689Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:15:43.689Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 71: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-70e4bd12-fdf6-4c4b-9123-bf5739f7fa7d=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:15:43.706Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-70e4bd12-fdf6-4c4b-9123-bf5739f7fa7d', protocol='range'}
2023-03-26T10:15:43.707Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:15:43.707Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:15:43.707Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:15:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:15:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:15:43.712Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:15:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:15:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:15:43.712Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:15:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1960, 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-26T10:15:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:15:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:15:43.713Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:15:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:15:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:15:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:15:43.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T10:15:43.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:15:43.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:15:43.764Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:15:43.764Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:43.765Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:43.765Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:44.726Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:15:44.726Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825687521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:15:44.727Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:15:44.727Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:15:44.727Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:15:44.727Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:15:44.765Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:15:44.765Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:44.766Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:44.766Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:45.766Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:15:45.766Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:45.767Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:45.767Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:46.767Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:15:46.767Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:46.767Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:46.768Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:47.768Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:15:47.768Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:47.769Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:47.769Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:48.770Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:15:48.770Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:48.770Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:48.770Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:49.772Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:15:49.772Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:49.772Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:49.772Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:50.774Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:15:50.775Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:15:50.775Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T10:15:50.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:15:50.776Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T10:15:50.818Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:15:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:15:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:15:50.819Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:15:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:15:50.820Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:15:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:15:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1699d98a
2023-03-26T10:15:50.846Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:15:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:15:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:15:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T10:15:50.847Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T10:15:50.848Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:15:50.848Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:50.848Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:50.848Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825750847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:51.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T10:15:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:15:51.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:15:51.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T10:15:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T10:15:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:15:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:15:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@723801e
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:15:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825751889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:15:52.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T10:15:52.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:15:52.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:15:52.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:15:52.914Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:16:22.914Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:16:22.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:16:22.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:16:22.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:16:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:16:43.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:16:43.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:16:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:16:52.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:16:52.960Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:16:52.964Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:16:52.964Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:17:22.964Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:17:22.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:17:22.990Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:17:22.990Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:17:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:17:43.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:17:43.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:17:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:17:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:17:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:17:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:17:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:17:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:17:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825750847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:17:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:17:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:17:43.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825751889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:17:43.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:17:52.991Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:17:53.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:17:53.015Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:17:53.015Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:18:23.015Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:18:23.041Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:18:23.045Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:18:23.045Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:18:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:18:53.046Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:18:53.068Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:18:53.072Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:18:53.073Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:19:23.073Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:19:23.099Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:19:23.104Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:19:23.104Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:19:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:19:53.104Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:19:53.129Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:19:53.134Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:19:53.134Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:20:23.134Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:20:23.156Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:20:23.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:20:23.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:20:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:20:43.859Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:20:43.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-70e4bd12-fdf6-4c4b-9123-bf5739f7fa7d 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-26T10:20:43.860Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T10:20:43.860Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T10:20:44.236Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:20:44.250Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:20:44.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:20:44.257Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=72, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:20:44.257Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 72: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:20:44.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=72, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:20:44.273Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:20:44.273Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:20:44.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:20:44.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:20:44.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:20:44.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1970, 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-26T10:20:44.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:20:44.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:20:53.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T10:20:53.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T10:20:53.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T10:20:53.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T10:20:53.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T10:20:53.177Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:20:53.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T10:20:53.194Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bfdabf30-6660-4c28-b7b8-583d2b3b856e], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T10:20:53.201Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T10:20:53.329Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:20:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-10:20:52:864-46796], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:20:53.329Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:20:53.330Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T10:20:53.330Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:20:53.330Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:20:53.343Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:20:53.343Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T10:20:53.343Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T10:20:53.343Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:20:53.344Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:20:53.344Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826053343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:20:53.362Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:20:53.362Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826053343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T10:20:53.363Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T10:20:54.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:20:54.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:20:54.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:20:54.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:20:54.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:20:54.371Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:20:55.372Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:20:55.373Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:20:55.373Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:20:55.373Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:20:56.374Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:20:56.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:20:56.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:20:56.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:20:57.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:20:57.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:20:57.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:20:57.376Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:20:58.377Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:20:58.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:20:58.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:20:58.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:20:59.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:20:59.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:20:59.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:20:59.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:00.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:21:00.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:00.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:00.382Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:01.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:21:01.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:21:01.383Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T10:21:01.384Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:21:01.384Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T10:21:01.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:21:01.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:21:01.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:21:01.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:01.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:21:01.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:01.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:21:01.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T10:21:01.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:21:01.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:01.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:21:01.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:01.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:01.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826061737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:02.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:21:02.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:21:02.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:02.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T10:21:02.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:02.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:02.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15793115962748093588/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||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-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:21:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:21:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:21:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:21:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:21:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:04.500Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T10:21:04.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T10:21:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:21:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T10:21:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:21:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:04.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826064542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:05.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:21:05.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T10:21:05.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:21:05.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:05.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:05.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826065543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:06.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:21:06.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:21:06.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:21:06.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:21:06.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:21:06.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:21:06.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:21:06.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:21:06.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:21:06.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:21:06.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:21:06.589Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:21:36.589Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T10:21:36.598Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T10:21:36.599Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T10:21:36.599Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T10:21:36.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:21:36.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T10:21:36.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f997021-1f4f-45ae-9b97-52a12cd4609d], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T10:21:36.636Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:21:36.779Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:21:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-10:21:36:302-32034], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:21:36.779Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:21:36.780Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T10:21:36.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:21:36.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:21:36.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:21:36.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:21:36.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:21:36.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:36.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:36.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826096790,
  "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-26T10:21:37.819Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:21:37.819Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:21:37.819Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:21:37.819Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:37.819Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:37.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:38.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:21:38.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:38.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:38.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:39.822Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:21:39.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:39.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:39.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:40.824Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:21:40.824Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:40.824Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:40.824Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:41.825Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:21:41.826Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:41.826Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:41.826Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:42.827Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:21:42.827Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:42.827Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:42.827Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:21:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:21:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826061737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826064542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826065543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826096790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:21:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:21:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:21:43.828Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:21:43.829Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:43.829Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:43.829Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:44.831Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:21:44.831Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:21:44.831Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T10:21:44.831Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:21:44.831Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T10:21:44.871Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:21:44.872Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:21:44.872Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:21:44.872Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:44.872Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:21:44.873Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:45.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:21:45.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T10:21:45.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:21:45.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:45.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:21:45.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:45.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:45.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826105243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:46.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:21:46.245Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:21:46.245Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:46.245Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T10:21:46.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:46.246Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:46.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5587334727409719747/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T10:21:47.949Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||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-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.950Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.952Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.953Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.954Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:21:47.955Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:21:47.956Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:21:47.957Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T10:21:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T10:21:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:21:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T10:21:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:21:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826108006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:49.009Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:21:49.009Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T10:21:49.009Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:21:49.009Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:21:49.009Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:21:49.009Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826109009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:21:50.011Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:21:50.038Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:21:50.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:21:50.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:21:50.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:21:50.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:21:50.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:21:50.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:21:50.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:21:50.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:21:50.043Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:21:50.055Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:22:20.056Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T10:22:20.068Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T10:22:20.069Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T10:22:20.069Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T10:22:20.072Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:22:20.083Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T10:22:20.083Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2def165-b4af-4054-9e52-8975cf9f8ed8], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T10:22:20.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:22:20.212Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:22:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[120], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-10:22:19:754-49945], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:22:20.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:22:20.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T10:22:20.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:22:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:22:20.225Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:22:20.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:22:20.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:22:20.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:20.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:20.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826140226,
  "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-26T10:22:21.256Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:22:21.256Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:22:21.256Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:22:21.257Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:21.257Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:21.257Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:22:22.257Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:22:22.258Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:22.258Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:22.258Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:22:23.258Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:22:23.259Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:22:23.259Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T10:22:23.259Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T10:22:23.259Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T10:22:23.304Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:22:23.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:22:23.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:22:23.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T10:22:23.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:22:23.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:23.330Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:22:23.331Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36356c52
2023-03-26T10:22:23.331Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:22:23.331Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:23.331Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:22:23.331Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:23.332Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:23.332Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:22:23.332Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:23.332Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:23.332Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826143331,
  "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-26T10:22:24.333Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T10:22:24.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T10:22:24.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:24.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T10:22:24.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:22:24.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:24.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:24.375Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826144375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:22:25.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:25.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T10:22:25.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:22:25.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:25.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:25.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826145376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:22:26.378Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:22:26.397Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:22:26.400Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:22:26.400Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:22:26.401Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:22:26.401Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:22:26.401Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:22:26.401Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:22:26.401Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:22:26.401Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:22:26.401Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:26.411Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:22:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:22:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:22:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:22:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:22:56.411Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T10:22:56.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T10:22:56.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T10:22:56.421Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T10:22:56.429Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:22:56.450Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T10:22:56.452Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f9337ac8-cd78-47f2-a9c7-d794470a8d35], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T10:22:56.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:22:56.615Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:22:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-10:22:56:127-93771], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:22:56.616Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:22:56.617Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T10:22:56.617Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:22:56.617Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:56.631Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:22:56.631Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:22:56.631Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:22:56.632Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:56.632Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:56.632Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826176631,
  "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-26T10:22:57.660Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:22:57.660Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:22:57.660Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:22:57.660Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:57.660Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:57.660Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:22:58.661Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:22:58.662Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:58.662Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:58.662Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:22:59.663Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:22:59.664Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:22:59.664Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:22:59.664Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:00.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:00.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:00.666Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:00.666Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:01.667Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:01.668Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:01.668Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:01.668Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:02.668Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:02.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:02.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:02.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:03.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:03.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:03.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:03.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:04.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:04.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:04.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:04.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:05.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:23:05.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:23:05.672Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T10:23:05.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:23:05.672Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T10:23:05.711Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:23:05.712Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:23:05.712Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:23:05.712Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:05.712Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:23:05.712Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:06.023Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:23:06.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T10:23:06.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:23:06.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:06.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:23:06.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:06.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:06.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826186026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:07.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:23:07.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:23:07.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13770227225815388522/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T10:23:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:23:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:23:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T10:23:07.773Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T10:23:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:23:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T10:23:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:23:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826187774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:08.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:23:08.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T10:23:08.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:23:08.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:08.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:08.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826188775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:09.776Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:23:09.799Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:23:09.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:23:09.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:23:09.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:23:09.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:23:09.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:23:09.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:23:09.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:23:09.804Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:23:09.805Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:23:09.819Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:23:39.820Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T10:23:39.832Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T10:23:39.832Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T10:23:39.833Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T10:23:39.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:23:39.863Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T10:23:39.864Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T10:23:39.872Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:23:40.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T10:23:40.010Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:23:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-10:23:39:537-99223], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:23:40.010Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:23:40.011Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:23:40.011Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:23:40.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:23:40.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:23:40.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:23:40.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:40.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:40.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826220028,
  "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-26T10:23:41.060Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:23:41.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:23:41.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:41.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:41.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:41.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:23:42.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:42.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:42.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:42.063Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:23:43.063Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:43.063Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:43.063Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:43.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:23:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826105243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:23:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826108006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T10:23:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826109009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T10:23:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826140226,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826143331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826144375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T10:23:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:23:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826145376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T10:23:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:23:44.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:44.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:44.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:44.065Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:23:45.065Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:45.066Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:45.066Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:45.066Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:23:46.066Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:46.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:46.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:46.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:23:47.067Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:23:47.068Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:47.068Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:47.068Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:48.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:23:48.070Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:23:48.070Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T10:23:48.070Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:23:48.070Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T10:23:48.112Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:23:48.113Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:23:48.113Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:23:48.113Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T10:23:48.113Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:23:48.113Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:23:48.135Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:23:48.135Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@56231b39
2023-03-26T10:23:48.135Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:23:48.136Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:23:48.136Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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 c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:23:48.136Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:23:48.136Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:23:48.136Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:23:48.136Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:48.137Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:48.137Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826228136,
  "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-26T10:23:49.137Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T10:23:49.184Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T10:23:49.185Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:23:49.185Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T10:23:49.185Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:23:49.185Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:49.185Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:49.185Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826229185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:50.186Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:23:50.186Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T10:23:50.186Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:23:50.187Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:23:50.187Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:23:50.187Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826230186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:23:51.187Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:23:51.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:23:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:23:51.223Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:24:21.223Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T10:24:21.236Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T10:24:21.236Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T10:24:21.237Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T10:24:21.243Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:24:21.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T10:24:21.262Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4cd6d807-a7d2-45d8-86d7-10b0211d1114], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T10:24:21.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:24:21.401Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:24:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[184376], x-aai-txid=[1-aai-resources-230326-10:24:20:936-82927], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:24:21.401Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:24:21.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T10:24:21.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:24:21.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:24:21.414Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:24:21.414Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:24:21.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:24:21.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:21.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:21.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826261415,
  "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-26T10:24:22.439Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:24:22.439Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:24:22.439Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:24:22.440Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:22.440Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:22.440Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:23.440Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:24:23.441Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:23.441Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:23.441Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:24.441Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:24:24.442Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:24.442Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:24.442Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:25.443Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:24:25.443Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:25.443Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:25.443Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:26.444Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:24:26.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:26.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:26.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:27.445Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:24:27.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:27.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:27.446Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:28.447Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:24:28.447Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:28.447Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:28.448Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:29.448Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:24:29.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:29.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:29.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:30.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:24:30.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:24:30.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T10:24:30.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:24:30.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T10:24:30.491Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:24:30.492Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:24:30.492Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:24:30.492Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:30.492Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:24:30.493Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:30.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:24:30.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T10:24:30.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:24:30.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:30.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:24:30.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:30.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:30.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826270819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:31.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:24:31.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:24:31.821Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:31.821Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:31.822Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:31.822Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:31.918Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1303842389468411040/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:24:32.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:24:32.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:24:32.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:24:32.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:24:32.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:24:32.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:24:32.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:24:32.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:24:32.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:24:32.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T10:24:32.547Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T10:24:32.547Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:24:32.548Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T10:24:32.548Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:24:32.548Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:32.548Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:32.548Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826272547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:33.548Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:24:33.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T10:24:33.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:24:33.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:24:33.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:24:33.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826273548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:34.550Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:24:34.567Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:24:34.571Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:24:34.571Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:24:34.571Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:24:34.572Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:24:34.572Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:24:34.572Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:24:34.572Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:24:34.572Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:24:34.572Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:24:34.585Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:24:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:24:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826176631,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:24:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:24:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:24:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826186026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826187774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826188775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826220028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:24:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:24:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:04.585Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T10:25:04.594Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T10:25:04.594Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T10:25:04.595Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T10:25:04.604Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:25:04.623Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T10:25:04.624Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ecb25996-7e01-4e27-8821-8882ec361773], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T10:25:04.631Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:25:04.766Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:25:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[270496], x-aai-txid=[2-aai-resources-230326-10:25:04:297-68897], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:25:04.766Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:25:04.767Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T10:25:04.767Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:25:04.767Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:25:04.779Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:25:04.780Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:25:04.780Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:25:04.780Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:04.780Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:04.780Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826304780,
  "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-26T10:25:05.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:25:05.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:25:05.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:05.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:05.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:05.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:06.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:06.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:06.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:06.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:07.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:07.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:07.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:07.810Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:08.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:08.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:08.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:08.811Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:09.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:09.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:09.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:09.813Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:10.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:10.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:10.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:10.815Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:11.816Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:11.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:11.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:11.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:12.817Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:12.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:12.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:12.818Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:13.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:25:13.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:25:13.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T10:25:13.820Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:25:13.820Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T10:25:13.862Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:25:13.862Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:25:13.862Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:25:13.863Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:13.863Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:25:13.863Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:14.154Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:25:14.156Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T10:25:14.157Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:25:14.157Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:14.157Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:25:14.157Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:14.157Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:14.157Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826314157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:15.158Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:25:15.159Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:25:15.159Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.159Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.160Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.160Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.262Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10672790598202461316/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T10:25:15.885Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:25:15.885Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:25:15.885Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:25:15.886Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:25:15.887Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T10:25:15.929Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T10:25:15.930Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:25:15.930Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T10:25:15.930Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:25:15.930Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:15.930Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:15.930Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826315930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:16.931Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:25:16.931Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T10:25:16.931Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:25:16.931Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:16.931Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:16.932Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826316931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:17.932Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:25:17.958Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:25:17.962Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:25:17.962Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:25:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:25:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:25:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:25:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:25:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:25:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:25:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:25:17.976Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:25:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:25:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:25:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826228136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:25:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826229185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T10:25:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826230186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T10:25:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826261415,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:25:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826270819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:25:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826272547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T10:25:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:25:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826273548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T10:25:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:25:47.977Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T10:25:47.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T10:25:47.988Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T10:25:47.988Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T10:25:47.991Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:25:48.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T10:25:48.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b8c5ab5-4c94-4768-a53a-e2b796104165], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T10:25:48.016Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:25:48.129Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:25:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[110], vertex-id=[278688], x-aai-txid=[2-aai-resources-230326-10:25:47:680-13439], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:25:48.129Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:25:48.130Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T10:25:48.130Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:25:48.130Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:25:48.141Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:25:48.141Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:25:48.141Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:25:48.142Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:48.142Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:48.142Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826348141,
  "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-26T10:25:49.170Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:25:49.170Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:25:49.171Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:49.171Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:49.171Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:49.171Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:50.171Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:50.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:50.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:50.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:51.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:51.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:51.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:51.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:52.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:52.174Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:52.174Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:52.174Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:53.176Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:53.176Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:53.176Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:53.176Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:54.178Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:54.178Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:54.178Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:54.178Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:55.179Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:55.180Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:55.180Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:55.180Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:56.181Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:56.182Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:56.182Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:56.182Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:57.183Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:57.183Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:57.183Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:57.184Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:25:58.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:25:58.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:58.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:58.185Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:25:59.186Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:25:59.187Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:25:59.187Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T10:25:59.187Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:25:59.187Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T10:25:59.262Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:25:59.262Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:25:59.263Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:25:59.263Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T10:25:59.263Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:25:59.263Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:25:59.593Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:25:59.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T10:25:59.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:25:59.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:25:59.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:25:59.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:25:59.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:25:59.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826359599,
  "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-26T10:26:00.601Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:26:00.602Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:26:00.602Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:26:00.602Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T10:26:00.603Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:26:00.603Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:26:00.728Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10195833687991193920/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:26:01.552Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T10:26:01.553Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T10:26:01.554Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:26:01.554Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.554Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.554Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.554Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:01.554Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:01.554Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:01.555Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:01.556Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T10:26:01.577Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 40221ad9-0338-42d9-8be1-96ff349cc697
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:26:01.582Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2023-03-26T10:26:01.582Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40221ad9-0338-42d9-8be1-96ff349cc697
2023-03-26T10:26:01.582Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eb1be2e4-9866-4896-8759-a2f2f7c3e12a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-26T10:26:01.582Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:01.582Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:01.684Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:01.684Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json eb1be2e4-9866-4896-8759-a2f2f7c3e12a 1565
2023-03-26T10:26:01.684Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:01.684Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:01.685Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:01.685Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:01.685Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:01.685Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826361684,
  "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-26T10:26:02.685Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "82044689-a0aa-4ddd-9e8d-d07ae81f9692",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f27de214-3a6e-4180-a4e5-96c175da89e1",
    "vfModuleModelCustomizationUUID": "ff78db1e-e2d4-4b42-969f-c561b64af242",
    "isBase": true,
    "artifacts": [
      "185e143e-582d-4406-8f0f-42d48b6dcaff",
      "2847e51f-2094-49e6-8876-0fd3dcb09d2d"
    ],
    "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": "3ace844f-f573-462b-bb77-529fa3e32d9d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30a82e67-0c63-44fe-8f7c-d082ca97a83a",
    "vfModuleModelCustomizationUUID": "9ff95b65-3a09-4b83-aaa8-cb60dff1804d",
    "isBase": false,
    "artifacts": [
      "50921173-c5ef-499b-aa63-6643a1dd79a7"
    ],
    "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-26T10:26:02.691Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f27de214-3a6e-4180-a4e5-96c175da89e1
VfModuleModelInvariantUUID:82044689-a0aa-4ddd-9e8d-d07ae81f9692
VfModuleModelDescription:NULL
Artifacts UUID List:{
185e143e-582d-4406-8f0f-42d48b6dcaff
,
2847e51f-2094-49e6-8876-0fd3dcb09d2d

}
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:30a82e67-0c63-44fe-8f7c-d082ca97a83a
VfModuleModelInvariantUUID:3ace844f-f573-462b-bb77-529fa3e32d9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
50921173-c5ef-499b-aa63-6643a1dd79a7

}
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-26T10:26:02.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "82044689-a0aa-4ddd-9e8d-d07ae81f9692",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f27de214-3a6e-4180-a4e5-96c175da89e1",
    "vfModuleModelCustomizationUUID": "ff78db1e-e2d4-4b42-969f-c561b64af242",
    "isBase": true,
    "artifacts": [
      "185e143e-582d-4406-8f0f-42d48b6dcaff",
      "2847e51f-2094-49e6-8876-0fd3dcb09d2d"
    ],
    "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": "3ace844f-f573-462b-bb77-529fa3e32d9d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30a82e67-0c63-44fe-8f7c-d082ca97a83a",
    "vfModuleModelCustomizationUUID": "9ff95b65-3a09-4b83-aaa8-cb60dff1804d",
    "isBase": false,
    "artifacts": [
      "50921173-c5ef-499b-aa63-6643a1dd79a7"
    ],
    "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-26T10:26:02.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f27de214-3a6e-4180-a4e5-96c175da89e1
VfModuleModelInvariantUUID:82044689-a0aa-4ddd-9e8d-d07ae81f9692
VfModuleModelDescription:NULL
Artifacts UUID List:{
185e143e-582d-4406-8f0f-42d48b6dcaff
,
2847e51f-2094-49e6-8876-0fd3dcb09d2d

}
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:30a82e67-0c63-44fe-8f7c-d082ca97a83a
VfModuleModelInvariantUUID:3ace844f-f573-462b-bb77-529fa3e32d9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
50921173-c5ef-499b-aa63-6643a1dd79a7

}
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-26T10:26:02.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 185e143e-582d-4406-8f0f-42d48b6dcaff from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-26T10:26:02.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:02.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:02.792Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:02.793Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 185e143e-582d-4406-8f0f-42d48b6dcaff 914
2023-03-26T10:26:02.793Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:02.793Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:02.793Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:02.793Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:02.793Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:02.794Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826362793,
  "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-26T10:26:03.794Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ca652e1f-649a-481d-9228-d865e9e756c0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-26T10:26:03.795Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:03.795Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:03.900Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:03.901Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ca652e1f-649a-481d-9228-d865e9e756c0 12
2023-03-26T10:26:03.902Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:03.902Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:03.902Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:03.902Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:03.902Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:03.903Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826363902,
  "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-26T10:26:04.903Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2847e51f-2094-49e6-8876-0fd3dcb09d2d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-26T10:26:04.904Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:04.904Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:04.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:04.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2847e51f-2094-49e6-8876-0fd3dcb09d2d 96
2023-03-26T10:26:04.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:04.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:04.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:04.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:04.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:05.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826364999,
  "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-26T10:26:06.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 50921173-c5ef-499b-aa63-6643a1dd79a7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-26T10:26:06.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:06.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:06.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:06.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 50921173-c5ef-499b-aa63-6643a1dd79a7 20206
2023-03-26T10:26:06.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:06.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:06.106Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:06.106Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:06.106Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:06.106Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826366105,
  "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-26T10:26:07.114Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T10:26:07.114Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 40221ad9-0338-42d9-8be1-96ff349cc697 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-26T10:26:07.134Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d0b1c62, org.onap.sdc.toscaparser.api.parameters.Input@15bc8811, org.onap.sdc.toscaparser.api.parameters.Input@25ff5244, org.onap.sdc.toscaparser.api.parameters.Input@7ce8be97, org.onap.sdc.toscaparser.api.parameters.Input@59a54564]
2023-03-26T10:26:07.135Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.135Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:07.136Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-03-26T10:26:07.136Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e1b69814-48a4-4a79-af2e-265f4a447a45
2023-03-26T10:26:07.136Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1b69814-48a4-4a79-af2e-265f4a447a45 matches Tosca VF Customization UUID: e1b69814-48a4-4a79-af2e-265f4a447a45
2023-03-26T10:26:07.136Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e1b69814-48a4-4a79-af2e-265f4a447a45  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-26T10:26:07.140Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.140Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:07.140Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e1b69814-48a4-4a79-af2e-265f4a447a45: {\"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-26T10:26:07.141Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e3fbc00
2023-03-26T10:26:07.141Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.141Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:07.141Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ff95b65-3a09-4b83-aaa8-cb60dff1804d
2023-03-26T10:26:07.141Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ff95b65-3a09-4b83-aaa8-cb60dff1804d
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-26T10:26:07.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:07.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:07.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:07.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:07.146Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.146Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:26:07.146Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e1b69814-48a4-4a79-af2e-265f4a447a45
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:26:07.149Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.149Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:07.149Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 580d5491-56cd-452a-9807-900eb944bf8f: basic_cnf_macro
2023-03-26T10:26:07.149Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:07.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:07.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 40221ad9-0338-42d9-8be1-96ff349cc697 2 ASDC deployResourceStructure
2023-03-26T10:26:07.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:07.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:07.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:26:07.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:07.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:07.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826367233,
  "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-26T10:26:08.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:08.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:08.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:26:08.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:08.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:08.235Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826368234,
  "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-26T10:26:09.235Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:09.236Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:09.236Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:26:09.236Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:09.236Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:09.237Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826369235,
  "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-26T10:26:10.238Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:10.238Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:10.238Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:26:10.238Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:10.239Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:10.239Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826370238,
  "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-26T10:26:11.240Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:11.240Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:11.240Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:26:11.240Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:11.240Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:11.240Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826371240,
  "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-26T10:26:12.241Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:12.241Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||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-26T10:26:12.241Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:26:12.241Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:12.241Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:12.242Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826372241,
  "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-26T10:26:13.242Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:26:13.268Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:26:13.273Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:26:13.274Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:26:13.274Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:26:13.274Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:26:13.274Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:26:13.274Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:26:13.274Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:26:13.274Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:26:13.274Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:13.286Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:26:43.286Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T10:26:43.296Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T10:26:43.296Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T10:26:43.297Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T10:26:43.303Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:26:43.320Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T10:26:43.321Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T10:26:43.328Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:26:43.493Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T10:26:43.494Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:26:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[229512], x-aai-txid=[2-aai-resources-230326-10:26:42:995-5725], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:26:43.494Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:26:43.495Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:26:43.495Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:43.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:26:43.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:26:43.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:26:43.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:43.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:43.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826403509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:26:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:26:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version143: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version144: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T10:26:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:26:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:26:43.684Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=73, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:26:43.684Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 73: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:26:43.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=73, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:26:43.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:26:43.702Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:26:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:26:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:26:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:26:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2033, 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-26T10:26:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:26:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:26:44.533Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.533Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:26:44.533Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:26:44.534Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:44.534Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:44.534Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:26:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826304780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:26:44.720Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.721Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826314157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826315930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T10:26:44.722Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826316931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826348141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:26:44.723Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826359599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826361684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826362793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826363902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826364999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826366105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826367233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826368234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-26T10:26:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826369235,
  "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-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826370238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826371240,
  "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-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826372241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826403509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:26:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:26:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:26:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:26:45.534Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:26:45.534Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:45.534Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:45.534Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:26:46.535Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:26:46.536Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:46.536Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:46.536Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:26:47.537Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:26:47.537Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:47.537Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:47.537Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:26:48.539Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:26:48.539Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:48.539Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:48.539Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:26:49.540Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:26:49.540Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:49.540Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:49.540Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:26:50.542Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:26:50.542Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:50.542Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:50.542Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:26:51.543Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:26:51.543Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:51.543Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:51.544Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:26:52.545Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:26:52.545Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:26:52.545Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T10:26:52.545Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:26:52.545Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T10:26:52.614Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:26:52.615Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:26:52.615Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:26:52.615Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T10:26:52.615Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:52.615Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:26:52.961Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:52.963Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 82992
2023-03-26T10:26:52.963Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:52.964Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:52.964Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:52.964Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:52.964Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:52.964Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826412963,
  "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-26T10:26:53.965Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:26:53.966Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:26:53.966Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:26:53.970Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-26T10:26:53.970Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:26:53.970Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:26:54.082Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3535741242061474354/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-26T10:26:54.876Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:26:54.877Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:26:54.878Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:54.879Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.880Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:54.880Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.880Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:54.880Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:54.880Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:54.880Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8fb0891b-e4e9-4be3-a231-e17add11d596
Model Version:NULL
Model InvariantUuid:ee4a4073-651d-4e5a-957d-5adc019dd745
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:29b64ba6-f1f9-42a7-9547-a4ba523c05dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:601fbace-2d49-482c-81e4-2d5a1884fa0a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9dae41bd-726b-4d33-a113-a122eced9c61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54726974-3343-41d4-925b-ed5122cdb50b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d9454997-40ba-4fa3-be77-a510de2099ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
ModelInvariantUuid:e901cbe6-0e38-4fb9-a095-e60e71ce7278
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2386bcae-20bd-444e-a4b3-80e1c3c8422d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9e0d6de2-9aad-4d2e-b57c-9c2cd79e7e28
ModelInvariantUuid:1d3216c2-28dd-4c74-8f84-19de4b3a7dde
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:be253bef-fa3d-479e-baab-512c5c1e2b66
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-26T10:26:54.906Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:26:54.911Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2023-03-26T10:26:54.912Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257
2023-03-26T10:26:54.912Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 235c8ecd-30f1-451f-9ff7-1f80e8b4bc75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-26T10:26:54.912Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:54.912Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:55.010Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:55.010Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 235c8ecd-30f1-451f-9ff7-1f80e8b4bc75 792
2023-03-26T10:26:55.010Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:55.010Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:55.010Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:55.010Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:55.010Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:55.010Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826415010,
  "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-26T10:26:56.011Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "54726974-3343-41d4-925b-ed5122cdb50b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9454997-40ba-4fa3-be77-a510de2099ed",
    "vfModuleModelCustomizationUUID": "9388b617-e3ef-4bce-92eb-5ab678e7a8f7",
    "isBase": true,
    "artifacts": [
      "b7de7c7a-8dad-4f74-afd5-399552205724",
      "f78c6317-95dc-42e0-b4e4-40e715260692"
    ],
    "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-26T10:26:56.026Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9454997-40ba-4fa3-be77-a510de2099ed
VfModuleModelInvariantUUID:54726974-3343-41d4-925b-ed5122cdb50b
VfModuleModelDescription:NULL
Artifacts UUID List:{
b7de7c7a-8dad-4f74-afd5-399552205724
,
f78c6317-95dc-42e0-b4e4-40e715260692

}
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-26T10:26:56.029Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "54726974-3343-41d4-925b-ed5122cdb50b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9454997-40ba-4fa3-be77-a510de2099ed",
    "vfModuleModelCustomizationUUID": "9388b617-e3ef-4bce-92eb-5ab678e7a8f7",
    "isBase": true,
    "artifacts": [
      "b7de7c7a-8dad-4f74-afd5-399552205724",
      "f78c6317-95dc-42e0-b4e4-40e715260692"
    ],
    "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-26T10:26:56.029Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9454997-40ba-4fa3-be77-a510de2099ed
VfModuleModelInvariantUUID:54726974-3343-41d4-925b-ed5122cdb50b
VfModuleModelDescription:NULL
Artifacts UUID List:{
b7de7c7a-8dad-4f74-afd5-399552205724
,
f78c6317-95dc-42e0-b4e4-40e715260692

}
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-26T10:26:56.029Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7de7c7a-8dad-4f74-afd5-399552205724 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-26T10:26:56.029Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:56.029Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:56.131Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:56.132Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b7de7c7a-8dad-4f74-afd5-399552205724 5033
2023-03-26T10:26:56.132Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:56.132Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:56.132Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:56.132Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:56.132Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:56.133Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826416132,
  "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-26T10:26:57.133Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f78c6317-95dc-42e0-b4e4-40e715260692 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-26T10:26:57.134Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:26:57.134Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:57.236Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:26:57.237Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f78c6317-95dc-42e0-b4e4-40e715260692 903
2023-03-26T10:26:57.237Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:57.237Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:57.237Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:26:57.237Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:57.237Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:57.237Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826417237,
  "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-26T10:26:58.238Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T10:26:58.239Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 35470b06-ab91-49c5-bdb6-b38cd5a3e257 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-26T10:26:58.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@130a70ea, org.onap.sdc.toscaparser.api.parameters.Input@4aab014a, org.onap.sdc.toscaparser.api.parameters.Input@4f5219c2, org.onap.sdc.toscaparser.api.parameters.Input@5d1563f0, org.onap.sdc.toscaparser.api.parameters.Input@1dd8c598]
2023-03-26T10:26:58.274Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.274Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:58.274Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-03-26T10:26:58.274Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9dae41bd-726b-4d33-a113-a122eced9c61
2023-03-26T10:26:58.274Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9dae41bd-726b-4d33-a113-a122eced9c61 matches Tosca VF Customization UUID: 9dae41bd-726b-4d33-a113-a122eced9c61
2023-03-26T10:26:58.274Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9dae41bd-726b-4d33-a113-a122eced9c61  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-26T10:26:58.280Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.280Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:58.281Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9dae41bd-726b-4d33-a113-a122eced9c61: {\"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-26T10:26:58.281Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26d44118
2023-03-26T10:26:58.281Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.281Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:26:58.282Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9388b617-e3ef-4bce-92eb-5ab678e7a8f7
2023-03-26T10:26:58.282Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9388b617-e3ef-4bce-92eb-5ab678e7a8f7
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-26T10:26:58.286Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.287Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:58.287Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:58.287Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.287Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:58.287Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:58.287Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.287Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T10:26:58.288Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T10:26:58.288Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T10:26:58.288Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
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-26T10:26:58.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:58.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:26:58.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.293Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:26:58.293Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9dae41bd-726b-4d33-a113-a122eced9c61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:26:58.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:58.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8fb0891b-e4e9-4be3-a231-e17add11d596: basic_vm_macro
2023-03-26T10:26:58.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:58.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:58.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:58.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:58.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:26:58.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:26:58.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:58.481Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 35470b06-ab91-49c5-bdb6-b38cd5a3e257 1 ASDC deployResourceStructure
2023-03-26T10:26:58.481Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:58.481Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:58.481Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:26:58.481Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:58.482Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:58.482Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826418481,
  "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-26T10:26:59.482Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:59.482Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:26:59.483Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:26:59.483Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:26:59.483Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:26:59.483Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826419482,
  "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-26T10:27:00.483Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:27:00.484Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:27:00.484Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:27:00.484Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:00.484Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:00.484Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826420483,
  "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-26T10:27:01.485Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:27:01.485Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:27:01.485Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T10:27:01.485Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:01.485Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:01.485Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826421485,
  "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-26T10:27:02.486Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:27:02.505Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:27:02.509Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:27:02.510Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:27:02.510Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:27:02.510Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:27:02.510Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:27:02.510Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:27:02.510Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:27:02.510Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:27:02.511Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:27:02.523Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:27:32.523Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T10:27:32.534Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T10:27:32.534Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T10:27:32.535Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T10:27:32.540Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:27:32.556Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T10:27:32.557Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[902d3890-4a24-4b64-b7de-cd965299dde9], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T10:27:32.563Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:27:32.716Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:27:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[217136], x-aai-txid=[0-aai-resources-230326-10:27:32:230-15642], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:27:32.716Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:27:32.717Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T10:27:32.717Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:27:32.717Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:27:32.729Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:27:32.729Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:27:32.729Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:27:32.729Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:32.730Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:32.730Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826452729,
  "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-26T10:27:33.756Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:27:33.757Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:27:33.757Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:33.757Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:33.757Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:33.757Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:27:34.758Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:34.758Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:34.759Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:34.759Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:27:35.759Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:35.760Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:35.760Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:35.760Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:27:36.761Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:36.761Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:36.762Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:36.762Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:27:37.763Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:37.763Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:37.763Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:37.763Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:27:38.764Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:38.764Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:38.764Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:38.764Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:27:39.765Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:39.765Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:39.766Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:39.766Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:27:40.767Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:40.768Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:40.768Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:40.768Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "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-26T10:27:41.769Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:27:41.769Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:41.769Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:41.769Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:27:42.770Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:27:42.771Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:27:42.771Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T10:27:42.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:27:42.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T10:27:42.822Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:27:42.823Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:27:42.823Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:27:42.824Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T10:27:42.824Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:27:42.824Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:27:42.855Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:27:42.856Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@34766475
2023-03-26T10:27:42.856Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:27:42.857Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:27:42.857Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:27:42.857Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:27:42.857Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:27:42.858Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:27:42.858Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:42.858Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:42.858Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826462857,
  "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-26T10:27:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:27:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:27:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:27:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:27:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:27:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826412963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:27:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826415010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:27:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826416132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:27:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826417237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:27:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826418481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-26T10:27:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826419482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-26T10:27:43.672Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.672Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.672Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826420483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-26T10:27:43.672Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.672Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.673Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826421485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T10:27:43.673Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.673Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.673Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826452729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:27:43.673Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.675Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.675Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.675Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.675Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.675Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.676Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.676Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.676Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.676Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.676Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.676Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.676Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.677Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.677Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.677Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.677Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.677Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:27:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679825688555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:27:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T10:27:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826462857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:27:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:27:43.860Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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:4049ebcf-09de-471c-9225-779119432cf4)
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-26T10:27:43.881Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:27:43.881Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:27:43.886Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||test-pnf 0
2023-03-26T10:27:43.886Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
2023-03-26T10:27:43.886Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||No resources found for Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:27:43.887Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:27:43.887Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6f78e478-d778-4e04-9d3c-448a8119208f 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-26T10:27:43.894Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:27:43.928Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:27:43.938Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 6f78e478-d778-4e04-9d3c-448a8119208f 0 ASDC deployResourceStructure
2023-03-26T10:27:43.939Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:27:43.939Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:27:43.939Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:27:43.940Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:27:43.940Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:27:43.940Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:27:43.940Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826463939,
  "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-26T10:27:44.941Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:27:44.964Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T10:27:44.968Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:27:44.983Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:28:14.984Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T10:28:14.993Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:28:14.994Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T10:28:14.994Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T10:28:15.001Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:28:15.014Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T10:28:15.014Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97447855-6cd3-4490-b356-876071cbe332], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T10:28:15.021Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T10:28:15.162Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:28:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[299168], x-aai-txid=[2-aai-resources-230326-10:28:14:687-65796], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:28:15.163Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:28:15.164Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T10:28:15.164Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:28:15.164Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:28:15.177Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:28:15.177Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T10:28:15.177Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:28:15.177Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:15.177Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:15.177Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826495177,
  "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-26T10:28:16.201Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T10:28:16.202Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T10:28:16.202Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T10:28:16.203Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 134753 due to node 0 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-26T10:28:16.203Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T10:28:16.203Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:16.204Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:16.204Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:16.204Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:28:16.208Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-881c52d9-3792-4f49-bb54-c95ec08d363d
2023-03-26T10:28:16.208Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:16.208Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:16.208Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:28:17.083Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:20.092Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:23.100Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:26.109Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:29.118Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:32.127Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:35.136Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:38.145Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:41.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:28:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:43.675Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:28:43.676Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:28:43.683Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:28:43.683Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-881c52d9-3792-4f49-bb54-c95ec08d363d', protocol='range'}
2023-03-26T10:28:43.687Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:28:43.687Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:28:43.687Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:28:43.687Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:28:43.687Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:28:43.687Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:28:43.688Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 74: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-881c52d9-3792-4f49-bb54-c95ec08d363d=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-26T10:28:43.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-881c52d9-3792-4f49-bb54-c95ec08d363d', protocol='range'}
2023-03-26T10:28:43.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:43.705Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:28:43.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:43.705Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:28:43.705Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:28:43.709Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:28:43.710Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:28:43.710Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:28:43.710Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2096, 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-26T10:28:43.710Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:28:43.710Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:28:43.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:28:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T10:28:43.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:28:43.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:28:43.772Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:28:43.772Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:43.772Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:43.772Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:44.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:28:44.725Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826463939,
  "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-26T10:28:44.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:28:44.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:28:44.725Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826495177,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T10:28:44.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:28:44.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:28:44.725Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:28:44.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:28:44.773Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:28:44.774Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:44.774Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:44.775Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:45.775Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:28:45.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:45.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:45.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:46.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:28:46.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:46.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:46.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:47.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:28:47.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:47.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:47.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:48.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:28:48.779Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:48.779Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:48.779Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:49.779Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:28:49.780Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:49.780Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:49.780Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:50.781Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:28:50.781Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:28:50.781Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T10:28:50.781Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:28:50.781Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T10:28:50.821Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:28:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:28:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:28:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:28:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:28:50.822Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:28:50.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:28:50.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d0684de
2023-03-26T10:28:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:28:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:28:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:28:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T10:28:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T10:28:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:28:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826530850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:51.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T10:28:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:28:51.873Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:28:51.878Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T10:28:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T10:28:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:28:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:28:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:28:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:28:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@332da852
2023-03-26T10:28:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:28:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:28:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:28:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T10:28:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T10:28:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:28:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:28:51.900Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:28:51.900Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826531899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:28:52.900Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T10:28:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:28:52.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:28:52.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:28:52.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:29:22.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:29:22.950Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:29:22.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:29:22.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:29:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:29:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:29:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:29:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:29:52.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:29:52.980Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:29:52.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:29:52.985Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:30:22.985Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:30:23.007Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:30:23.011Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:30:23.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:30:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:30:43.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:30:43.661Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:30:43.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:30:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:30:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:30:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:30:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826530850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:30:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:30:43.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:30:43.663Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826531899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:30:43.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:30:53.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:30:53.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:30:53.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:30:53.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:31:23.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:31:23.055Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:31:23.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:31:23.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:31:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:31:53.060Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:31:53.088Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:31:53.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:31:53.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:32:23.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:32:23.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:32:23.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:32:23.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:32:43.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:32:53.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:32:53.150Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:32:53.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:32:53.155Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:33:23.156Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:33:23.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:33:23.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:33:23.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:33:43.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:33:43.858Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:33:43.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-881c52d9-3792-4f49-bb54-c95ec08d363d 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-26T10:33:43.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T10:33:43.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T10:33:44.248Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:33:44.261Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:33:44.262Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:33:44.267Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=75, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:33:44.267Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 75: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:33:44.281Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=75, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:33:44.282Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:33:44.282Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:33:44.285Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:33:44.286Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:33:44.286Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:33:44.286Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2107, 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-26T10:33:44.286Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:33:44.286Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:33:53.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T10:33:53.188Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T10:33:53.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T10:33:53.196Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T10:33:53.196Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T10:33:53.201Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:33:53.215Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T10:33:53.216Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T10:33:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T10:33:53.362Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T10:33:53.362Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:33:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-10:33:52:890-49369], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:33:53.363Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:33:53.363Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:33:53.363Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:33:53.374Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:33:53.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T10:33:53.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T10:33:53.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:33:53.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:33:53.375Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826833375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:33:53.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:33:53.394Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826833375,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T10:33:53.394Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T10:33:54.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:33:54.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:33:54.405Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:33:54.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:33:54.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:33:54.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:33:55.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:33:55.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:33:55.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:33:55.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:33:56.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:33:56.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:33:56.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:33:56.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:33:57.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:33:57.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:33:57.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:33:57.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:33:58.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:33:58.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:33:58.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:33:58.411Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:33:59.411Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:33:59.411Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:33:59.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:33:59.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:00.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:34:00.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:00.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:00.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:01.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:34:01.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:34:01.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T10:34:01.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:34:01.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T10:34:01.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:34:01.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:34:01.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:34:01.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:01.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:34:01.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:01.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:34:01.817Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T10:34:01.817Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:34:01.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:01.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:34:01.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:01.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:01.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826841817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:02.819Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:34:02.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:34:02.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:02.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T10:34:02.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:02.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:02.932Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4241365888837692571/Definitions/service-Vfw20230326064333-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-26T10:34:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:34:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:34:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:34:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.410Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||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-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:34:04.411Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:34:04.412Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:34:04.413Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T10:34:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T10:34:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:34:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T10:34:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:34:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826844459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:05.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:34:05.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T10:34:05.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:34:05.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:05.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:05.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826845460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:06.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:34:06.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:34:06.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:34:06.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:34:06.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:34:06.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:34:06.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:34:06.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:34:06.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:34:06.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:34:06.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:34:06.506Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:34:36.507Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T10:34:36.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T10:34:36.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T10:34:36.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T10:34:36.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:34:36.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T10:34:36.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T10:34:36.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:34:36.697Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T10:34:36.697Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:34:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-10:34:36:218-98022], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:34:36.697Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:34:36.698Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:34:36.698Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:34:36.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:34:36.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:34:36.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:34:36.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:36.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:36.706Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826876706,
  "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-26T10:34:37.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:34:37.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:34:37.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:34:37.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:37.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:37.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:38.730Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:34:38.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:38.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:38.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:39.731Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:34:39.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:39.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:39.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:40.732Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:34:40.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:40.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:40.733Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:41.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:34:41.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:41.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:41.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:42.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:34:42.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:42.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:42.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:34:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826841817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826844459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826845460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826876706,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:34:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:34:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:34:43.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:34:43.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:43.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:43.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:44.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:34:44.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:34:44.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T10:34:44.738Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:34:44.738Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T10:34:44.786Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:34:44.787Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:34:44.787Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:34:44.787Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:44.787Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:34:44.787Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:45.468Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:34:45.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T10:34:45.473Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:34:45.473Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:45.473Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:34:45.473Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:45.474Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:45.474Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826885473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:46.474Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:34:46.475Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:34:46.475Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:46.475Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T10:34:46.476Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:46.476Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:46.591Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1283070472203504277/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||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-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.085Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:48.086Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:34:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:34:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:34:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:34:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:34:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T10:34:48.142Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T10:34:48.142Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:34:48.142Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T10:34:48.143Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:34:48.143Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:48.143Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:48.143Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826888142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:49.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:34:49.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T10:34:49.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:34:49.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:34:49.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:34:49.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826889144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:34:50.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:34:50.172Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:34:50.177Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:34:50.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:35:20.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T10:35:20.205Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T10:35:20.205Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T10:35:20.206Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T10:35:20.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:35:20.231Z|694f97ae-3204-4194-9f4d-532011130c78|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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T10:35:20.231Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T10:35:20.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:35:20.370Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T10:35:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:35:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-10:35:19:903-72410], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:35:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:35:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:35:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:35:20.380Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:35:20.381Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:35:20.381Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:35:20.381Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:20.381Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:20.381Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826920381,
  "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-26T10:35:21.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:35:21.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:35:21.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:35:21.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:21.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:21.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:35:22.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:35:22.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:22.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:22.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:35:23.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:35:23.417Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:35:23.417Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T10:35:23.418Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T10:35:23.418Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T10:35:23.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:35:23.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:35:23.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:35:23.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T10:35:23.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:35:23.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:23.489Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:35:23.490Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30e6a613
2023-03-26T10:35:23.490Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:35:23.490Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:23.490Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:35:23.491Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:23.491Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:23.491Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:35:23.491Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:23.491Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:23.491Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826923491,
  "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-26T10:35:24.493Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T10:35:24.538Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T10:35:24.538Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:24.538Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T10:35:24.538Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:35:24.538Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:24.539Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:24.539Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826924538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:35:25.540Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:25.540Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T10:35:25.540Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:35:25.540Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:25.540Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:25.541Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826925540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:35:26.542Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:35:26.562Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:35:26.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:26.579Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:35:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:35:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:35:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:35:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:35:56.580Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T10:35:56.595Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T10:35:56.596Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T10:35:56.596Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T10:35:56.603Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:35:56.623Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T10:35:56.623Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2fe0b3a-a23d-44f1-9f8c-8700d3dfd173], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T10:35:56.631Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:35:56.784Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:35:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-10:35:56:298-38981], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:35:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:35:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T10:35:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:35:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:56.795Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:35:56.795Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:35:56.795Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:35:56.795Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:56.795Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:56.795Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826956795,
  "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-26T10:35:57.822Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:35:57.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:35:57.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:35:57.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:57.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:57.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:35:58.824Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:35:58.825Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:58.825Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:58.825Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:35:59.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:35:59.827Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:35:59.827Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:35:59.827Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:00.828Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:00.829Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:00.829Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:00.829Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:01.830Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:01.830Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:01.830Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:01.831Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:02.832Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:02.832Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:02.833Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:02.833Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:03.834Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:03.834Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:03.835Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:03.835Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:04.836Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:04.836Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:04.836Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:04.836Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:05.837Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:36:05.838Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:36:05.838Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T10:36:05.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:36:05.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T10:36:05.887Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:36:05.887Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:36:05.887Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:36:05.888Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:05.888Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:36:05.888Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:06.164Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:36:06.166Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T10:36:06.166Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:36:06.167Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:06.167Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:36:06.167Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:06.167Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:06.167Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826966166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:07.168Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:36:07.169Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:36:07.170Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.170Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.171Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.171Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.267Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1503964078007166567/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T10:36:07.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:36:07.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:36:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:36:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:36:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:36:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T10:36:07.874Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T10:36:07.875Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:36:07.875Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T10:36:07.875Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:36:07.875Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:07.875Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:07.875Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826967875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:08.876Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:36:08.876Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T10:36:08.876Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:36:08.876Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:08.876Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:08.876Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826968876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:09.877Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:36:09.900Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:36:09.904Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:36:09.904Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:36:09.905Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:36:09.905Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:36:09.905Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:36:09.905Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:36:09.905Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:36:09.905Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:36:09.905Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:36:09.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:36:39.918Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T10:36:39.930Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T10:36:39.930Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T10:36:39.931Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T10:36:39.937Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:36:39.954Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T10:36:39.954Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T10:36:39.961Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:36:40.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T10:36:40.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:36:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-10:36:39:628-32399], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:36:40.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:36:40.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:36:40.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:36:40.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:36:40.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:36:40.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:36:40.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:40.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:40.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827000123,
  "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-26T10:36:41.147Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:36:41.147Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:36:41.147Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:41.147Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:41.147Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:41.148Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:36:42.148Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:42.149Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:42.149Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:42.149Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:36:43.149Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:43.150Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:43.150Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:43.150Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:36:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826885473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:36:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826888142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T10:36:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826889144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T10:36:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826920381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:36:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:36:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:36:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826923491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:36:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826924538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T10:36:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:36:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826925540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T10:36:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:36:44.151Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:44.151Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:44.151Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:44.151Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:36:45.152Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:45.153Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:45.153Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:45.153Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:36:46.153Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:46.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:46.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:46.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:36:47.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:36:47.155Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:47.155Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:47.155Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:48.156Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:36:48.156Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:36:48.156Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T10:36:48.156Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:36:48.157Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T10:36:48.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:36:48.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:36:48.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:36:48.210Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T10:36:48.210Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:36:48.210Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:36:48.247Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:36:48.247Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7adf1912
2023-03-26T10:36:48.248Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:36:48.248Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:36:48.248Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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 c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:36:48.248Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:36:48.248Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:36:48.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:36:48.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:48.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:48.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827008248,
  "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-26T10:36:49.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T10:36:49.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T10:36:49.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:36:49.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T10:36:49.298Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:36:49.299Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:49.299Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:49.299Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827009298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:50.299Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:36:50.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T10:36:50.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:36:50.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:36:50.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:36:50.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827010299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:36:51.301Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:36:51.325Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:36:51.328Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:36:51.329Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:36:51.329Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:36:51.329Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:36:51.329Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:36:51.329Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:36:51.329Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:36:51.329Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:36:51.329Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:36:51.341Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:37:21.341Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T10:37:21.354Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T10:37:21.354Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T10:37:21.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T10:37:21.362Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:37:21.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T10:37:21.376Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T10:37:21.381Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:37:21.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T10:37:21.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:37:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-10:37:21:049-85153], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:37:21.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:37:21.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:37:21.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:37:21.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:37:21.536Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:37:21.536Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:37:21.536Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:21.536Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:21.536Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827041536,
  "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-26T10:37:22.568Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:37:22.568Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:37:22.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:37:22.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:22.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:22.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:23.570Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:37:23.571Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:23.571Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:23.571Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:24.572Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:37:24.572Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:24.572Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:24.572Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:25.574Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:37:25.574Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:25.574Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:25.574Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:26.575Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:37:26.576Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:26.576Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:26.576Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:27.577Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:37:27.578Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:27.578Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:27.578Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:28.578Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:37:28.579Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:28.579Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:28.579Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:29.580Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:37:29.580Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:29.580Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:29.580Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:30.581Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:37:30.581Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:37:30.581Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T10:37:30.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:37:30.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T10:37:30.632Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:37:30.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:37:30.633Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:37:30.634Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:30.634Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:37:30.634Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:30.940Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:37:30.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T10:37:30.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:37:30.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:30.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:37:30.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:30.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:30.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827050943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:31.945Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:37:31.946Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:37:31.946Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:31.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:31.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:31.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.032Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14530544336539789531/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T10:37:32.610Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:37:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:37:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:37:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T10:37:32.657Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T10:37:32.657Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:37:32.658Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T10:37:32.658Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:37:32.658Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:32.658Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:32.658Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827052657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:33.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:37:33.659Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T10:37:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:37:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:37:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:37:33.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827053659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:34.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:37:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:37:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:37:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:37:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:37:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:37:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:37:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:37:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:37:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:37:34.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:37:34.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:37:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:37:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826956795,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:37:43.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826966166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826967875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826968876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827000123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:37:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:04.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T10:38:04.716Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T10:38:04.716Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T10:38:04.717Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T10:38:04.726Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:38:04.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T10:38:04.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[948d9595-84dc-43ba-bd67-87b5cbb44246], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T10:38:04.745Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:38:04.906Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:38:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-10:38:04:412-36834], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:38:04.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:38:04.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T10:38:04.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:38:04.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:38:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:38:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:38:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:38:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:04.915Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827084914,
  "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-26T10:38:05.940Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:38:05.940Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:38:05.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:05.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:05.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:05.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:06.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:06.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:06.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:06.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:07.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:07.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:07.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:07.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:08.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:08.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:08.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:08.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:09.945Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:09.945Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:09.945Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:09.945Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:10.946Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:10.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:10.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:10.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:11.948Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:11.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:11.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:11.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:12.950Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:12.950Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:12.950Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:12.950Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:13.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:38:13.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:38:13.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T10:38:13.952Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:38:13.952Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T10:38:14.000Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:38:14.001Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:38:14.001Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:38:14.001Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:14.001Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:38:14.002Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:14.324Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:38:14.327Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T10:38:14.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:38:14.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:14.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:38:14.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:14.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:14.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827094328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:15.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:38:15.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:38:15.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.331Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.331Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.408Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14502384875060273107/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:38:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:38:15.999Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:38:15.999Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:38:15.999Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:38:15.999Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T10:38:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T10:38:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:38:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T10:38:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:38:16.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:16.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:16.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827096038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:17.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:38:17.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T10:38:17.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:38:17.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:17.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:17.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827097039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:18.041Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:38:18.068Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:38:18.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:38:18.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:38:18.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:38:18.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:38:18.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:38:18.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:38:18.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:38:18.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:38:18.074Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:38:18.087Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:38:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827008248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:38:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827009298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T10:38:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827010299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T10:38:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827041536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:38:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827050943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:38:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827052657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T10:38:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:38:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827053659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T10:38:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:38:48.087Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T10:38:48.099Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T10:38:48.099Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T10:38:48.099Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T10:38:48.106Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:38:48.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T10:38:48.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ccc2589a-353c-460c-a1df-0384b07ce77c], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T10:38:48.127Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:38:48.263Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:38:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[278688], x-aai-txid=[1-aai-resources-230326-10:38:47:797-96918], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:38:48.263Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:38:48.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T10:38:48.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:38:48.264Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:38:48.274Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:38:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:38:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:38:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827128275,
  "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-26T10:38:49.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:38:49.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:38:49.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:49.302Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:49.302Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:49.302Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:50.302Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:50.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:50.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:50.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:51.304Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:51.304Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:51.304Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:51.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:52.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:52.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:52.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:52.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:53.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:53.307Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:53.307Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:53.307Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:54.308Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:54.308Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:54.308Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:54.308Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:55.309Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:55.309Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:55.309Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:55.310Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:56.310Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:56.311Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:56.311Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:56.311Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:57.311Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:57.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:57.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:57.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:38:58.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:38:58.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:58.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:58.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:38:59.314Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:38:59.314Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:38:59.315Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T10:38:59.315Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:38:59.315Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T10:38:59.367Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:38:59.368Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:38:59.368Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:38:59.368Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T10:38:59.369Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:38:59.369Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:38:59.730Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:38:59.735Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T10:38:59.735Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:38:59.735Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:38:59.735Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:38:59.735Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:38:59.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:38:59.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827139735,
  "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-26T10:39:00.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:39:00.737Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:39:00.737Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:39:00.738Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T10:39:00.739Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:39:00.739Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:39:00.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14876317402454244079/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T10:39:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:39:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:39:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:39:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T10:39:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.669Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T10:39:01.670Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.671Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T10:39:01.718Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T10:39:01.718Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:01.718Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T10:39:01.718Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:39:01.718Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:01.718Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:01.718Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827141718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:39:02.719Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:02.719Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T10:39:02.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:39:02.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:02.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:02.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827142719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:39:03.721Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:39:03.747Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:39:03.751Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:39:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:39:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:39:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:39:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:39:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:39:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:39:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:39:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:03.768Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:39:33.768Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T10:39:33.777Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T10:39:33.777Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T10:39:33.778Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T10:39:33.786Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:39:33.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T10:39:33.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f9cf211-3851-4876-952e-ce50a86e7d9e], X-ECOMP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-TransactionId=[], X-ONAP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], Content-Type=[application/merge-patch+json]}
2023-03-26T10:39:33.808Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:39:33.957Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:39:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[229512], x-aai-txid=[2-aai-resources-230326-10:39:33:475-50775], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:39:33.957Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:39:33.958Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T10:39:33.959Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:39:33.959Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:33.967Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:39:33.968Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:39:33.968Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:39:33.968Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:33.968Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:33.968Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827173968,
  "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-26T10:39:34.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:39:34.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:39:34.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:39:34.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:34.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:34.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:39:36.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:39:36.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:36.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:36.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:39:37.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:39:37.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:37.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:37.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:39:38.002Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:39:38.003Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:38.003Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:38.003Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:39:39.004Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:39:39.004Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:39.004Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:39.004Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:39:40.005Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:39:40.005Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:40.005Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:40.006Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:39:41.007Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:39:41.007Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:41.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:41.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:39:42.009Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:39:42.009Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:42.009Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:42.009Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:39:43.010Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:39:43.011Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:39:43.011Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T10:39:43.011Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:39:43.011Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T10:39:43.052Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:39:43.053Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:39:43.053Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:39:43.053Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T10:39:43.053Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:39:43.053Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:39:43.378Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:39:43.379Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 82992
2023-03-26T10:39:43.379Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:39:43.379Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:39:43.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:39:43.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:43.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:43.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827183379,
  "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-26T10:39:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:39:43.660Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version146: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version147: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T10:39:43.676Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:39:43.676Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:39:43.681Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=76, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:39:43.681Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 76: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:39:43.696Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=76, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:39:43.697Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:39:43.697Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:39:43.702Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:39:43.702Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:39:43.702Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:39:43.702Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2170, 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-26T10:39:43.702Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:39:43.702Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:39:44.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:39:44.381Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:39:44.381Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:39:44.381Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-26T10:39:44.381Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:39:44.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:39:44.458Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14957082806231306116/Definitions/service-BasicVmMacro-template.yml
2023-03-26T10:39:44.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.715Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827084914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:39:44.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.715Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.717Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827094328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827096038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827097039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.718Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827128275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.719Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827139735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827141718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827142719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827173968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.724Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:39:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:39:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:39:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:39:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827183379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:39:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:39:45.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.313Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:39:45.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8fb0891b-e4e9-4be3-a231-e17add11d596
Model Version:NULL
Model InvariantUuid:ee4a4073-651d-4e5a-957d-5adc019dd745
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:29b64ba6-f1f9-42a7-9547-a4ba523c05dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:601fbace-2d49-482c-81e4-2d5a1884fa0a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9dae41bd-726b-4d33-a113-a122eced9c61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54726974-3343-41d4-925b-ed5122cdb50b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d9454997-40ba-4fa3-be77-a510de2099ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
ModelInvariantUuid:e901cbe6-0e38-4fb9-a095-e60e71ce7278
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2386bcae-20bd-444e-a4b3-80e1c3c8422d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9e0d6de2-9aad-4d2e-b57c-9c2cd79e7e28
ModelInvariantUuid:1d3216c2-28dd-4c74-8f84-19de4b3a7dde
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:be253bef-fa3d-479e-baab-512c5c1e2b66
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-26T10:39:45.352Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T10:39:45.352Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:39:45.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T10:39:45.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:39:45.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:45.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:45.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827185352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:39:46.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:39:46.354Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T10:39:46.354Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:39:46.354Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:39:46.354Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:39:46.354Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827186353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:39:47.355Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:39:47.379Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:39:47.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:39:47.395Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:40:17.396Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T10:40:17.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T10:40:17.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T10:40:17.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T10:40:17.412Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:40:17.426Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T10:40:17.426Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[399ccdc7-7ee8-46d3-a801-6c03ef8438f1], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T10:40:17.433Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:40:17.570Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:40:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[217136], x-aai-txid=[0-aai-resources-230326-10:40:17:099-66972], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:40:17.570Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:40:17.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T10:40:17.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:40:17.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:40:17.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:40:17.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:40:17.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:40:17.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:17.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:17.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827217579,
  "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-26T10:40:18.611Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:40:18.611Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:40:18.611Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:18.612Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:18.612Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:18.612Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:40:19.612Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:19.613Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:19.613Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:19.613Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:40:20.613Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:20.614Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:20.614Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:20.614Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:40:21.614Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:21.614Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:21.614Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:21.615Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:40:22.615Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:22.616Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:22.616Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:22.616Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:40:23.616Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:23.617Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:23.617Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:23.617Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:40:24.618Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:24.618Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:24.618Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:24.618Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:40:25.619Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:25.619Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:25.619Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:25.619Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "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-26T10:40:26.620Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:40:26.620Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:26.620Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:26.621Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:40:27.621Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:40:27.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:40:27.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T10:40:27.622Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:40:27.622Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T10:40:27.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:40:27.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:40:27.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:40:27.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T10:40:27.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:40:27.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:27.695Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:40:27.696Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@22081e1d
2023-03-26T10:40:27.696Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:40:27.696Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:27.697Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:40:27.697Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:27.697Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:27.697Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:40:27.698Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:27.698Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:27.698Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827227697,
  "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-26T10:40:28.699Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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:4049ebcf-09de-471c-9225-779119432cf4)
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-26T10:40:28.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:28.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:40:28.727Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||test-pnf 0
2023-03-26T10:40:28.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
2023-03-26T10:40:28.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||No resources found for Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:40:28.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:40:28.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6f78e478-d778-4e04-9d3c-448a8119208f 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-26T10:40:28.736Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:40:28.762Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:40:28.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 6f78e478-d778-4e04-9d3c-448a8119208f 0 ASDC deployResourceStructure
2023-03-26T10:40:28.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:40:28.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:28.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:28.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:40:28.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:28.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:28.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827228771,
  "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-26T10:40:29.772Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:40:29.800Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:40:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:40:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:40:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:40:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:40:29.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:40:29.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:40:29.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:40:29.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T10:40:29.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:29.820Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:40:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:40:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827185352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T10:40:43.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827186353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827217579,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.670Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679826496201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827227697,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:40:43.671Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:43.672Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:40:43.672Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827228771,
  "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-26T10:40:43.672Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:40:59.820Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T10:40:59.833Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:40:59.833Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T10:40:59.834Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T10:40:59.840Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:40:59.856Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T10:40:59.857Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[683ede99-87cd-4177-85e3-922934be85c9], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T10:40:59.863Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T10:40:59.973Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:40:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[107], vertex-id=[299168], x-aai-txid=[2-aai-resources-230326-10:40:59:531-73544], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:40:59.973Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:40:59.974Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T10:40:59.974Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:40:59.974Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:59.982Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:40:59.982Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T10:40:59.982Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:40:59.982Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:40:59.983Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:40:59.983Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827259982,
  "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-26T10:41:01.013Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T10:41:01.013Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T10:41:01.015Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T10:41:01.015Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T10:41:01.016Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 134866 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T10:41:01.016Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:01.017Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:01.017Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:01.018Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:41:01.024Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f2297836-4181-4c97-815a-76263ef0d4a0
2023-03-26T10:41:01.025Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:01.025Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:01.026Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:41:02.040Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:05.049Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:08.058Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:11.067Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:14.076Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:17.085Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:20.093Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:23.101Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:26.111Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:29.119Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:32.128Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:35.136Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:38.145Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:41.153Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:41:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:43.677Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:41:43.677Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:41:43.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f2297836-4181-4c97-815a-76263ef0d4a0', protocol='range'}
2023-03-26T10:41:43.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:41:43.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:41:43.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:41:43.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:41:43.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:41:43.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:41:43.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:41:43.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 77: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f2297836-4181-4c97-815a-76263ef0d4a0=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-26T10:41:43.707Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f2297836-4181-4c97-815a-76263ef0d4a0', protocol='range'}
2023-03-26T10:41:43.707Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:41:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:41:43.708Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:43.708Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:41:43.708Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:43.712Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:41:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:41:43.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:41:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:41:43.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T10:41:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2220, 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-26T10:41:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:41:43.713Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:41:43.795Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:41:43.795Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:41:43.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:41:43.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:43.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:43.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:44.727Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:41:44.727Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827259982,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T10:41:44.728Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:41:44.728Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:41:44.728Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:41:44.728Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:41:44.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:41:44.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:44.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:44.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:45.798Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:41:45.799Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:45.799Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:45.799Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:46.800Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:41:46.800Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:46.800Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:46.800Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:47.801Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:41:47.801Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:47.801Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:47.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:48.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:41:48.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:48.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:48.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:49.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:41:49.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:49.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:49.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:50.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:41:50.806Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:41:50.806Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T10:41:50.806Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:41:50.806Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T10:41:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:41:50.854Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:41:50.854Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:41:50.854Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:41:50.854Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:41:50.854Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:41:50.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:41:50.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@436c0bf3
2023-03-26T10:41:50.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:41:50.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:41:50.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:41:50.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T10:41:50.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T10:41:50.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:41:50.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:50.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:50.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827310907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T10:41:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:41:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:41:51.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T10:41:51.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T10:41:51.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:41:51.936Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:41:51.936Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:41:51.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:41:51.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63683265
2023-03-26T10:41:51.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:41:51.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:41:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:41:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T10:41:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T10:41:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:41:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:41:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:41:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827311954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:41:52.956Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T10:41:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:41:52.976Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:41:52.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:41:52.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:42:22.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:42:23.008Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:42:23.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:42:23.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:42:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:42:43.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:42:43.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:42:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:42:53.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:42:53.043Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:42:53.048Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:42:53.048Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:43:23.048Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:43:23.075Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:43:23.081Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:43:23.081Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:43:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:43:43.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:43:43.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:43:43.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:43:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:43:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:43:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:43:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827310907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:43:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:43:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T10:43:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827311954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:43:43.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:43:53.081Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:43:53.110Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:43:53.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:43:53.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:44:23.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:44:23.142Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:44:23.146Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:44:23.147Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:44:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:44:53.147Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:44:53.172Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:44:53.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:44:53.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:45:23.177Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:45:23.202Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:45:23.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:45:23.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:45:43.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:45:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:45:53.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:45:53.239Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:45:53.240Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:46:23.240Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:46:23.265Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:46:23.268Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:46:23.269Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:46:43.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:46:43.852Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:46:43.853Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-f2297836-4181-4c97-815a-76263ef0d4a0 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-26T10:46:43.853Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T10:46:43.853Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T10:46:44.231Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:46:44.248Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:46:44.248Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:46:44.254Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=78, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:46:44.255Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 78: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:46:44.274Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=78, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:46:44.274Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:46:44.274Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:46:44.280Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:46:44.280Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:46:44.280Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:46:44.280Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2230, 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-26T10:46:44.280Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:46:44.281Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:46:53.269Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T10:46:53.269Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T10:46:53.282Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T10:46:53.282Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T10:46:53.283Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T10:46:53.289Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:46:53.304Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T10:46:53.304Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5128913a-9337-4a07-ac48-5483b239c351], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T10:46:53.311Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T10:46:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:46:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-10:46:52:979-41047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:46:53.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:46:53.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T10:46:53.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:46:53.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:46:53.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:46:53.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T10:46:53.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T10:46:53.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:46:53.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:46:53.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827613453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:46:53.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:46:53.471Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827613453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T10:46:53.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T10:46:54.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:46:54.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:46:54.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:46:54.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:46:54.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:46:54.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:46:55.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:46:55.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:46:55.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:46:55.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:46:56.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:46:56.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:46:56.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:46:56.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:46:57.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:46:57.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:46:57.490Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:46:57.490Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:46:58.490Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:46:58.491Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:46:58.491Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:46:58.491Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:46:59.492Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:46:59.493Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:46:59.493Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:46:59.493Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:00.494Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:47:00.494Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:00.494Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:00.494Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:01.496Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:47:01.496Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:47:01.496Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T10:47:01.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:47:01.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T10:47:01.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:47:01.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:47:01.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:47:01.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:01.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:47:01.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:01.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:47:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T10:47:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:47:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:47:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:01.864Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827621863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:02.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:47:02.866Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:47:02.866Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:02.867Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T10:47:02.868Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:02.868Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:02.979Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2192371973089365496/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T10:47:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:47:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:47:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:47:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.443Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||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-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.444Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:47:04.445Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T10:47:04.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:47:04.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:47:04.448Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:04.449Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T10:47:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T10:47:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:47:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T10:47:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:47:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827624494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:05.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T10:47:05.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T10:47:05.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:47:05.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:05.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:05.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827625495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:06.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:47:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:47:06.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:47:06.539Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:47:36.539Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T10:47:36.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T10:47:36.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T10:47:36.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T10:47:36.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:47:36.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T10:47:36.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T10:47:36.585Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:47:36.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T10:47:36.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:47:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-10:47:36:250-30236], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:47:36.718Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:47:36.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:47:36.719Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:47:36.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T10:47:36.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:47:36.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:47:36.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:36.728Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:36.729Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827656728,
  "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-26T10:47:37.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:47:37.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:47:37.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:47:37.760Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:37.760Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:37.760Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:38.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:47:38.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:38.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:38.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:39.763Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:47:39.763Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:39.763Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:39.763Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:40.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:47:40.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:40.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:40.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:41.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:47:41.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:41.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:41.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:42.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:47:42.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:42.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:42.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:47:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827621863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827624494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827625495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827656728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T10:47:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:47:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:47:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:47:43.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:47:43.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:43.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:43.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:44.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:47:44.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:47:44.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T10:47:44.774Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:47:44.774Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T10:47:44.813Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:47:44.814Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:47:44.814Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:47:44.814Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:44.815Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:47:44.815Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:45.156Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:47:45.161Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T10:47:45.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:47:45.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:45.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:47:45.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:45.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:45.163Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827665162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:46.164Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:47:46.164Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:47:46.164Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:46.165Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T10:47:46.165Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:46.165Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:46.267Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1813670289171629766/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T10:47:47.838Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||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-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.839Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:47:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T10:47:47.888Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T10:47:47.888Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:47:47.889Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T10:47:47.889Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:47:47.889Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:47.889Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:47.889Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827667888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:48.890Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T10:47:48.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T10:47:48.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:47:48.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:47:48.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:47:48.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827668890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:47:49.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:47:49.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:47:49.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:47:49.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:47:49.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:47:49.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:47:49.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:47:49.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:47:49.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:47:49.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:47:49.921Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:47:49.934Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:48:19.935Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T10:48:19.943Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T10:48:19.943Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T10:48:19.944Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T10:48:19.951Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:48:19.973Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T10:48:19.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[675b5111-f75d-4c32-8201-31c685b9a881], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T10:48:19.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:48:20.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:48:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-10:48:19:649-22769], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:48:20.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:48:20.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T10:48:20.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:48:20.107Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:48:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T10:48:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:48:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:48:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827700115,
  "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-26T10:48:21.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:48:21.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:48:21.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:48:21.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:21.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:21.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:48:22.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:48:22.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:22.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:22.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:48:23.151Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:48:23.151Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:48:23.151Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T10:48:23.152Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T10:48:23.152Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T10:48:23.200Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:48:23.200Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:48:23.201Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:48:23.201Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T10:48:23.201Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:48:23.201Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:23.226Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:48:23.226Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@11a01d3b
2023-03-26T10:48:23.226Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:48:23.227Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:23.227Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:48:23.227Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:23.227Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:23.227Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:48:23.227Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:23.227Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:23.227Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827703227,
  "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-26T10:48:24.229Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T10:48:24.271Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T10:48:24.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:24.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T10:48:24.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:48:24.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:24.272Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:24.273Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827704272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:48:25.273Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:25.274Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T10:48:25.274Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:48:25.274Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:25.274Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:25.274Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827705273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:48:26.275Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:48:26.301Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:48:26.304Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:48:26.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:48:26.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:48:26.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:48:26.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:48:26.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:48:26.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:48:26.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:48:26.305Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:26.319Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:48:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:48:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:48:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:48:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:48:56.319Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T10:48:56.331Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T10:48:56.331Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T10:48:56.331Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T10:48:56.338Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:48:56.354Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T10:48:56.354Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7fe97842-c39e-4c64-9e57-566a0ba75dd6], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T10:48:56.368Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:48:56.521Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:48:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-10:48:56:036-21712], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:48:56.522Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:48:56.523Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T10:48:56.523Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:48:56.523Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:56.533Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T10:48:56.533Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:48:56.533Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:48:56.534Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:56.534Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:56.534Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827736533,
  "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-26T10:48:57.562Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:48:57.562Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:48:57.563Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:48:57.563Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:57.563Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:57.563Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:48:58.564Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:48:58.564Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:58.564Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:58.564Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:48:59.565Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:48:59.565Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:48:59.565Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:48:59.565Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:00.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:00.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:00.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:00.566Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:01.567Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:01.567Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:01.567Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:01.567Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:02.568Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:02.568Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:02.568Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:02.568Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:03.569Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:03.569Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:03.569Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:03.570Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:04.571Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:04.571Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:04.571Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:04.572Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:05.573Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:49:05.574Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:49:05.574Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T10:49:05.574Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:49:05.575Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T10:49:05.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:49:05.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:49:05.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:49:05.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:05.619Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:49:05.620Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:05.908Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:49:05.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T10:49:05.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:49:05.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:05.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:49:05.910Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:05.911Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:05.911Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827745910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:06.911Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:49:06.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:49:06.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:06.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:06.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:06.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:06.990Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5058145058691007878/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T10:49:07.654Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:49:07.654Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:49:07.654Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:07.654Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:49:07.654Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:49:07.655Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:49:07.656Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T10:49:07.704Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T10:49:07.705Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:49:07.705Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T10:49:07.705Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:49:07.705Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:07.705Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:07.705Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827747704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:08.705Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T10:49:08.706Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T10:49:08.706Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:49:08.706Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:08.706Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:08.706Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827748705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:09.707Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:49:09.733Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:49:09.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:49:09.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:49:09.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:49:09.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:49:09.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:49:09.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:49:09.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:49:09.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:49:09.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:49:09.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:49:39.756Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T10:49:39.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T10:49:39.764Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T10:49:39.765Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T10:49:39.772Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:49:39.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T10:49:39.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e346c655-7140-4555-845b-856153ae5e75], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T10:49:39.800Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:49:39.950Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:49:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-10:49:39:468-93316], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:49:39.951Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:49:39.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T10:49:39.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:49:39.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:49:39.961Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T10:49:39.961Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:49:39.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:49:39.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:39.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:39.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827779961,
  "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-26T10:49:40.992Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:49:40.992Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:49:40.992Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:40.992Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:40.992Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:40.992Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:49:41.993Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:41.993Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:41.994Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:41.994Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:49:42.994Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:42.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:42.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:42.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:49:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827665162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827667888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827668890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827700115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827703227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827704272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827705273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T10:49:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:49:43.996Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:43.997Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:43.997Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:43.997Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:49:44.999Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:45.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:45.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:45.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:49:46.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:46.002Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:46.002Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:46.002Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:49:47.004Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:49:47.005Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:47.005Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:47.005Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:48.005Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:49:48.006Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:49:48.006Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T10:49:48.006Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:49:48.006Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T10:49:48.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:49:48.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:49:48.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:49:48.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T10:49:48.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:49:48.043Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:49:48.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:49:48.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4ec01ef9
2023-03-26T10:49:48.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:49:48.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:49:48.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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 c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:49:48.080Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:49:48.080Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:49:48.080Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:49:48.080Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:48.080Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:48.080Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827788080,
  "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-26T10:49:49.081Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T10:49:49.126Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T10:49:49.126Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:49:49.126Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T10:49:49.127Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:49:49.127Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:49.127Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:49.127Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827789126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:50.128Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:49:50.128Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T10:49:50.128Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:49:50.129Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:49:50.129Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:49:50.129Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827790128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:49:51.130Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:49:51.148Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:49:51.152Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:49:51.163Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:50:21.163Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T10:50:21.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T10:50:21.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T10:50:21.177Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T10:50:21.185Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:50:21.202Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T10:50:21.203Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T10:50:21.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:50:21.360Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T10:50:21.360Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:50:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-10:50:20:877-79317], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:50:21.360Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:50:21.360Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:50:21.360Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:50:21.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T10:50:21.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:50:21.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:50:21.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:21.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:21.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827821367,
  "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-26T10:50:22.396Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:50:22.396Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:50:22.396Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:50:22.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:22.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:22.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:23.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:50:23.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:23.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:23.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:24.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:50:24.399Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:24.399Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:24.399Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:25.399Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:50:25.400Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:25.400Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:25.400Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:26.400Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:50:26.401Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:26.401Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:26.401Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:27.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:50:27.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:27.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:27.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:28.403Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:50:28.403Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:28.404Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:28.404Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:29.404Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:50:29.405Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:29.405Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:29.405Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:30.406Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:50:30.406Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:50:30.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T10:50:30.407Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:50:30.407Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T10:50:30.455Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:50:30.456Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:50:30.456Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:50:30.456Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:30.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:50:30.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:30.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:50:30.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T10:50:30.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:50:30.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:30.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:50:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827830758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:31.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:50:31.760Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:50:31.760Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:31.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:31.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:31.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:31.845Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10977081885954235942/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:32.451Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:50:32.452Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:50:32.453Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:50:32.453Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:50:32.453Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T10:50:32.495Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T10:50:32.495Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:50:32.495Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T10:50:32.495Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:50:32.495Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:32.495Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:32.495Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827832495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:33.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T10:50:33.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T10:50:33.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:50:33.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:50:33.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:50:33.497Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827833496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:34.498Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:50:34.522Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:50:34.527Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:50:34.527Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:50:34.527Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:50:34.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:50:34.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:50:34.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:50:34.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:50:34.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:50:34.528Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:50:34.542Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:50:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:50:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827736533,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:50:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:50:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827745910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:50:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827747704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T10:50:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827748705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827779961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:50:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:50:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:50:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:50:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:50:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:04.542Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T10:51:04.555Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T10:51:04.555Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T10:51:04.556Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T10:51:04.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:51:04.579Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T10:51:04.580Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57c02133-aca9-4d40-9fac-ffd1027361f7], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T10:51:04.586Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:51:04.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:51:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[270496], x-aai-txid=[1-aai-resources-230326-10:51:04:253-56211], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:51:04.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:51:04.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T10:51:04.707Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:51:04.707Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:51:04.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T10:51:04.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:51:04.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:51:04.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:04.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:04.714Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827864714,
  "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-26T10:51:05.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:51:05.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:51:05.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:05.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:05.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:05.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:06.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:06.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:06.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:06.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:07.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:07.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:07.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:07.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:08.742Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:08.743Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:08.743Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:08.743Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:09.743Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:09.744Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:09.744Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:09.744Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:10.745Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:10.745Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:10.746Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:10.746Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:11.746Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:11.747Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:11.747Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:11.747Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:12.748Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:12.748Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:12.748Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:12.749Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:13.749Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:51:13.750Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:51:13.750Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T10:51:13.750Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:51:13.750Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T10:51:13.798Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:51:13.798Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:51:13.799Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:51:13.799Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:13.799Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:51:13.799Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:14.111Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:51:14.113Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T10:51:14.114Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:51:14.114Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:14.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:51:14.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:14.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:14.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827874114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:15.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:51:15.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:51:15.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.221Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12219818004081319337/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.838Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:51:15.839Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:51:15.840Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:51:15.840Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:51:15.840Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T10:51:15.881Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T10:51:15.881Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:51:15.881Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T10:51:15.881Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:51:15.881Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:15.882Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:15.882Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827875881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:16.882Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T10:51:16.883Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T10:51:16.883Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:51:16.883Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:16.883Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:16.883Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827876882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:17.884Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:51:17.916Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:51:17.921Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:51:17.938Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:51:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:43.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827788080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827789126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827790128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827821367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:51:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827830758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827832495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T10:51:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:51:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827833496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T10:51:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:51:47.938Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T10:51:47.946Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T10:51:47.946Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T10:51:47.947Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T10:51:47.954Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:51:47.971Z|714d5c25-7f69-4080-9d25-cd072657e186|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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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-26T10:51:47.971Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T10:51:47.976Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:51:48.082Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T10:51:48.083Z|714d5c25-7f69-4080-9d25-cd072657e186|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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:51:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[101], vertex-id=[278688], x-aai-txid=[0-aai-resources-230326-10:51:47:644-13217], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:51:48.083Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:51:48.083Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:51:48.083Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:51:48.090Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T10:51:48.091Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:51:48.091Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:51:48.091Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:48.091Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:48.091Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827908091,
  "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-26T10:51:49.124Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:51:49.124Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:51:49.125Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:49.125Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:49.125Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:49.125Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:50.126Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:50.126Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:50.126Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:50.126Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:51.127Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:51.127Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:51.127Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:51.127Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:52.128Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:52.128Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:52.128Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:52.128Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:53.129Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:53.129Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:53.129Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:53.129Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:54.130Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:54.130Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:54.130Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:54.130Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:55.131Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:55.132Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:55.132Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:55.132Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:56.132Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:56.133Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:56.133Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:56.133Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:57.133Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:57.134Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:57.134Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:57.134Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:51:58.134Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:51:58.135Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:58.135Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:58.136Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:51:59.137Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:51:59.137Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:51:59.137Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T10:51:59.138Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:51:59.138Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T10:51:59.190Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:51:59.191Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:51:59.191Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:51:59.191Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T10:51:59.191Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:51:59.192Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:51:59.513Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:51:59.519Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T10:51:59.519Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:51:59.519Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:51:59.520Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:51:59.520Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:51:59.520Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:51:59.521Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827919519,
  "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-26T10:52:00.522Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:52:00.523Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:52:00.523Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:52:00.523Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T10:52:00.524Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:52:00.524Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:52:00.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6043031071140345359/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T10:52:01.507Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.508Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T10:52:01.509Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T10:52:01.510Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T10:52:01.559Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T10:52:01.559Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:01.559Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T10:52:01.559Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:52:01.560Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:01.560Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:01.560Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827921559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:52:02.561Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:02.561Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T10:52:02.561Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:52:02.561Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:02.561Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:02.561Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827922560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:52:03.562Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:52:03.592Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:52:03.596Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:52:03.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:52:03.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:52:03.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:52:03.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:52:03.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:52:03.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:52:03.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:52:03.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:03.613Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:52:33.614Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T10:52:33.622Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T10:52:33.623Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T10:52:33.623Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T10:52:33.632Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:52:33.650Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T10:52:33.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T10:52:33.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:52:33.782Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T10:52:33.783Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:52:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[229512], x-aai-txid=[0-aai-resources-230326-10:52:33:323-55175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:52:33.783Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:52:33.783Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:52:33.783Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T10:52:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:52:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:52:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:33.792Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827953791,
  "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-26T10:52:34.824Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:52:34.824Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:52:34.825Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:52:34.825Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:34.825Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:34.825Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:52:35.826Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:52:35.826Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:35.826Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:35.826Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:52:36.827Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:52:36.828Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:36.828Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:36.828Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:52:37.829Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:52:37.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:37.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:37.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:52:38.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:52:38.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:38.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:38.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:52:39.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:52:39.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:39.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:39.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:52:40.836Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:52:40.837Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:40.837Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:40.837Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:52:41.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:52:41.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:41.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:41.839Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:52:42.840Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:52:42.840Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:52:42.840Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T10:52:42.841Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:52:42.841Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T10:52:42.884Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:52:42.884Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:52:42.885Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:52:42.885Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T10:52:42.885Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:52:42.885Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:52:43.241Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-26T10:52:43.243Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 82992
2023-03-26T10:52:43.243Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:52:43.244Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:52:43.244Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T10:52:43.244Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:43.244Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:43.244Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827963243,
  "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-26T10:52:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:52:43.660Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version149: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version150: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T10:52:43.677Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:52:43.677Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:52:43.684Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=79, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:52:43.685Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 79: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:52:43.704Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=79, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:52:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:52:43.705Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:52:43.710Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:52:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:52:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:52:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2293, 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-26T10:52:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:52:43.711Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:52:44.245Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:52:44.246Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:52:44.246Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:52:44.247Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-26T10:52:44.247Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:52:44.247Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:52:44.399Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17374430836627685505/Definitions/service-BasicVmMacro-template.yml
2023-03-26T10:52:44.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827864714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:52:44.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.725Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.726Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.727Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.728Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.729Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827874114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:52:44.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827875881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T10:52:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.730Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827876882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T10:52:44.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.731Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827908091,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:52:44.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.732Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.732Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.733Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.733Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.734Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.734Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.735Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.735Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.736Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.736Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.736Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827919519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:52:44.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.737Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827921559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T10:52:44.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.737Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827922560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T10:52:44.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827953791,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:52:44.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.738Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.739Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.740Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.740Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.741Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.741Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:52:44.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.742Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:52:44.742Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:52:44.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:52:44.742Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827963243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T10:52:44.742Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-26T10:52:45.269Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T10:52:45.269Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:52:45.269Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T10:52:45.269Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-BasicVmMacro-csar.csar
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||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-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:52:45.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T10:52:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T10:52:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T10:52:45.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8fb0891b-e4e9-4be3-a231-e17add11d596
Model Version:NULL
Model InvariantUuid:ee4a4073-651d-4e5a-957d-5adc019dd745
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:29b64ba6-f1f9-42a7-9547-a4ba523c05dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:601fbace-2d49-482c-81e4-2d5a1884fa0a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9dae41bd-726b-4d33-a113-a122eced9c61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54726974-3343-41d4-925b-ed5122cdb50b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d9454997-40ba-4fa3-be77-a510de2099ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
ModelInvariantUuid:e901cbe6-0e38-4fb9-a095-e60e71ce7278
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2386bcae-20bd-444e-a4b3-80e1c3c8422d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9e0d6de2-9aad-4d2e-b57c-9c2cd79e7e28
ModelInvariantUuid:1d3216c2-28dd-4c74-8f84-19de4b3a7dde
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:be253bef-fa3d-479e-baab-512c5c1e2b66
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-26T10:52:45.322Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T10:52:45.322Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:52:45.322Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T10:52:45.322Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:52:45.322Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:45.322Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:45.323Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827965322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:52:46.323Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:52:46.323Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T10:52:46.324Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:52:46.324Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:52:46.324Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:52:46.324Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827966323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:52:47.327Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:52:47.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:52:47.357Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:52:47.357Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:52:47.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:52:47.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:52:47.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:52:47.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:52:47.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:52:47.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:52:47.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:52:47.371Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:53:17.372Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T10:53:17.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T10:53:17.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T10:53:17.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T10:53:17.385Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:53:17.405Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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-26T10:53:17.405Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T10:53:17.411Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T10:53:17.553Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T10:53:17.554Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:53:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[217136], x-aai-txid=[1-aai-resources-230326-10:53:17:078-44911], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:53:17.554Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:53:17.554Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:53:17.554Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:53:17.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T10:53:17.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T10:53:17.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:53:17.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:17.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:17.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827997561,
  "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-26T10:53:18.594Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T10:53:18.595Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:53:18.595Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:18.595Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:18.595Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:18.595Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:53:19.596Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:19.596Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:19.596Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:19.596Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:53:20.597Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:20.597Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:20.597Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:20.598Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:53:21.598Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:21.598Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:21.599Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:21.599Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:53:22.600Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:22.600Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:22.600Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:22.600Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:53:23.601Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:23.602Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:23.602Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:23.602Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:53:24.603Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:24.604Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:24.604Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:24.604Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:53:25.605Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:25.605Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:25.606Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:25.606Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "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-26T10:53:26.607Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:53:26.607Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:26.607Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:26.607Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:53:27.608Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:53:27.609Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:53:27.609Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T10:53:27.609Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T10:53:27.609Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T10:53:27.657Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:53:27.657Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:53:27.658Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-26T10:53:27.658Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T10:53:27.658Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-26T10:53:27.658Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:27.684Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-26T10:53:27.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4224387d
2023-03-26T10:53:27.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:53:27.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:27.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:53:27.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:27.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:53:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828007685,
  "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-26T10:53:28.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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:4049ebcf-09de-471c-9225-779119432cf4)
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-26T10:53:28.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:28.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:53:28.716Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||test-pnf 0
2023-03-26T10:53:28.716Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
2023-03-26T10:53:28.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||No resources found for Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:53:28.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:53:28.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6f78e478-d778-4e04-9d3c-448a8119208f 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-26T10:53:28.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:53:28.751Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:53:28.758Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 6f78e478-d778-4e04-9d3c-448a8119208f 0 ASDC deployResourceStructure
2023-03-26T10:53:28.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T10:53:28.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:28.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:28.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T10:53:28.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:28.760Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:28.760Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828008759,
  "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-26T10:53:29.761Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:53:29.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:53:29.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T10:53:29.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T10:53:29.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T10:53:29.790Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T10:53:29.790Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:53:29.790Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:53:29.790Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T10:53:29.790Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T10:53:29.790Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:29.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T10:53:43.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:53:43.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827965322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T10:53:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827966323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T10:53:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827997561,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T10:53:43.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:53:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:53:43.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:53:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:53:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:53:43.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.672Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679827261013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:53:43.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.672Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828007685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:53:43.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:43.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T10:53:43.672Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828008759,
  "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-26T10:53:43.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:53:59.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T10:53:59.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T10:53:59.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T10:53:59.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T10:53:59.823Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:53:59.843Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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-26T10:53:59.844Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T10:53:59.851Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T10:53:59.975Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T10:53:59.976Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:53:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[299168], x-aai-txid=[1-aai-resources-230326-10:53:59:518-65575], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:53:59.976Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:53:59.976Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:53:59.976Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:59.985Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T10:53:59.985Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T10:53:59.985Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T10:53:59.986Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:53:59.986Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:53:59.986Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828039985,
  "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-26T10:54:01.016Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T10:54:01.017Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T10:54:01.018Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T10:54:01.018Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T10:54:01.018Z||pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:01.019Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:01.019Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:01.019Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:54:01.020Z||pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:01.024Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-64bf99b3-a8d7-46d6-8fb0-87a392700d97
2023-03-26T10:54:01.024Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:01.025Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T10:54:02.044Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:05.054Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:08.063Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:11.072Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:14.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:17.090Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:20.098Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:23.109Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:26.118Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:29.126Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:32.140Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:35.149Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:38.158Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:41.167Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:54:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:43.676Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:54:43.677Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:54:43.699Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:54:43.699Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-64bf99b3-a8d7-46d6-8fb0-87a392700d97', protocol='range'}
2023-03-26T10:54:43.703Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:54:43.703Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:54:43.703Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:54:43.703Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:54:43.704Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:54:43.704Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T10:54:43.704Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 80: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-64bf99b3-a8d7-46d6-8fb0-87a392700d97=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:54:43.719Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-64bf99b3-a8d7-46d6-8fb0-87a392700d97', protocol='range'}
2023-03-26T10:54:43.720Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:43.720Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:43.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:54:43.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:54:43.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:54:43.725Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:43.725Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:43.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:54:43.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:54:43.725Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:43.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:54:43.726Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:43.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2343, 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-26T10:54:43.726Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:54:43.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:54:43.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:54:43.726Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T10:54:43.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:54:43.802Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:54:43.803Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:54:43.803Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:43.803Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:43.803Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:44.738Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:54:44.739Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828039985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T10:54:44.739Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:54:44.739Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T10:54:44.740Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:54:44.740Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:54:44.804Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:54:44.804Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:44.804Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:44.805Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:45.806Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:54:45.806Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:45.806Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:45.806Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:46.807Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:54:46.807Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:46.807Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:46.808Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:47.809Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:54:47.809Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:47.809Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:47.809Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:48.810Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:54:48.810Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:48.810Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:48.810Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:49.811Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:54:49.811Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:49.811Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:49.811Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:50.812Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T10:54:50.812Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T10:54:50.812Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T10:54:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T10:54:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T10:54:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T10:54:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T10:54:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T10:54:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:54:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T10:54:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T10:54:50.882Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@345c3c70
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:50.883Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:50.884Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828090883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:51.884Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T10:54:51.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:54:51.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T10:54:51.911Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T10:54:51.911Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T10:54:51.911Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:54:51.911Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T10:54:51.912Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T10:54:51.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-26T10:54:51.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f6c48eb
2023-03-26T10:54:51.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T10:54:51.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T10:54:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T10:54:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T10:54:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T10:54:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T10:54:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:54:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:54:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828091930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:54:52.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T10:54:52.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:54:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:54:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:54:52.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:55:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:55:22.983Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:55:22.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:55:22.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:55:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:55:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T10:55:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T10:55:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:55:52.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:55:53.005Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:55:53.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:55:53.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:56:23.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:56:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:56:23.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:56:23.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:56:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:56:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T10:56:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:56:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T10:56:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T10:56:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:56:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T10:56:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828090883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:56:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:56:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T10:56:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828091930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T10:56:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T10:56:53.039Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:56:53.061Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:56:53.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:56:53.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:57:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:57:23.097Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:57:23.102Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:57:23.102Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:57:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:57:53.102Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:57:53.124Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:57:53.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:57:53.129Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:58:23.129Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:58:23.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:58:23.159Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:58:23.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:58:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:58:53.160Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:58:53.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:58:53.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:58:53.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:59:23.187Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:59:23.209Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T10:59:23.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T10:59:23.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T10:59:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:59:43.895Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T10:59:43.896Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-64bf99b3-a8d7-46d6-8fb0-87a392700d97 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-26T10:59:43.896Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T10:59:43.896Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T10:59:44.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T10:59:44.262Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:59:44.263Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T10:59:44.269Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=81, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:59:44.269Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 81: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T10:59:44.288Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=81, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T10:59:44.289Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:59:44.289Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:59:44.295Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:59:44.295Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:59:44.295Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:59:44.296Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2353, 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-26T10:59:44.296Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:59:44.296Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T10:59:53.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T10:59:53.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T10:59:53.222Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T10:59:53.222Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T10:59:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T10:59:53.230Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T10:59:53.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T10:59:53.248Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e17c96ff-f127-46f4-aebd-e25b1c7e1f48], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T10:59:53.253Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T10:59:53.367Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 10:59:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[111], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-10:59:52:920-61922], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T10:59:53.368Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T10:59:53.369Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T10:59:53.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T10:59:53.370Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:59:53.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:59:53.378Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T10:59:53.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T10:59:53.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:59:53.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:59:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828393379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:59:53.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T10:59:53.396Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828393379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T10:59:53.397Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T10:59:54.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T10:59:54.406Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T10:59:54.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:59:54.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:59:54.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:59:54.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:59:55.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:59:55.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:59:55.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:59:55.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:59:56.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:59:56.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:59:56.409Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:59:56.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:59:57.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:59:57.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:59:57.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:59:57.410Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:59:58.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:59:58.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:59:58.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:59:58.412Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T10:59:59.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T10:59:59.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T10:59:59.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T10:59:59.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:00.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:00:00.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:00.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:00.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:01.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:00:01.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:00:01.418Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T11:00:01.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:00:01.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T11:00:01.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:00:01.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:00:01.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:00:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:00:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:01.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-26T11:00:01.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T11:00:01.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:00:01.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:01.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:00:01.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:01.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:01.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828401791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:02.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:00:02.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:00:02.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:02.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T11:00:02.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:02.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:02.906Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP112291506410654069/Definitions/service-Vfw20230326064333-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-26T11:00:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:00:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:00:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:00:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:00:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:00:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:00:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:00:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:00:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:00:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:00:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:00:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:00:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:00:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:00:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:00:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:00:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:00:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:00:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:00:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:00:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:00:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:00:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:00:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:00:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:00:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:00:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:00:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:00:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:00:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:00:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:00:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:00:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:00:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:00:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:00:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:00:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T11:00:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:00:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:00:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:00:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:00:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:00:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:00:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:00:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:00:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T11:00:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:00:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:00:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:00:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:00:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:00:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:00:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:00:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:00:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T11:00:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T11:00:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T11:00:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:00:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T11:00:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:00:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828404525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:05.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:00:05.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T11:00:05.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:00:05.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:05.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:05.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828405526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:06.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:00:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:00:06.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:00:06.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:00:06.557Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:00:06.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:00:06.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:00:06.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:00:06.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:00:06.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:00:06.558Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T11:00:06.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:00:36.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T11:00:36.584Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T11:00:36.584Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T11:00:36.585Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T11:00:36.591Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:00:36.615Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T11:00:36.616Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T11:00:36.624Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:00:36.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T11:00:36.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:00:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-11:00:36:293-73999], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:00:36.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:00:36.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:00:36.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T11:00:36.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T11:00:36.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:00:36.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:00:36.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:36.756Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:36.757Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828436756,
  "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-26T11:00:37.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:00:37.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:00:37.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:00:37.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:37.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:37.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:38.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:00:38.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:38.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:38.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:39.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:00:39.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:39.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:39.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:40.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:00:40.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:40.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:40.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:41.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:00:41.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:41.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:41.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:42.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:00:42.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:42.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:42.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:00:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:00:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:00:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:00:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:00:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:00:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:00:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828401791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828404525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828405526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828436756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:00:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:00:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:00:43.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:00:43.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:43.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:43.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:44.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:00:44.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:00:44.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T11:00:44.794Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:00:44.794Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T11:00:44.834Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:00:44.835Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:00:44.835Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:00:44.835Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:44.835Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:00:44.835Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:45.450Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-26T11:00:45.453Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T11:00:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:00:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:00:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828445454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:46.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:00:46.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:00:46.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:46.456Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T11:00:46.456Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:46.456Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:46.602Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2428685417167090254/Definitions/service-Vfw20230326074351-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T11:00:48.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:00:48.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:00:48.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.079Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:48.080Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.081Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:48.081Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:00:48.081Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:00:48.081Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T11:00:48.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T11:00:48.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:00:48.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T11:00:48.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:00:48.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:48.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:48.125Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828448125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:49.126Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:00:49.126Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T11:00:49.126Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:00:49.127Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:00:49.127Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:00:49.127Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828449126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:00:50.127Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:00:50.151Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:00:50.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:00:50.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:00:50.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:00:50.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:00:50.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:00:50.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:00:50.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:00:50.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:00:50.155Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T11:00:50.168Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:01:20.169Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T11:01:20.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T11:01:20.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T11:01:20.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T11:01:20.184Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:01:20.200Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T11:01:20.200Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36f5bcc8-d3e8-462f-9249-4e25a3d8359b], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T11:01:20.208Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:01:20.338Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:01:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-11:01:19:876-90259], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:01:20.339Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:01:20.339Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T11:01:20.340Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:01:20.340Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T11:01:20.347Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T11:01:20.347Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:01:20.348Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:01:20.348Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:20.348Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:20.348Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828480348,
  "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-26T11:01:21.375Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:01:21.375Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:01:21.376Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:01:21.376Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:21.376Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:21.376Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:01:22.377Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:01:22.377Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:22.377Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:22.377Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:01:23.378Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:01:23.379Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:01:23.379Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T11:01:23.379Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T11:01:23.379Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T11:01:23.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:01:23.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:01:23.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:01:23.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:01:23.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:01:23.420Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:23.445Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-26T11:01:23.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@26bd4192
2023-03-26T11:01:23.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:01:23.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:23.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:01:23.447Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:23.447Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:23.447Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:01:23.447Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:23.447Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:23.447Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828483447,
  "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-26T11:01:24.449Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T11:01:24.495Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T11:01:24.495Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:24.496Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T11:01:24.496Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:01:24.496Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:24.496Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:24.496Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828484495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:01:25.497Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:25.497Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T11:01:25.497Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:01:25.497Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:25.497Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:25.497Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828485497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:01:26.498Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:01:26.521Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:01:26.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:01:26.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:01:26.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:01:26.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:01:26.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:01:26.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:01:26.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:01:26.527Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:01:26.527Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:26.545Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:01:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:01:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:01:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:01:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:01:56.545Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T11:01:56.556Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T11:01:56.557Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T11:01:56.557Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T11:01:56.564Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:01:56.575Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T11:01:56.575Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e12ccbb8-2990-4a65-9abc-0aab7cc16494], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T11:01:56.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:01:56.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:01:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[167992], x-aai-txid=[2-aai-resources-230326-11:01:56:253-43717], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:01:56.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:01:56.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T11:01:56.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:01:56.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:56.747Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T11:01:56.747Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:01:56.748Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:01:56.748Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:56.748Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:56.748Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828516747,
  "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-26T11:01:57.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:01:57.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:01:57.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:01:57.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:57.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:57.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:01:58.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:01:58.779Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:58.779Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:58.779Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:01:59.780Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:01:59.780Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:01:59.781Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:01:59.781Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:00.781Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:00.782Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:00.782Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:00.782Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:01.783Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:01.783Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:01.783Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:01.784Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:02.784Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:02.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:02.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:02.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:03.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:03.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:03.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:03.787Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:04.787Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:04.788Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:04.788Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:04.788Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:05.789Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:02:05.789Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:02:05.789Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T11:02:05.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:02:05.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T11:02:05.833Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:02:05.834Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:02:05.834Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:02:05.834Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:05.834Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:02:05.834Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:06.150Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-26T11:02:06.153Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T11:02:06.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:02:06.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:06.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:02:06.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:06.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:06.154Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828526154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:07.155Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:02:07.155Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:02:07.156Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.156Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.157Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.157Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.238Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16830663471666897854/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:02:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:02:07.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:02:07.793Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:02:07.793Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:02:07.793Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:02:07.793Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T11:02:07.838Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T11:02:07.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:02:07.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T11:02:07.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:02:07.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:07.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:07.839Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828527839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:08.840Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:02:08.840Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T11:02:08.840Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:02:08.841Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:08.841Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:08.841Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828528840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:09.842Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:02:09.864Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:02:09.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:02:09.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:02:09.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:02:09.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:02:09.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:02:09.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:02:09.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:02:09.869Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:02:09.869Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T11:02:09.877Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:02:39.878Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T11:02:39.889Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T11:02:39.889Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T11:02:39.890Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T11:02:39.896Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:02:39.909Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T11:02:39.909Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26057ae4-521d-4767-b43c-d1ea37eeae44], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T11:02:39.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:02:40.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:02:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-11:02:39:583-44013], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:02:40.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:02:40.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T11:02:40.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:02:40.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T11:02:40.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T11:02:40.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:02:40.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:02:40.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:40.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:40.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828560062,
  "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-26T11:02:41.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:02:41.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:02:41.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:41.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:41.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:41.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:02:42.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:42.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:42.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:42.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:02:43.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:43.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:43.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:43.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:02:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828445454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828448125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828449126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828480348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:02:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828483447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828484495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T11:02:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:02:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828485497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T11:02:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:02:44.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:44.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:44.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:44.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:02:45.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:45.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:45.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:45.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:02:46.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:46.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:46.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:46.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:02:47.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:02:47.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:47.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:47.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:48.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:02:48.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:02:48.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T11:02:48.096Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:02:48.096Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T11:02:48.137Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:02:48.137Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:02:48.138Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:02:48.138Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:02:48.138Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:02:48.138Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:02:48.159Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-26T11:02:48.159Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2725df0d
2023-03-26T11:02:48.159Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:02:48.159Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:02:48.159Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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 c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:02:48.159Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:02:48.160Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:02:48.160Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:02:48.160Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:48.160Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:48.160Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828568159,
  "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-26T11:02:49.161Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T11:02:49.206Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T11:02:49.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:02:49.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T11:02:49.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:02:49.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:49.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:49.207Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828569207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:50.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:02:50.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T11:02:50.208Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:02:50.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:02:50.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:02:50.209Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828570208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:02:51.210Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:02:51.231Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:02:51.235Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:02:51.235Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:02:51.235Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:02:51.236Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:02:51.236Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:02:51.236Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:02:51.236Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:02:51.236Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:02:51.236Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:02:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:03:21.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T11:03:21.259Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T11:03:21.259Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T11:03:21.260Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T11:03:21.267Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:03:21.283Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T11:03:21.283Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T11:03:21.290Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:03:21.442Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T11:03:21.442Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:03:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-11:03:20:958-48420], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:03:21.442Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:03:21.443Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:03:21.443Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:03:21.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T11:03:21.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:03:21.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:03:21.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:21.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:21.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828601450,
  "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-26T11:03:22.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:03:22.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:03:22.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:03:22.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:22.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:22.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:23.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:03:23.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:23.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:23.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:24.485Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:03:24.486Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:24.486Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:24.486Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:25.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:03:25.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:25.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:25.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:26.488Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:03:26.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:26.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:26.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:27.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:03:27.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:27.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:27.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:28.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:03:28.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:28.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:28.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:29.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:03:29.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:29.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:29.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:30.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:03:30.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:03:30.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T11:03:30.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:03:30.496Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T11:03:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:03:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:03:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:03:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:03:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:30.868Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-26T11:03:30.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T11:03:30.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:03:30.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:30.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:03:30.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:30.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:30.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828610870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:31.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:03:31.873Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:03:31.873Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:31.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:31.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:31.875Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:31.960Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18300387374360443746/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T11:03:32.580Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:03:32.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:03:32.582Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:03:32.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:03:32.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:03:32.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:03:32.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:03:32.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:03:32.583Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T11:03:32.626Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T11:03:32.627Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:03:32.627Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T11:03:32.627Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:03:32.627Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:32.627Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:32.627Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828612627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:33.628Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:03:33.628Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T11:03:33.628Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:03:33.628Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:03:33.628Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:03:33.628Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828613628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:34.629Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:03:34.650Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:03:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T11:03:34.668Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:03:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:03:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828516747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:03:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:03:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:03:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:03:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:03:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828526154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828527839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T11:03:43.673Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.673Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.673Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828528840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T11:03:43.673Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.673Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.674Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828560062,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:03:43.674Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.674Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.674Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:03:43.674Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.675Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.675Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:03:43.675Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:03:43.675Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:03:43.675Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:03:43.676Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:04.669Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T11:04:04.682Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T11:04:04.682Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T11:04:04.683Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T11:04:04.689Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:04:04.705Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T11:04:04.706Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T11:04:04.712Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:04:04.838Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T11:04:04.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:04:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[270496], x-aai-txid=[1-aai-resources-230326-11:04:04:380-34353], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:04:04.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:04:04.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:04:04.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T11:04:04.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T11:04:04.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:04:04.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:04:04.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:04.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:04.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828644847,
  "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-26T11:04:05.865Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:04:05.866Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:04:05.866Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:05.866Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:05.866Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:05.866Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:06.867Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:06.867Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:06.867Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:06.867Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:07.868Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:07.868Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:07.869Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:07.869Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:08.869Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:08.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:08.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:08.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:09.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:09.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:09.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:09.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:10.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:10.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:10.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:10.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:11.873Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:11.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:11.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:11.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:12.875Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:12.876Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:12.876Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:12.876Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:13.878Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:04:13.878Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:04:13.878Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T11:04:13.878Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:04:13.879Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T11:04:13.926Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:04:13.927Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:04:13.927Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:04:13.927Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:13.927Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:04:13.928Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:14.267Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-26T11:04:14.269Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T11:04:14.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:04:14.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:14.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:04:14.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:14.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:14.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828654270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:15.271Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:04:15.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:04:15.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.273Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.273Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.273Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.361Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3947256961848011064/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T11:04:15.943Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:04:15.943Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:04:15.943Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.943Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:04:15.943Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.943Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.943Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:04:15.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:04:15.945Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T11:04:15.995Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T11:04:15.995Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:04:15.996Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T11:04:15.996Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:04:15.996Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:15.996Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:15.996Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828655995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:16.996Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:04:16.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T11:04:16.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:04:16.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:16.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:16.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828656996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:17.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:04:18.019Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:04:18.022Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:04:18.023Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:04:18.023Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:04:18.023Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:04:18.023Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:04:18.023Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:04:18.023Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:04:18.023Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:04:18.023Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T11:04:18.035Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:04:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:04:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828568159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828569207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828570208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828601450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828610870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:04:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828612627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T11:04:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:04:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828613628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T11:04:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:04:48.035Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T11:04:48.044Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T11:04:48.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T11:04:48.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T11:04:48.052Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:04:48.065Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T11:04:48.066Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9fd1db51-9ec3-4166-9c52-891d1d51f053], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T11:04:48.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:04:48.234Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:04:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[278688], x-aai-txid=[1-aai-resources-230326-11:04:47:751-69463], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:04:48.235Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:04:48.235Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:04:48.236Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:04:48.236Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T11:04:48.247Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T11:04:48.248Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:04:48.248Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:04:48.248Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:48.248Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:48.248Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828688248,
  "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-26T11:04:49.281Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:04:49.281Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:04:49.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:49.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:49.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:49.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:50.283Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:50.283Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:50.283Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:50.284Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:51.285Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:51.285Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:51.285Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:51.285Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:52.286Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:52.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:52.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:52.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:53.289Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:53.289Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:53.289Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:53.290Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:54.291Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:54.291Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:54.292Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:54.292Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:55.293Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:55.293Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:55.294Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:55.294Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:56.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:56.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:56.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:56.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:57.297Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:57.297Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:57.297Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:57.297Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:04:58.298Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:04:58.299Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:58.299Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:58.299Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:04:59.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:04:59.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:04:59.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T11:04:59.302Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:04:59.302Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T11:04:59.350Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:04:59.350Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:04:59.350Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:04:59.351Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:04:59.351Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:04:59.351Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:04:59.697Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-26T11:04:59.702Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T11:04:59.702Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:04:59.703Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:04:59.703Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:04:59.703Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:04:59.703Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:04:59.703Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828699702,
  "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-26T11:05:00.705Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:05:00.705Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:05:00.706Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:05:00.707Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T11:05:00.708Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:05:00.708Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:05:00.795Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2841927148716722561/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T11:05:01.665Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:05:01.665Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:05:01.665Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:05:01.665Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T11:05:01.665Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.666Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:05:01.667Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.668Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T11:05:01.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T11:05:01.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:01.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T11:05:01.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:05:01.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:01.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:01.720Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828701720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:05:02.721Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:02.721Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T11:05:02.721Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:05:02.721Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:02.722Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:02.722Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828702721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:05:03.722Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:05:03.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:05:03.750Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:03.763Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:05:33.763Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T11:05:33.778Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T11:05:33.778Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T11:05:33.778Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T11:05:33.785Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:05:33.802Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T11:05:33.802Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e347dfd2-bc2a-499e-be5c-325097b736cd], X-ECOMP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-TransactionId=[], X-ONAP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], Content-Type=[application/merge-patch+json]}
2023-03-26T11:05:33.808Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:05:33.948Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:05:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[229512], x-aai-txid=[2-aai-resources-230326-11:05:33:478-78039], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:05:33.948Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:05:33.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T11:05:33.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:05:33.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T11:05:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:05:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:05:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828733956,
  "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-26T11:05:34.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:05:34.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:05:34.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:05:34.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:34.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:34.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:05:35.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:05:35.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:35.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:35.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:05:36.989Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:05:36.989Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:36.989Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:36.989Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:05:37.990Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:05:37.990Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:37.990Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:37.990Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:05:38.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:05:38.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:38.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:38.992Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:05:39.993Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:05:39.993Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:39.993Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:39.993Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:05:40.995Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:05:40.995Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:40.995Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:40.996Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:05:41.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:05:41.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:41.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:41.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:05:42.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:05:43.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:05:43.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T11:05:43.000Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:05:43.000Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T11:05:43.058Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:05:43.059Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:05:43.059Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:05:43.059Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:05:43.059Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:05:43.059Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T11:05:43.359Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-26T11:05:43.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 82992
2023-03-26T11:05:43.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-26T11:05:43.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:05:43.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:05:43.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:43.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:43.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828743362,
  "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-26T11:05:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:05:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version152: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version153: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T11:05:43.677Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:05:43.677Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:05:43.683Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=82, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:05:43.684Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 82: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:05:43.702Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=82, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:05:43.703Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:05:43.703Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:05:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:05:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:05:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:05:43.708Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2416, 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-26T11:05:43.709Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:05:43.709Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:05:44.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:05:44.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:05:44.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:44.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-26T11:05:44.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:44.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:44.469Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4868769025490473944/Definitions/service-BasicVmMacro-template.yml
2023-03-26T11:05:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828644847,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:05:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828654270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:05:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828655995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T11:05:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828656996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T11:05:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828688248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:05:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828699702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:05:44.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828701720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T11:05:44.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.736Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828702721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T11:05:44.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828733956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:05:44.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.737Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.738Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.739Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.740Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:05:44.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:05:44.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:05:44.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:05:44.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828743362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:05:44.741Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-26T11:05:45.359Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:05:45.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:05:45.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:45.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:05:45.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:45.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:45.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:45.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:05:45.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T11:05:45.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-26T11:05:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:05:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8fb0891b-e4e9-4be3-a231-e17add11d596
Model Version:NULL
Model InvariantUuid:ee4a4073-651d-4e5a-957d-5adc019dd745
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:29b64ba6-f1f9-42a7-9547-a4ba523c05dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:601fbace-2d49-482c-81e4-2d5a1884fa0a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9dae41bd-726b-4d33-a113-a122eced9c61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54726974-3343-41d4-925b-ed5122cdb50b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d9454997-40ba-4fa3-be77-a510de2099ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51a518d9-dcf3-4da4-8a8f-1a43c8948c9e
ModelInvariantUuid:e901cbe6-0e38-4fb9-a095-e60e71ce7278
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2386bcae-20bd-444e-a4b3-80e1c3c8422d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9e0d6de2-9aad-4d2e-b57c-9c2cd79e7e28
ModelInvariantUuid:1d3216c2-28dd-4c74-8f84-19de4b3a7dde
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:be253bef-fa3d-479e-baab-512c5c1e2b66
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-26T11:05:45.412Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T11:05:45.412Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T11:05:45.413Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T11:05:45.413Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:05:45.413Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:45.413Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:45.413Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828745412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:05:46.414Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T11:05:46.415Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T11:05:46.415Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:05:46.415Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:05:46.415Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:05:46.415Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828746414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:05:47.416Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:05:47.443Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:05:47.447Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:05:47.447Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:05:47.447Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:05:47.447Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:05:47.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:05:47.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:05:47.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:05:47.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:05:47.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T11:05:47.459Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:06:17.459Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T11:06:17.472Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T11:06:17.472Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T11:06:17.472Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T11:06:17.477Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:06:17.491Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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-26T11:06:17.492Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T11:06:17.500Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:06:17.649Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T11:06:17.649Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:06:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[217136], x-aai-txid=[1-aai-resources-230326-11:06:17:167-13208], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:06:17.649Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:06:17.649Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:06:17.649Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T11:06:17.658Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T11:06:17.658Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:06:17.659Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:06:17.659Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:17.659Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:17.659Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828777658,
  "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-26T11:06:18.690Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T11:06:18.691Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:06:18.691Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:18.692Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:18.692Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:18.692Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:06:19.693Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:19.693Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:19.694Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:19.694Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:06:20.694Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:20.695Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:20.695Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:20.695Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:06:21.696Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:21.696Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:21.697Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:21.697Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:06:22.697Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:22.698Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:22.698Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:22.698Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:06:23.698Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:23.699Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:23.699Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:23.699Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:06:24.700Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:24.700Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:24.701Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:24.701Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:06:25.701Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:25.702Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:25.702Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:25.702Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "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-26T11:06:26.703Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:06:26.703Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:26.703Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:26.703Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:06:27.704Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:06:27.705Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:06:27.705Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T11:06:27.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:06:27.706Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T11:06:27.752Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:06:27.753Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:06:27.753Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-26T11:06:27.753Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:06:27.753Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-26T11:06:27.753Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:06:27.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-26T11:06:27.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d082da9
2023-03-26T11:06:27.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:06:27.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:06:27.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:06:27.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:06:27.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:06:27.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:06:27.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:27.778Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:27.779Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828787778,
  "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-26T11:06:28.779Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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:4049ebcf-09de-471c-9225-779119432cf4)
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-26T11:06:28.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:06:28.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:06:28.808Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||test-pnf 0
2023-03-26T11:06:28.808Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
2023-03-26T11:06:28.809Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||No resources found for Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T11:06:28.809Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T11:06:28.809Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6f78e478-d778-4e04-9d3c-448a8119208f 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-26T11:06:28.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T11:06:28.851Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T11:06:28.859Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 6f78e478-d778-4e04-9d3c-448a8119208f 0 ASDC deployResourceStructure
2023-03-26T11:06:28.860Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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$$a2dc62b5.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-26T11:06:28.860Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:06:28.861Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:06:28.861Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:06:28.861Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:06:28.861Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:06:28.862Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828788860,
  "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-26T11:06:29.863Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:06:29.889Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:06:29.892Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:06:29.893Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:06:29.893Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:06:29.893Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:06:29.893Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:06:29.893Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:06:29.893Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:06:29.893Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T11:06:29.894Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:06:29.907Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:06:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:06:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828745412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T11:06:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828746414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T11:06:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828777658,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:06:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:06:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:06:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828041016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:06:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828787778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:06:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:06:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828788860,
  "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-26T11:06:43.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:06:59.907Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T11:06:59.920Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T11:06:59.920Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T11:06:59.921Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T11:06:59.927Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:06:59.949Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T11:06:59.950Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67cd055c-a8c3-43db-bbc2-14d0eb61acb0], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T11:06:59.957Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T11:07:00.093Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:06:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[299168], x-aai-txid=[1-aai-resources-230326-11:06:59:624-59373], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:07:00.093Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:07:00.094Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:07:00.094Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:07:00.095Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:07:00.107Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T11:07:00.107Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T11:07:00.108Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:07:00.108Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:00.108Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:00.108Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828820108,
  "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-26T11:07:01.137Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T11:07:01.138Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T11:07:01.139Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T11:07:01.140Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T11:07:01.140Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 135091 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T11:07:01.140Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:01.141Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:01.141Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:01.141Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T11:07:01.147Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-2e99c730-a593-44dd-8e59-d3bd75b0bc48
2023-03-26T11:07:01.147Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:01.147Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:01.148Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T11:07:02.035Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:05.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:08.059Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:11.067Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:14.076Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:17.086Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:20.095Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:23.104Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:26.112Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:29.121Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:32.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:35.138Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:38.146Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:41.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:07:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:43.674Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:07:43.674Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:07:43.681Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:07:43.681Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-2e99c730-a593-44dd-8e59-d3bd75b0bc48', protocol='range'}
2023-03-26T11:07:43.685Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:07:43.685Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:07:43.685Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:07:43.685Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:07:43.685Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:07:43.685Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:07:43.685Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 83: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-2e99c730-a593-44dd-8e59-d3bd75b0bc48=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-26T11:07:43.701Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:07:43.702Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:07:43.702Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:07:43.702Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-2e99c730-a593-44dd-8e59-d3bd75b0bc48', protocol='range'}
2023-03-26T11:07:43.703Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:43.703Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:07:43.707Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:07:43.707Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:07:43.707Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2466, 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-26T11:07:43.707Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:07:43.707Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:07:43.709Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:43.709Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:43.709Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:43.710Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:43.710Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:07:43.710Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T11:07:43.768Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:07:43.769Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:07:43.769Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:07:43.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:43.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:43.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:07:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828820108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T11:07:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:07:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:07:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:07:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:07:44.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:07:44.771Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:44.771Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:44.771Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:45.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:07:45.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:45.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:45.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:46.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:07:46.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:46.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:46.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:47.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:07:47.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:47.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:47.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:48.776Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:07:48.776Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:48.776Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:48.776Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:49.777Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:07:49.777Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:49.778Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:49.778Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:50.779Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:07:50.779Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:07:50.779Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T11:07:50.779Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:07:50.779Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T11:07:50.828Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:07:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:07:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:07:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T11:07:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:07:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T11:07:50.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:07:50.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7058d516
2023-03-26T11:07:50.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:07:50.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T11:07:50.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:07:50.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T11:07:50.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T11:07:50.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:07:50.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:50.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:50.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828870903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:51.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T11:07:51.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T11:07:51.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:07:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T11:07:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T11:07:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T11:07:51.927Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:07:51.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T11:07:51.950Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:07:51.950Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@433e8f9b
2023-03-26T11:07:51.950Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:07:51.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T11:07:51.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:07:51.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T11:07:51.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T11:07:51.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:07:51.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:07:51.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:07:51.952Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828871951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:07:52.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T11:07:52.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:07:52.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:07:52.976Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:07:52.977Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:08:22.977Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:08:22.996Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:08:22.999Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:08:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:08:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:08:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:08:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:08:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:08:53.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:08:53.024Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:08:53.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:08:53.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:09:23.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:09:23.050Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:09:23.055Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:09:23.055Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:09:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:09:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:09:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:09:43.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828870903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:09:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:09:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:09:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828871951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:09:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:09:53.056Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:09:53.077Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:09:53.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:09:53.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:10:23.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:10:23.110Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:10:23.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:10:23.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:10:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:10:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.670Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.673Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.677Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679828977110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.680Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829005137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829008437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679829005014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679829006879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:10:43.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829018805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829028631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679829029367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829028976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829029818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829029634,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.683Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679829030635,
  "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-26T11:10:43.734Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909acd19-6ca0-466d-929e-25d0b6ee56d4
2023-03-26T11:10:43.734Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T11:10:43.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829031552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T11:10:43.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679829032555,
  "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-26T11:10:43.772Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 909acd19-6ca0-466d-929e-25d0b6ee56d4
2023-03-26T11:10:43.772Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T11:10:43.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.796Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829032481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T11:10:43.796Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:10:43.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:10:43.796Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679829033483,
  "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-26T11:10:43.811Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 909acd19-6ca0-466d-929e-25d0b6ee56d4
2023-03-26T11:10:43.812Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T11:10:53.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:10:53.137Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:10:53.141Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:10:53.141Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:11:23.141Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:11:23.169Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:11:23.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:11:23.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:11:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:11:53.173Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:11:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:11:53.203Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:11:53.203Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:12:23.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:12:23.228Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:12:23.232Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:12:23.232Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:12:43.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:12:43.780Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:12:43.780Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-2e99c730-a593-44dd-8e59-d3bd75b0bc48 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-26T11:12:43.781Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T11:12:43.781Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T11:12:44.409Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:12:44.424Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:12:44.424Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:12:44.430Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=84, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:12:44.431Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 84: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:12:44.455Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=84, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:12:44.456Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:12:44.456Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:12:44.461Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:12:44.461Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:12:44.461Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:12:44.461Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2540, 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-26T11:12:44.461Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:12:44.461Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:12:53.232Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T11:12:53.233Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T11:12:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T11:12:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T11:12:53.246Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T11:12:53.252Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:12:53.274Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T11:12:53.275Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T11:12:53.281Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T11:12:53.415Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T11:12:53.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:12:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-11:12:52:950-67267], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:12:53.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:12:53.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:12:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:12:53.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:12:53.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T11:12:53.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T11:12:53.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:12:53.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:12:53.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829173429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:12:53.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:12:53.448Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829173429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T11:12:53.449Z||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-26T11:12:54.462Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:12:54.463Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:12:54.463Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:12:54.463Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:12:54.463Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:12:54.463Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:12:55.464Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:12:55.464Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:12:55.465Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:12:55.465Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:12:56.465Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:12:56.466Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:12:56.466Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:12:56.466Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:12:57.466Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:12:57.467Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:12:57.467Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:12:57.467Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:12:58.467Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:12:58.468Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:12:58.468Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:12:58.468Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:12:59.468Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:12:59.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:12:59.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:12:59.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:00.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:13:00.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:00.469Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:00.470Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:01.470Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:13:01.471Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:13:01.471Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T11:13:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:13:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T11:13:01.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:13:01.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:13:01.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:13:01.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:01.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:13:01.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:01.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:13:01.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T11:13:01.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:13:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:13:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:01.863Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829181862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:02.864Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:13:02.864Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:13:02.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:02.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T11:13:02.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:02.865Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:02.967Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP673495853811872473/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T11:13:04.516Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:13:04.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:13:04.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:13:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T11:13:04.574Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T11:13:04.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:13:04.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T11:13:04.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:13:04.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:04.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:04.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829184575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:05.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:13:05.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T11:13:05.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:13:05.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:05.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:05.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829185577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:06.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:13:06.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:13:06.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:13:06.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:13:06.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:13:06.613Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:13:06.613Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:13:06.613Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:13:06.613Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:13:06.613Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:13:06.613Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:13:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:13:36.629Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T11:13:36.644Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T11:13:36.644Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T11:13:36.645Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T11:13:36.651Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:13:36.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T11:13:36.671Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85c0baec-cb02-4080-8993-14f733cee917], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T11:13:36.678Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:13:36.832Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:13:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-11:13:36:347-87949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:13:36.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:13:36.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T11:13:36.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:13:36.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:13:36.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:13:36.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:13:36.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:13:36.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:36.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:36.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829216843,
  "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-26T11:13:37.877Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:13:37.878Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:13:37.878Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:13:37.878Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:37.878Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:37.878Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:38.879Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:13:38.880Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:38.880Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:38.880Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:39.882Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:13:39.882Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:39.882Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:39.882Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:40.883Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:13:40.883Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:40.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:40.884Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:41.885Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:13:41.885Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:41.885Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:41.886Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:42.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:13:42.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:42.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:42.887Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829181862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829184575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T11:13:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829185577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829216843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:13:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:13:43.889Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:13:43.889Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:43.889Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:43.889Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:44.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:13:44.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:13:44.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T11:13:44.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:13:44.891Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T11:13:44.939Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:13:44.939Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:13:44.939Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:13:44.940Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:44.940Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:13:44.940Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:45.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:13:45.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T11:13:45.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:13:45.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:45.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:13:45.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:45.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:45.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829225282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:46.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:13:46.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:13:46.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:46.285Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T11:13:46.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:46.286Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:46.411Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16413386616807905606/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.915Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:13:47.916Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:13:47.917Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:13:47.918Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.919Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.920Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:13:47.921Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:13:47.922Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T11:13:47.972Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T11:13:47.973Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:13:47.973Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T11:13:47.973Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:13:47.973Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:47.973Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:47.973Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829227973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:48.973Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:13:48.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T11:13:48.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:13:48.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:13:48.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:13:48.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829228973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:13:49.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:13:50.000Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:13:50.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:13:50.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:13:50.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:13:50.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:13:50.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:13:50.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:13:50.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:13:50.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:13:50.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:13:50.022Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:14:20.023Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T11:14:20.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T11:14:20.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T11:14:20.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T11:14:20.042Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:14:20.056Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T11:14:20.056Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T11:14:20.063Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:14:20.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T11:14:20.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:14:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-11:14:19:733-51587], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:14:20.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:14:20.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:14:20.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:14:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:14:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:14:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:14:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:20.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:20.215Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829260214,
  "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-26T11:14:21.241Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:14:21.241Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:14:21.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:14:21.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:21.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:21.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:14:22.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:14:22.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:22.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:22.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:14:23.243Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:14:23.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:14:23.244Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T11:14:23.244Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T11:14:23.244Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T11:14:23.288Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:14:23.289Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:14:23.289Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:14:23.289Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:14:23.289Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:14:23.290Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:14:23.317Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:14:23.317Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18292e9f
2023-03-26T11:14:23.317Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:14:23.317Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T11:14:23.318Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:14:23.318Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:14:23.318Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:14:23.318Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:14:23.318Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:23.318Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:23.318Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829263318,
  "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-26T11:14:24.319Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T11:14:24.385Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T11:14:24.385Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:14:24.385Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T11:14:24.386Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:14:24.386Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:24.386Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:24.386Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829264385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:14:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:14:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T11:14:25.387Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:14:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:25.388Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829265387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:14:26.391Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:14:26.415Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:14:26.419Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:14:26.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:14:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:14:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:14:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:14:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:14:56.429Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T11:14:56.442Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T11:14:56.442Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T11:14:56.442Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T11:14:56.448Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:14:56.462Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T11:14:56.463Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T11:14:56.471Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:14:56.613Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T11:14:56.613Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:14:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[167992], x-aai-txid=[2-aai-resources-230326-11:14:56:138-63146], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:14:56.614Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:14:56.614Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:14:56.614Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:14:56.622Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:14:56.622Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:14:56.622Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:14:56.622Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:56.622Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:56.623Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829296622,
  "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-26T11:14:57.646Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:14:57.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:14:57.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:14:57.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:57.647Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:57.648Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:14:58.649Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:14:58.649Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:58.650Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:58.650Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:14:59.651Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:14:59.651Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:14:59.651Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:14:59.651Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:00.652Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:00.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:00.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:00.653Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:01.654Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:01.654Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:01.654Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:01.654Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:02.655Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:02.655Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:02.656Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:02.656Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:03.656Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:03.657Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:03.657Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:03.657Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:04.658Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:04.658Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:04.658Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:04.658Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:05.659Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:15:05.659Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:15:05.659Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T11:15:05.659Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:15:05.660Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T11:15:05.702Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:15:05.703Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:15:05.703Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:15:05.703Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:05.703Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:15:05.703Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:05.974Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:15:05.977Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T11:15:05.977Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:15:05.977Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:05.977Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:15:05.977Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:05.977Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:05.977Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829305977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:06.978Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:15:06.979Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:15:06.979Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:06.979Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:06.980Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:06.980Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.082Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2543716422636137784/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:15:07.744Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:15:07.745Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T11:15:07.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T11:15:07.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:15:07.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T11:15:07.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:15:07.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:07.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:07.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829307795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:15:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T11:15:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:15:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829308796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:09.798Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:15:09.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:15:09.830Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:15:09.830Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:15:09.830Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:15:09.830Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:15:09.831Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:15:09.831Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:15:09.831Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:15:09.831Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:15:09.831Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:15:09.846Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:15:39.847Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T11:15:39.860Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T11:15:39.861Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T11:15:39.861Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T11:15:39.868Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:15:39.884Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T11:15:39.885Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T11:15:39.891Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:15:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T11:15:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:15:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-11:15:39:562-18950], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:15:40.051Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:15:40.051Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:15:40.051Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:15:40.063Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:15:40.063Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:15:40.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:15:40.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:40.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:40.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829340063,
  "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-26T11:15:41.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:15:41.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:15:41.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:41.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:41.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:41.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:15:42.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:42.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:42.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:42.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:15:43.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:43.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:43.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:43.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:15:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829225282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:15:43.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829227973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829228973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829260214,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829263318,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829264385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:15:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829265387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T11:15:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:15:44.092Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:44.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:44.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:44.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:15:45.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:45.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:45.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:45.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:15:46.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:46.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:46.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:46.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:15:47.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:15:47.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:47.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:47.097Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:48.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:15:48.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:15:48.098Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T11:15:48.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:15:48.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T11:15:48.142Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:15:48.143Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:15:48.143Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:15:48.143Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:15:48.143Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:15:48.143Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:15:48.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:15:48.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f9be190
2023-03-26T11:15:48.168Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:15:48.168Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T11:15:48.168Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:15:48.168Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:15:48.168Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:15:48.168Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:15:48.169Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:48.169Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:48.169Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829348168,
  "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-26T11:15:49.170Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T11:15:49.221Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T11:15:49.221Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:15:49.221Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T11:15:49.222Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:15:49.222Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:49.222Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:49.222Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829349221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:50.223Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:15:50.224Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T11:15:50.224Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:15:50.224Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:15:50.224Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:15:50.224Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829350223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:15:51.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:15:51.256Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:15:51.260Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:15:51.260Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:15:51.260Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:15:51.260Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:15:51.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:15:51.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:15:51.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:15:51.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:15:51.261Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:15:51.273Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:16:21.274Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T11:16:21.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T11:16:21.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T11:16:21.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T11:16:21.291Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:16:21.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T11:16:21.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[273ae868-6d00-431a-9168-26a9db8ab841], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T11:16:21.310Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:16:21.438Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:16:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[184376], x-aai-txid=[1-aai-resources-230326-11:16:20:979-83194], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:16:21.439Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:16:21.439Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T11:16:21.439Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:16:21.439Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:16:21.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:16:21.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:16:21.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:16:21.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:21.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:21.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829381449,
  "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-26T11:16:22.481Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:16:22.481Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:16:22.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:16:22.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:22.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:22.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:23.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:16:23.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:23.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:23.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:24.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:16:24.484Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:24.485Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:24.485Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:25.485Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:16:25.486Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:25.486Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:25.486Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:26.486Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:16:26.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:26.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:26.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:27.488Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:16:27.488Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:27.488Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:27.488Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:28.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:16:28.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:28.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:28.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:29.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:16:29.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:29.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:29.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:30.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:16:30.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:16:30.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T11:16:30.494Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:16:30.494Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T11:16:30.542Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:16:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:16:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:16:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:16:30.543Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:30.881Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:16:30.883Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T11:16:30.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:16:30.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:30.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:16:30.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:30.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:30.884Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829390884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:31.885Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:16:31.886Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:16:31.886Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:31.887Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:31.889Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:31.889Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:31.994Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4058925719387240220/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:16:32.617Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:16:32.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:16:32.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:16:32.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:16:32.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T11:16:32.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T11:16:32.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:16:32.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T11:16:32.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:16:32.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:32.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:32.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829392664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:33.665Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:16:33.665Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T11:16:33.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:16:33.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:16:33.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:16:33.666Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829393665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:34.667Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:16:34.695Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:16:34.699Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:16:34.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:16:34.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:16:34.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:16:34.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:16:34.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:16:34.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:16:34.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:16:34.700Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:16:34.716Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:16:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:16:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829296622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:16:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:16:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:16:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:16:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:16:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:16:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:16:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829305977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829307795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829308796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829340063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:16:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:16:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:16:43.668Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:16:43.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:04.716Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T11:17:04.731Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T11:17:04.731Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T11:17:04.731Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T11:17:04.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:17:04.752Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T11:17:04.753Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T11:17:04.760Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:17:04.913Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T11:17:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:17:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-11:17:04:429-96739], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:17:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:17:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:17:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:17:04.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:17:04.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:17:04.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:17:04.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:04.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:04.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829424922,
  "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-26T11:17:05.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:17:05.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:17:05.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:05.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:05.953Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:05.953Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:06.953Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:06.954Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:06.954Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:06.954Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:07.954Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:07.955Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:07.955Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:07.955Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:08.955Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:08.956Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:08.956Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:08.956Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:09.956Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:09.957Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:09.957Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:09.957Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:10.958Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:10.958Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:10.958Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:10.958Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:11.959Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:11.959Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:11.959Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:11.959Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:12.960Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:12.960Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:12.960Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:12.961Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:13.961Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:17:13.962Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:17:13.962Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T11:17:13.962Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:17:13.962Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T11:17:14.004Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:17:14.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:17:14.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:17:14.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:14.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:17:14.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:14.318Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:17:14.321Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T11:17:14.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:17:14.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:14.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:17:14.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:14.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:14.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829434322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:15.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:17:15.324Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:17:15.325Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:15.325Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:15.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:15.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:15.408Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15679873178076710939/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:17:16.047Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:17:16.048Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T11:17:16.085Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T11:17:16.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:17:16.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T11:17:16.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:17:16.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:16.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:16.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829436086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:17.087Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:17:17.088Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T11:17:17.088Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:17:17.088Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:17.088Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:17.088Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829437087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:18.089Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:17:18.111Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:17:18.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:17:18.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:17:18.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:17:18.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:17:18.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:17:18.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:17:18.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:17:18.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:17:18.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:17:18.128Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:17:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:17:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:17:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829348168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:17:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829349221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829350223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829381449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:17:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829390884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829392664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:17:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829393665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T11:17:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:17:48.129Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T11:17:48.139Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T11:17:48.139Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T11:17:48.140Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T11:17:48.146Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:17:48.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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-26T11:17:48.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T11:17:48.173Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:17:48.310Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:17:48.310Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:17:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[278688], x-aai-txid=[1-aai-resources-230326-11:17:47:841-31244], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:17:48.310Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:17:48.311Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:17:48.311Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:17:48.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:17:48.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:17:48.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:17:48.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:48.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:48.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829468319,
  "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-26T11:17:49.350Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:17:49.350Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:17:49.350Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:49.351Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:49.351Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:49.351Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:50.352Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:50.352Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:50.353Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:50.353Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:51.354Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:51.355Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:51.355Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:51.355Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:52.356Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:52.356Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:52.356Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:52.357Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:53.358Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:53.359Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:53.359Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:53.359Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:54.360Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:54.361Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:54.361Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:54.361Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:55.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:55.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:55.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:55.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:56.363Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:56.364Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:56.364Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:56.364Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:57.365Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:57.365Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:57.365Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:57.365Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:17:58.366Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:17:58.367Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:58.367Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:58.367Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:17:59.368Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:17:59.369Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:17:59.370Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T11:17:59.370Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:17:59.370Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T11:17:59.416Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:17:59.416Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:17:59.417Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:17:59.417Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:17:59.417Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:17:59.417Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:17:59.754Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:17:59.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T11:17:59.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:17:59.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:17:59.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:17:59.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:17:59.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:17:59.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829479760,
  "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-26T11:18:00.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:18:00.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:18:00.762Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:18:00.762Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T11:18:00.763Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:18:00.763Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:18:00.890Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16193733404829591254/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T11:18:01.687Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:18:01.687Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:18:01.687Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:18:01.687Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T11:18:01.687Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:18:01.687Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:18:01.687Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:18:01.687Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:18:01.689Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:18:01.690Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T11:18:01.735Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T11:18:01.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:18:01.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T11:18:01.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:18:01.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:01.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:01.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829481736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:18:02.737Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:18:02.737Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T11:18:02.737Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:18:02.738Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:02.738Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:02.738Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829482737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:18:03.739Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:18:03.763Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:18:03.766Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:18:03.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:18:03.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:18:03.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:18:03.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:18:03.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:18:03.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:18:03.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:18:03.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:18:03.778Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:18:33.778Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T11:18:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T11:18:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T11:18:33.792Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T11:18:33.798Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:18:33.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T11:18:33.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T11:18:33.824Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:18:33.961Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T11:18:33.961Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:18:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[229512], x-aai-txid=[0-aai-resources-230326-11:18:33:493-93864], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:18:33.962Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:18:33.962Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:18:33.962Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:18:33.970Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:18:33.971Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:18:33.971Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:18:33.971Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:33.971Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:33.971Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829513971,
  "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-26T11:18:34.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:18:35.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:18:35.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:18:35.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:35.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:35.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:18:36.002Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:18:36.002Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:36.003Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:36.003Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:18:37.004Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:18:37.004Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:37.004Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:37.004Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:18:38.005Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:18:38.006Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:38.006Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:38.006Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:18:39.007Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:18:39.007Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:39.007Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:39.007Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:18:40.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:18:40.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:40.009Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:40.009Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:18:41.009Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:18:41.010Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:41.010Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:41.010Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:18:42.011Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:18:42.011Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:42.011Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:42.012Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:18:43.012Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:18:43.013Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:18:43.013Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T11:18:43.014Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:18:43.014Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T11:18:43.050Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:18:43.051Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:18:43.051Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:18:43.051Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:18:43.052Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:18:43.052Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:18:43.076Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:18:43.076Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39b3b729
2023-03-26T11:18:43.077Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:18:43.077Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T11:18:43.077Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:18:43.077Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:18:43.077Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:18:43.077Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:18:43.078Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:43.078Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:43.078Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829523077,
  "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-26T11:18:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:18:43.660Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version155: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version156: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T11:18:43.676Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:18:43.676Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:18:43.682Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=85, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:18:43.682Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 85: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:18:43.699Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=85, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:18:43.699Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:18:43.699Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:18:43.705Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:18:43.705Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:18:43.705Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:18:43.705Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2603, 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-26T11:18:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:18:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:18:44.078Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T11:18:44.124Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T11:18:44.124Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:18:44.124Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T11:18:44.125Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:18:44.125Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:44.125Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:44.125Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829524124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:18:44.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.715Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829424922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:18:44.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.716Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.716Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829434322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829436086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829437087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829468319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:18:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829479760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829481736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829482737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829513971,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:18:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829523077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:18:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:18:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829524124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T11:18:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:18:45.126Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:18:45.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T11:18:45.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:18:45.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:18:45.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:18:45.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829525126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:18:46.129Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:18:46.151Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:18:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:18:46.166Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:19:16.167Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T11:19:16.177Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T11:19:16.177Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T11:19:16.177Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T11:19:16.183Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:19:16.199Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T11:19:16.199Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a682d8f7-0c60-4245-b6fd-8866b4518f77], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T11:19:16.204Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:19:16.325Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:19:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[117], vertex-id=[217136], x-aai-txid=[2-aai-resources-230326-11:19:15:873-53014], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:19:16.326Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:19:16.326Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T11:19:16.326Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:19:16.327Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:19:16.338Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:19:16.339Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:19:16.339Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:19:16.339Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:16.339Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:16.339Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829556339,
  "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-26T11:19:17.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:19:17.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:19:17.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:17.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:17.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:17.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:19:18.367Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:18.367Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:18.367Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:18.367Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:19:19.367Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:19.368Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:19.368Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:19.368Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:19:20.369Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:20.369Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:20.370Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:20.370Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:19:21.371Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:21.371Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:21.371Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:21.371Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:19:22.372Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:22.373Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:22.373Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:22.373Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:19:23.374Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:23.374Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:23.374Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:23.374Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:19:24.375Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:24.375Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:24.376Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:24.376Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "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-26T11:19:25.376Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:19:25.377Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:25.377Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:25.377Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:19:26.379Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:19:26.379Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:19:26.379Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T11:19:26.380Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:19:26.380Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T11:19:26.423Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:19:26.424Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:19:26.424Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:19:26.424Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:19:26.424Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:19:26.424Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:19:26.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:19:26.769Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 111093
2023-03-26T11:19:26.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:19:26.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:19:26.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:19:26.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:26.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:26.770Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829566770,
  "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-26T11:19:27.771Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:19:27.772Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:19:27.773Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:27.773Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-26T11:19:27.774Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:27.774Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:27.874Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13839003822460607090/Definitions/service-TestPnfMacro-template.yml
2023-03-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:28.415Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.416Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.417Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.417Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.417Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.417Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.417Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0580ec83-467c-410e-a1e6-18276acc3055
Model Version:NULL
Model InvariantUuid:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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-26T11:19:28.433Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:19:28.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||test-pnf 0
2023-03-26T11:19:28.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f78e478-d778-4e04-9d3c-448a8119208f
2023-03-26T11:19:28.438Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||No resources found for Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T11:19:28.438Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T11:19:28.438Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6f78e478-d778-4e04-9d3c-448a8119208f 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-26T11:19:28.448Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e0ab5d, org.onap.sdc.toscaparser.api.parameters.Input@1a711730, org.onap.sdc.toscaparser.api.parameters.Input@af0cf75, org.onap.sdc.toscaparser.api.parameters.Input@a165ab4, org.onap.sdc.toscaparser.api.parameters.Input@ea8b2e8]
2023-03-26T11:19:28.448Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.448Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.448Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0580ec83-467c-410e-a1e6-18276acc3055: test-pnf
2023-03-26T11:19:28.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Processing PNF resource: 6f78e478-d778-4e04-9d3c-448a8119208f
2023-03-26T11:19:28.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:19:28.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:19:28.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||Resource customization UUID: 2112b576-e657-4dd9-a07e-8a07acb29033 is NOT the same as notified resource customizationUUID: 70739e44-53be-4a33-8a2c-21692bd560f7
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-26T11:19:28.496Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6f78e478-d778-4e04-9d3c-448a8119208f 0 ASDC deployResourceStructure
2023-03-26T11:19:28.496Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:19:28.496Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:19:28.497Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T11:19:28.497Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:28.497Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:28.497Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829568496,
  "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-26T11:19:29.498Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:19:29.525Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:19:29.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:19:29.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:19:29.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:19:29.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:19:29.530Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:19:29.530Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:19:29.530Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:19:29.530Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:19:29.530Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:19:29.545Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:19:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:19:43.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:19:43.660Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829525126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T11:19:43.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:19:59.545Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T11:19:59.556Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T11:19:59.557Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T11:19:59.557Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T11:19:59.561Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:19:59.574Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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-26T11:19:59.574Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T11:19:59.582Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:19:59.746Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:19:59.746Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:19:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[299168], x-aai-txid=[0-aai-resources-230326-11:19:59:250-1035], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:19:59.747Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:19:59.747Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:19:59.747Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:19:59.760Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:19:59.761Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:19:59.761Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:19:59.761Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:19:59.761Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:19:59.762Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829599761,
  "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-26T11:20:00.793Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T11:20:00.794Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T11:20:00.795Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T11:20:00.795Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T11:20:00.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 135204 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T11:20:00.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:00.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:00.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:00.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T11:20:00.801Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-42a8c46e-a4b9-45e7-a843-c204c49cc261
2023-03-26T11:20:00.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:00.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:00.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T11:20:02.040Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:05.050Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:08.058Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:11.068Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:14.077Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:17.086Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:20.095Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:23.105Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:26.115Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:29.124Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:32.133Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:35.143Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:38.158Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:41.167Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:20:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:43.676Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:20:43.677Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:20:43.682Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-42a8c46e-a4b9-45e7-a843-c204c49cc261', protocol='range'}
2023-03-26T11:20:43.683Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:20:43.688Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:20:43.688Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:20:43.689Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:20:43.689Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:20:43.689Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:20:43.689Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:20:43.689Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 86: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-42a8c46e-a4b9-45e7-a843-c204c49cc261=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-26T11:20:43.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-42a8c46e-a4b9-45e7-a843-c204c49cc261', protocol='range'}
2023-03-26T11:20:43.705Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:20:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:20:43.706Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:43.706Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:20:43.706Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:43.710Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:20:43.710Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:20:43.711Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:20:43.711Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2641, 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-26T11:20:43.711Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:20:43.711Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:20:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:43.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:20:43.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T11:20:43.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:20:43.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:20:43.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:20:43.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:43.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:43.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:44.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.725Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829556339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679828821137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829566770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829568496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829599761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:20:44.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:20:44.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:20:44.798Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:44.798Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:44.798Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:45.799Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:20:45.799Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:45.799Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:45.799Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:46.800Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:20:46.801Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:46.801Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:46.801Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:47.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:20:47.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:47.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:47.802Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:48.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:20:48.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:48.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:48.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:49.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:20:49.806Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:49.806Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:49.806Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:50.807Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:20:50.807Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:20:50.808Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T11:20:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:20:50.808Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T11:20:50.855Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:20:50.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:20:50.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:20:50.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T11:20:50.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:20:50.856Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T11:20:50.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:20:50.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@26c19fe2
2023-03-26T11:20:50.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:20:50.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T11:20:50.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:20:50.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T11:20:50.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T11:20:50.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:20:50.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:50.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:50.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829650905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:51.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T11:20:51.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T11:20:51.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:20:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T11:20:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T11:20:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T11:20:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:20:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T11:20:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:20:51.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@759a6e94
2023-03-26T11:20:51.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:20:51.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T11:20:51.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:20:51.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T11:20:51.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T11:20:51.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:20:51.956Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:20:51.956Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:20:51.956Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829651955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:20:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T11:20:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:20:52.977Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:20:52.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:20:52.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:21:22.982Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:21:23.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:21:23.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:21:23.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:21:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:21:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:21:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:21:43.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:21:53.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:21:53.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:21:53.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:21:53.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:22:23.039Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:22:23.059Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:22:23.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:22:23.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:22:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:22:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:22:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829650905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829651955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:22:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:22:53.064Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:22:53.084Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:22:53.088Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:22:53.088Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:23:23.088Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:23:23.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:23:23.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:23:23.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:23:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:23:53.120Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:23:53.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:23:53.147Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:23:53.148Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:24:23.148Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:24:23.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:24:23.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:24:23.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:24:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:24:53.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:24:53.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:24:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:24:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:25:23.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:25:23.240Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:25:23.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:25:23.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:25:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:25:43.863Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:25:43.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-42a8c46e-a4b9-45e7-a843-c204c49cc261 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-26T11:25:43.864Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T11:25:43.864Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T11:25:44.242Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:25:44.258Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:25:44.259Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:25:44.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=87, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:25:44.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 87: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:25:44.283Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=87, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:25:44.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:25:44.284Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:25:44.290Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:25:44.290Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:25:44.291Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:25:44.291Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2663, 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-26T11:25:44.291Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:25:44.291Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:25:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T11:25:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T11:25:53.256Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T11:25:53.256Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T11:25:53.257Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T11:25:53.264Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:25:53.282Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T11:25:53.282Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7156ac99-5173-452b-b96e-83bd5fe9f693], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T11:25:53.288Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T11:25:53.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:25:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[110640], x-aai-txid=[0-aai-resources-230326-11:25:52:958-71553], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:25:53.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:25:53.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T11:25:53.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:25:53.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:25:53.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:25:53.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T11:25:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T11:25:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:25:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:25:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829953442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:25:53.461Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:25:53.461Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829953442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T11:25:53.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T11:25:54.475Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:25:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:25:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:25:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:25:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:25:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:25:55.477Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:25:55.477Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:25:55.477Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:25:55.477Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:25:56.478Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:25:56.478Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:25:56.478Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:25:56.478Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:25:57.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:25:57.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:25:57.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:25:57.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:25:58.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:25:58.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:25:58.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:25:58.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:25:59.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:25:59.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:25:59.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:25:59.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:00.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:26:00.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:00.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:00.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:01.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:26:01.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:26:01.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T11:26:01.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:26:01.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T11:26:01.520Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:26:01.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:26:01.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:26:01.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:01.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:26:01.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:01.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:26:01.822Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T11:26:01.822Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:26:01.822Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:01.822Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:26:01.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:01.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:01.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829961822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:02.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:26:02.824Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:26:02.824Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:02.825Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T11:26:02.825Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:02.826Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:02.948Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1111792942366825318/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T11:26:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:26:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:26:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:26:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:04.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:26:04.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:26:04.495Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.497Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:04.498Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:04.499Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T11:26:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T11:26:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:26:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T11:26:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:26:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829964548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:05.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:26:05.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T11:26:05.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:26:05.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:05.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:05.551Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829965550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:26:06.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:26:06.581Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:26:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:26:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:26:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:26:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:26:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:26:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:26:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:26:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:26:06.597Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:26:36.597Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T11:26:36.610Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T11:26:36.610Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T11:26:36.611Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T11:26:36.617Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:26:36.635Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T11:26:36.635Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7df4f12-e245-455a-8fcb-f75d77ad29d2], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T11:26:36.643Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:26:36.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:26:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-11:26:36:313-53940], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:26:36.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:26:36.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T11:26:36.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:26:36.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:26:36.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:26:36.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:26:36.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:26:36.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:36.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:36.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829996811,
  "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-26T11:26:37.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:26:37.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:26:37.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:26:37.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:37.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:37.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:38.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:26:38.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:38.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:38.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:39.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:26:39.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:39.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:39.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:40.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:26:40.851Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:40.851Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:40.851Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:41.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:26:41.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:41.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:41.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:42.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:26:42.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:42.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:42.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:26:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:26:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:26:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829961822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829964548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829965550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829996811,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:26:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:26:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:26:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:26:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:26:43.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:26:43.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:43.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:43.855Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:44.856Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:26:44.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:26:44.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T11:26:44.857Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:26:44.857Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T11:26:44.901Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:26:44.902Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:26:44.902Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:26:44.902Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:44.902Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:26:44.903Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:45.481Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:26:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T11:26:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:26:45.484Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:45.485Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:26:45.485Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:45.485Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:45.485Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830005484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:46.486Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:26:46.486Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:26:46.486Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:46.487Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T11:26:46.487Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:46.487Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:46.634Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18198288407203214830/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:26:48.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:26:48.089Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.090Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:26:48.091Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.092Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:48.093Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:26:48.093Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:26:48.093Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T11:26:48.140Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T11:26:48.140Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:26:48.140Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T11:26:48.140Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:26:48.140Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:48.140Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:48.140Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830008140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:49.141Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:26:49.141Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T11:26:49.141Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:26:49.142Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:26:49.142Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:26:49.142Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830009141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:26:50.143Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:26:50.169Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:26:50.174Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:26:50.174Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:26:50.174Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:26:50.174Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:26:50.174Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:26:50.175Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:26:50.175Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:26:50.175Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:26:50.175Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:26:50.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:27:20.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T11:27:20.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T11:27:20.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T11:27:20.205Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T11:27:20.211Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:27:20.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T11:27:20.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T11:27:20.234Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:27:20.372Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T11:27:20.372Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:27:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-11:27:19:904-82181], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:27:20.373Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:27:20.373Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:27:20.373Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:27:20.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:27:20.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:27:20.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:27:20.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:20.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:20.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830040394,
  "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-26T11:27:21.422Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:27:21.423Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:27:21.423Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:27:21.423Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:21.423Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:21.424Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:27:22.424Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:27:22.424Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:22.425Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:22.425Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:27:23.425Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:27:23.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:27:23.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T11:27:23.426Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T11:27:23.426Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T11:27:23.474Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:27:23.474Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:27:23.474Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:27:23.475Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:27:23.475Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:27:23.475Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:27:23.497Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:27:23.498Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@37297701
2023-03-26T11:27:23.498Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:27:23.498Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T11:27:23.498Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:27:23.498Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:27:23.498Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:27:23.499Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:27:23.499Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:23.499Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:23.499Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830043498,
  "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-26T11:27:24.500Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T11:27:24.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T11:27:24.553Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:27:24.553Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T11:27:24.553Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:27:24.553Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:24.553Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:24.554Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830044553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:27:25.554Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:27:25.555Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T11:27:25.555Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:27:25.555Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:25.555Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:25.555Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830045554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:27:26.556Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:27:26.578Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:27:26.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:27:26.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:27:26.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:27:26.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:27:26.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:27:26.584Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:27:26.584Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:27:26.584Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:27:26.584Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:27:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:27:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:27:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:27:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:27:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:27:56.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T11:27:56.610Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T11:27:56.611Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T11:27:56.611Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T11:27:56.618Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:27:56.640Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T11:27:56.640Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T11:27:56.648Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:27:56.772Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T11:27:56.772Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:27:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[120], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-11:27:56:318-17225], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:27:56.773Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:27:56.773Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:27:56.774Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:27:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:27:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:27:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:27:56.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:56.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:56.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830076785,
  "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-26T11:27:57.816Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:27:57.816Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:27:57.817Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:27:57.817Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:57.817Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:57.817Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:27:58.817Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:27:58.818Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:58.818Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:58.818Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:27:59.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:27:59.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:27:59.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:27:59.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:00.820Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:00.821Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:00.821Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:00.821Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:01.821Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:01.822Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:01.822Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:01.822Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:02.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:02.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:02.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:02.823Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:03.824Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:03.825Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:03.825Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:03.825Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:04.825Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:04.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:04.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:04.826Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:05.827Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:28:05.827Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:28:05.827Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T11:28:05.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:28:05.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T11:28:05.869Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:28:05.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:28:05.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:28:05.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:05.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:28:05.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:06.185Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:28:06.188Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T11:28:06.188Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:28:06.188Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:06.188Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:28:06.189Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:06.189Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:06.189Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830086188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:07.189Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:28:07.190Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:28:07.190Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.191Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.191Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.192Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.281Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8659941992289395758/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T11:28:07.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:28:07.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:28:07.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.912Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:28:07.913Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:28:07.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:28:07.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:28:07.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:28:07.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:28:07.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:28:07.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:28:07.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:28:07.914Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T11:28:07.956Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T11:28:07.956Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:28:07.957Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T11:28:07.957Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:28:07.957Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:07.957Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:07.957Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830087956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:28:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T11:28:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:28:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:08.958Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830088958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:09.959Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:28:09.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:28:10.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:28:10.015Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:28:40.016Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T11:28:40.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T11:28:40.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T11:28:40.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T11:28:40.035Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:28:40.056Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T11:28:40.056Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[95d12a34-eeb7-44bf-a5fa-f294ea3b6ec5], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T11:28:40.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:28:40.213Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:28:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[213160], x-aai-txid=[2-aai-resources-230326-11:28:39:739-8301], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:28:40.213Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:28:40.214Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T11:28:40.214Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:28:40.214Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:28:40.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:28:40.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:28:40.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:28:40.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:40.226Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:40.226Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830120225,
  "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-26T11:28:41.257Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:28:41.258Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:28:41.258Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:41.258Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:41.258Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:41.259Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:28:42.260Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:42.260Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:42.260Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:42.261Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:28:43.261Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:43.262Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:43.262Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:43.262Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:28:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830005484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:28:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830008140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830009141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830040394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:28:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830043498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830044553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:28:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830045554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T11:28:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:28:44.263Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:44.263Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:44.263Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:44.263Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:28:45.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:45.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:45.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:45.266Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:28:46.267Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:46.267Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:46.267Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:46.267Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:28:47.268Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:28:47.268Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:47.268Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:47.268Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:48.270Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:28:48.270Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:28:48.270Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T11:28:48.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:28:48.270Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T11:28:48.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:28:48.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:28:48.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:28:48.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:28:48.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:28:48.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:28:48.344Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:28:48.344Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@316387f1
2023-03-26T11:28:48.344Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:28:48.345Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T11:28:48.345Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:28:48.345Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:28:48.345Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:28:48.345Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:28:48.345Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:48.345Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:48.345Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830128345,
  "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-26T11:28:49.347Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T11:28:49.395Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T11:28:49.395Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:28:49.395Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T11:28:49.395Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:28:49.395Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:49.396Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:49.396Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830129395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:50.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:28:50.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T11:28:50.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:28:50.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:28:50.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:28:50.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830130397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:28:51.399Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:28:51.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:28:51.425Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:28:51.438Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:29:21.438Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T11:29:21.449Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T11:29:21.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T11:29:21.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T11:29:21.453Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:29:21.466Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T11:29:21.466Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0a8de44-0f1b-4b07-8633-cf6b9e07c4c0], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T11:29:21.473Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:29:21.621Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:29:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-11:29:21:143-21114], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:29:21.621Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:29:21.622Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T11:29:21.622Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:29:21.622Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:29:21.633Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:29:21.633Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:29:21.633Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:29:21.634Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:21.634Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:21.634Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830161633,
  "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-26T11:29:22.662Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:29:22.662Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:29:22.662Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:29:22.662Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:22.663Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:22.663Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:23.663Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:29:23.664Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:23.664Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:23.664Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:24.664Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:29:24.665Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:24.665Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:24.665Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:25.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:29:25.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:25.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:25.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:26.667Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:29:26.668Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:26.668Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:26.668Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:27.669Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:29:27.669Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:27.670Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:27.670Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:28.671Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:29:28.671Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:28.671Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:28.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:29.673Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:29:29.673Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:29.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:29.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:30.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:29:30.676Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:29:30.676Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T11:29:30.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:29:30.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T11:29:30.717Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:29:30.718Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:29:30.718Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:29:30.718Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:30.718Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:29:30.719Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:31.046Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:29:31.048Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T11:29:31.049Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:29:31.049Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:31.049Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:29:31.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:31.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:31.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830171049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:32.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:29:32.051Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:29:32.052Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.052Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.188Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16535674409043850832/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T11:29:32.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:29:32.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:29:32.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:29:32.739Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:29:32.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:29:32.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T11:29:32.786Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T11:29:32.786Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:29:32.786Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T11:29:32.786Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:29:32.786Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:32.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:32.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830172786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:33.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:29:33.788Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T11:29:33.788Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:29:33.788Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:29:33.788Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:29:33.788Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830173787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:34.789Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:29:34.814Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:29:34.823Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:29:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:29:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:29:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:29:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:29:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:29:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:29:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:29:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:29:34.835Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:29:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:29:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830076785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:29:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:29:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:29:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:29:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:29:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:29:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:29:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830086188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830087956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830088958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830120225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:29:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:04.836Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T11:30:04.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T11:30:04.841Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T11:30:04.842Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T11:30:04.846Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:30:04.860Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T11:30:04.861Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T11:30:04.868Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:30:05.006Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T11:30:05.007Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:30:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[270496], x-aai-txid=[2-aai-resources-230326-11:30:04:537-83134], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:30:05.007Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:30:05.007Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:30:05.007Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:30:05.019Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:30:05.020Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:30:05.020Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:30:05.020Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:05.020Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:05.020Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830205020,
  "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-26T11:30:06.049Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:30:06.049Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:30:06.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:06.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:06.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:06.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:07.051Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:07.051Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:07.051Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:07.051Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:08.052Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:08.052Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:08.052Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:08.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:09.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:09.054Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:09.054Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:09.054Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:10.055Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:10.055Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:10.056Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:10.056Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:11.056Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:11.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:11.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:11.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:12.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:12.058Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:12.058Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:12.058Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:13.058Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:13.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:13.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:13.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:14.060Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:30:14.060Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:30:14.060Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T11:30:14.061Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:30:14.061Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T11:30:14.102Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:30:14.102Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:30:14.102Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:30:14.102Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:14.103Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:30:14.103Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:14.402Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:30:14.404Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T11:30:14.404Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:30:14.404Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:14.404Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:30:14.405Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:14.405Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:14.405Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830214404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:15.405Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:30:15.406Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:30:15.406Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:15.406Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:15.407Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:15.407Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:15.490Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11369633552554717697/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T11:30:16.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:30:16.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:30:16.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:16.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:30:16.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:16.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:16.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:30:16.118Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:30:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T11:30:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T11:30:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:30:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T11:30:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:30:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830216166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:17.167Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:30:17.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T11:30:17.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:30:17.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:17.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:17.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830217167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:18.170Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:30:18.197Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:30:18.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:30:18.217Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:30:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830128345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830129395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830130397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830161633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830171049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830172786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T11:30:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:30:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830173787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T11:30:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:30:48.217Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T11:30:48.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T11:30:48.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T11:30:48.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T11:30:48.237Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:30:48.255Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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-26T11:30:48.256Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T11:30:48.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:30:48.394Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:30:48.395Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:30:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[278688], x-aai-txid=[2-aai-resources-230326-11:30:47:934-65761], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:30:48.395Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:30:48.395Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:30:48.395Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:30:48.402Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:30:48.403Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:30:48.403Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:30:48.403Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:48.403Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:48.403Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830248403,
  "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-26T11:30:49.432Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:30:49.432Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:30:49.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:49.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:49.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:49.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:50.434Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:50.434Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:50.434Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:50.434Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:51.435Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:51.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:51.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:51.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:52.437Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:52.437Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:52.437Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:52.437Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:53.439Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:53.439Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:53.439Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:53.439Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:54.440Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:54.440Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:54.440Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:54.440Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:55.441Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:55.442Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:55.442Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:55.442Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:56.443Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:56.443Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:56.443Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:56.443Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:57.444Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:57.445Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:57.445Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:57.445Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:30:58.446Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:30:58.446Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:58.447Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:58.447Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:30:59.448Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:30:59.449Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:30:59.449Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T11:30:59.449Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:30:59.449Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T11:30:59.490Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:30:59.491Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:30:59.491Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:30:59.491Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:30:59.491Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:30:59.492Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:30:59.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:30:59.837Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T11:30:59.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:30:59.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:30:59.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:30:59.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:30:59.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:30:59.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830259838,
  "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-26T11:31:00.839Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:31:00.840Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:31:00.840Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:31:00.840Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T11:31:00.841Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:31:00.841Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:31:00.932Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6428015807203454764/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T11:31:01.829Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:31:01.829Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:31:01.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:31:01.831Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.832Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:31:01.833Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:31:01.833Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:31:01.833Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T11:31:01.887Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T11:31:01.887Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:31:01.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T11:31:01.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:31:01.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:01.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:01.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830261887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:31:02.889Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:31:02.889Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T11:31:02.889Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:31:02.889Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:02.889Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:02.889Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830262889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:31:03.890Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:31:03.911Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:31:03.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:31:03.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:31:03.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:31:03.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:31:03.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:31:03.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:31:03.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:31:03.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:31:03.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:31:03.931Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:31:33.932Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T11:31:33.941Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T11:31:33.941Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T11:31:33.942Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T11:31:33.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:31:33.964Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T11:31:33.964Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f563f29-519a-4d2f-8f39-175409a27ee1], X-ECOMP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-TransactionId=[], X-ONAP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], Content-Type=[application/merge-patch+json]}
2023-03-26T11:31:33.970Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:31:34.115Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:31:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[229512], x-aai-txid=[1-aai-resources-230326-11:31:33:638-73664], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:31:34.115Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:31:34.115Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T11:31:34.116Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:31:34.116Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:31:34.124Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:31:34.124Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:31:34.124Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:31:34.124Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:34.124Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:34.125Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830294124,
  "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-26T11:31:35.157Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:31:35.157Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:31:35.157Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:31:35.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:35.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:35.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:31:36.159Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:31:36.159Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:36.159Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:36.159Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:31:37.160Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:31:37.161Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:37.161Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:37.161Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:31:38.162Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:31:38.162Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:38.162Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:38.163Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:31:39.164Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:31:39.164Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:39.164Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:39.164Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:31:40.165Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:31:40.165Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:40.166Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:40.166Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:31:41.166Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:31:41.166Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:41.167Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:41.167Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:31:42.167Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:31:42.167Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:42.168Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:42.168Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:31:43.168Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:31:43.169Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:31:43.169Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T11:31:43.169Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:31:43.169Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T11:31:43.220Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:31:43.221Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:31:43.221Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:31:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:31:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:31:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:31:43.246Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:31:43.246Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4dd214c3
2023-03-26T11:31:43.247Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:31:43.247Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T11:31:43.247Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:31:43.248Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:31:43.248Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:31:43.248Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:31:43.248Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:43.248Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:43.248Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830303248,
  "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-26T11:31:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:31:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version158: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version159: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T11:31:43.677Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:31:43.678Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:31:43.683Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=88, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:31:43.684Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 88: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:31:43.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=88, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:31:43.702Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:31:43.702Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:31:43.708Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:31:43.708Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:31:43.709Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:31:43.709Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2726, 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-26T11:31:43.709Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:31:43.709Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:31:44.249Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T11:31:44.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T11:31:44.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:31:44.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T11:31:44.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:31:44.292Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:44.293Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:44.293Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830304292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:31:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830205020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:31:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.724Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.725Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830214404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.726Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830216166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830217167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830248403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.727Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.728Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.729Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830259838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830261887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830262889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.730Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830294124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.731Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.732Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:31:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830303248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:31:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:31:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830304292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T11:31:44.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:31:45.293Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:31:45.293Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T11:31:45.294Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:31:45.294Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:31:45.294Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:31:45.294Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830305293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:31:46.295Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:31:46.322Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:31:46.327Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:31:46.327Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:31:46.327Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:31:46.327Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:31:46.327Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:31:46.327Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:31:46.328Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:31:46.328Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:31:46.328Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:31:46.344Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:32:16.344Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T11:32:16.355Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T11:32:16.355Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T11:32:16.356Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T11:32:16.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:32:16.385Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T11:32:16.386Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb4cca99-8970-4240-a6e0-4f338e10d4d1], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T11:32:16.394Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:32:16.514Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:32:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[217136], x-aai-txid=[1-aai-resources-230326-11:32:16:064-51497], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:32:16.515Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:32:16.515Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T11:32:16.515Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:32:16.515Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:32:16.527Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:32:16.527Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:32:16.527Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:32:16.527Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:16.527Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:16.527Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830336527,
  "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-26T11:32:17.556Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:32:17.557Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:32:17.557Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:17.557Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:17.557Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:17.557Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:32:18.558Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:18.558Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:18.559Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:18.559Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:32:19.559Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:19.560Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:19.560Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:19.560Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:32:20.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:20.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:20.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:20.561Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:32:21.562Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:21.563Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:21.563Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:21.563Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:32:22.565Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:22.565Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:22.565Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:22.565Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:32:23.567Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:23.567Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:23.567Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:23.567Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:32:24.568Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:24.569Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:24.569Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:24.569Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:32:25.570Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:32:25.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:25.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:25.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:32:26.572Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:32:26.572Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:32:26.572Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T11:32:26.573Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:32:26.573Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T11:32:26.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:32:26.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:32:26.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:32:26.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:32:26.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:32:26.617Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:32:26.642Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:32:26.643Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f3fb971
2023-03-26T11:32:26.643Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:32:26.643Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T11:32:26.644Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:32:26.644Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:32:26.644Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:32:26.644Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:32:26.644Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:26.645Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:26.645Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830346644,
  "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-26T11:32:27.645Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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:4049ebcf-09de-471c-9225-779119432cf4)
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-26T11:32:27.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T11:32:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:32:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T11:32:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:32:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:27.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830347685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:32:28.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:32:28.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T11:32:28.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:32:28.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:28.688Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:28.688Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830348687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:32:29.688Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:32:29.716Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:32:29.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:32:29.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:32:29.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:32:29.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:32:29.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:32:29.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:32:29.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:32:29.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:32:29.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:32:29.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:32:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:32:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830305293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T11:32:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830336527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:32:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:32:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:32:43.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830346644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:32:43.670Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830347685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T11:32:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:32:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830348687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T11:32:43.671Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:32:59.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T11:32:59.748Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T11:32:59.749Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T11:32:59.749Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T11:32:59.755Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:32:59.767Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T11:32:59.767Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36658e41-9611-4e6a-91e9-dd1674fa106f], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T11:32:59.774Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:32:59.902Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:32:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[299168], x-aai-txid=[0-aai-resources-230326-11:32:59:442-13405], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:32:59.902Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:32:59.903Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:32:59.903Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:32:59.903Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:32:59.914Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:32:59.915Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:32:59.915Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:32:59.915Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:32:59.915Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:32:59.915Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830379915,
  "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-26T11:33:00.946Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:33:00.947Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:33:00.947Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:00.947Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:00.947Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:00.947Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:33:01.948Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:01.948Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:01.948Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:01.948Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:33:02.949Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:02.949Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:02.949Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:02.949Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:33:03.950Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:03.950Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:03.950Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:03.950Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:33:04.951Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:04.951Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:04.952Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:04.952Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:33:05.952Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:05.953Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:05.953Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:05.953Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:33:06.953Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:06.953Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:06.953Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:06.953Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:33:07.954Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:07.954Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:07.954Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:07.954Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "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-26T11:33:08.955Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:33:08.955Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:08.955Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:08.955Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:33:09.956Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:33:09.956Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:33:09.956Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T11:33:09.957Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:33:09.957Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T11:33:10.020Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:33:10.020Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:33:10.021Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:33:10.021Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:33:10.021Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:33:10.021Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:33:10.049Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:33:10.050Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f9d7adb
2023-03-26T11:33:10.050Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:33:10.051Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T11:33:10.051Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:33:10.051Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:33:10.051Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:33:10.051Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:33:10.052Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:10.052Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:10.052Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830390051,
  "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-26T11:33:11.053Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T11:33:11.074Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:33:11.075Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T11:33:11.090Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:33:11.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b0ce618-cc14-49ba-ae46-da21f0122669 test-pnf
2023-03-26T11:33:11.119Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T11:33:11.119Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T11:33:11.119Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b0ce618-cc14-49ba-ae46-da21f0122669 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-26T11:33:11.126Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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$$a2dc62b5.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-26T11:33:11.148Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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$$a2dc62b5.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-26T11:33:11.162Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b0ce618-cc14-49ba-ae46-da21f0122669 0 ASDC deployResourceStructure
2023-03-26T11:33:11.162Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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$$a2dc62b5.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-26T11:33:11.162Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:33:11.162Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:33:11.162Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:33:11.163Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:11.163Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:11.163Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830391162,
  "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-26T11:33:12.163Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:33:12.192Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:33:12.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:33:12.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:33:12.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:33:12.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:33:12.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:33:12.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:33:12.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:33:12.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T11:33:12.199Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:33:12.212Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:33:42.212Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T11:33:42.221Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T11:33:42.221Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T11:33:42.222Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T11:33:42.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:33:42.245Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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-26T11:33:42.246Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T11:33:42.255Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T11:33:42.510Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T11:33:42.510Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:33:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[251], vertex-id=[278536], x-aai-txid=[1-aai-resources-230326-11:33:41:923-90215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:33:42.510Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:33:42.510Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:33:42.511Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:33:42.517Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:33:42.517Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T11:33:42.518Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:33:42.518Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:33:42.518Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:33:42.518Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830422517,
  "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-26T11:33:43.552Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T11:33:43.552Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T11:33:43.554Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T11:33:43.554Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T11:33:43.555Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:33:43.555Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:33:43.555Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:33:43.556Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T11:33:43.557Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:33:43.561Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-45c3eab3-4ad4-4877-80a5-e6b4f1f6ed8a
2023-03-26T11:33:43.561Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:33:43.562Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T11:33:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:33:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830379915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:33:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:33:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679829600793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830390051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:33:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830391162,
  "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-26T11:33:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:33:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830422517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T11:33:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:33:44.179Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:33:47.188Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:33:50.197Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:33:53.207Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:33:56.216Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:33:59.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:02.233Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:05.242Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:08.251Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:11.260Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:14.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:17.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:20.289Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:23.297Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:26.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:29.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:32.324Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:35.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:38.343Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:41.352Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:34:43.552Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T11:34:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:43.676Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:34:43.676Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:34:43.682Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:34:43.682Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-45c3eab3-4ad4-4877-80a5-e6b4f1f6ed8a', protocol='range'}
2023-03-26T11:34:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:34:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:34:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:34:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:34:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:34:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:34:43.688Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 89: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-45c3eab3-4ad4-4877-80a5-e6b4f1f6ed8a=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-26T11:34:43.704Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-45c3eab3-4ad4-4877-80a5-e6b4f1f6ed8a', protocol='range'}
2023-03-26T11:34:43.704Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:34:43.705Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:34:43.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:34:43.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:34:43.706Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:34:43.709Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:34:43.710Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:34:43.710Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:34:43.710Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:34:43.710Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:34:43.710Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T11:34:43.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:34:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:34:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:34:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2790, 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-26T11:34:43.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:34:43.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:34:43.800Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:34:43.800Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:34:43.801Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:34:43.801Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:43.801Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:43.801Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:34:44.727Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:34:44.727Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:34:44.801Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:34:44.802Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:44.802Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:44.802Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:45.803Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:34:45.804Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:45.804Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:45.804Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:46.805Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:34:46.805Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:46.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:46.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:47.807Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:34:47.807Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:47.807Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:47.807Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:48.808Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:34:48.809Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:48.809Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:48.809Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:49.810Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:34:49.811Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:49.811Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:49.811Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:50.812Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:34:50.813Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:34:50.813Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T11:34:50.813Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:34:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T11:34:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:34:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:34:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:34:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T11:34:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:34:50.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T11:34:50.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:34:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@747ad3e4
2023-03-26T11:34:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:34:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T11:34:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:34:50.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T11:34:50.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T11:34:50.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:34:50.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:50.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:50.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830490893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:51.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T11:34:51.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T11:34:51.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:34:51.915Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T11:34:51.916Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T11:34:51.916Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T11:34:51.916Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:34:51.917Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T11:34:51.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:34:51.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4799cc8b
2023-03-26T11:34:51.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:34:51.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T11:34:51.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:34:51.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T11:34:51.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T11:34:51.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:34:51.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:34:51.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:34:51.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830491933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:34:52.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T11:34:52.936Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:34:52.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:34:52.966Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:34:52.966Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:35:22.967Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:35:22.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:35:22.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:35:22.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:35:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:35:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:35:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:35:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:35:52.993Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:35:53.018Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:35:53.023Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:35:53.023Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:36:23.023Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:36:23.047Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:36:23.051Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:36:23.051Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:36:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:36:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:36:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:36:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:36:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:36:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:36:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:36:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:36:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830490893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:36:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:36:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T11:36:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830491933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:36:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:36:53.052Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:36:53.077Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:36:53.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:36:53.082Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:37:23.083Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:37:23.111Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:37:23.116Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:37:23.116Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:37:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:37:53.116Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:37:53.143Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:37:53.147Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:37:53.147Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:38:23.148Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:38:23.167Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:38:23.170Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:38:23.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:38:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:38:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:38:53.199Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:38:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:38:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:39:23.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:39:23.230Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:39:23.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:39:23.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:39:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:39:43.849Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:39:43.849Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-45c3eab3-4ad4-4877-80a5-e6b4f1f6ed8a 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-26T11:39:43.849Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T11:39:43.849Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T11:39:44.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:39:44.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:39:44.267Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:39:44.273Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=90, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:39:44.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 90: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:39:44.292Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=90, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:39:44.293Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:39:44.294Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:39:44.299Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:39:44.299Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:39:44.299Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:39:44.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2799, 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-26T11:39:44.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:39:44.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:39:53.235Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T11:39:53.235Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T11:39:53.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T11:39:53.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T11:39:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T11:39:53.251Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:39:53.271Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T11:39:53.271Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d2c7ab2-8463-4a2e-92ff-2e900c9c692b], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T11:39:53.280Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T11:39:53.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:39:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-11:39:52:952-16633], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:39:53.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:39:53.413Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T11:39:53.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:39:53.414Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:39:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:39:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T11:39:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T11:39:53.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:39:53.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:39:53.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830793421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:39:53.440Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:39:53.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830793421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T11:39:53.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T11:39:54.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:39:54.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:39:54.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:39:54.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:39:54.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:39:54.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:39:55.454Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:39:55.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:39:55.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:39:55.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:39:56.455Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:39:56.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:39:56.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:39:56.456Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:39:57.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:39:57.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:39:57.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:39:57.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:39:58.457Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:39:58.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:39:58.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:39:58.458Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:39:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:39:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:39:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:39:59.459Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:40:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:00.460Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:01.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:40:01.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:40:01.461Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T11:40:01.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:40:01.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T11:40:01.504Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:40:01.505Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:40:01.505Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:40:01.505Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:01.505Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:40:01.505Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:01.829Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:40:01.832Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T11:40:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:40:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:40:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:01.833Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830801833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:02.834Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:40:02.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:40:02.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:02.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T11:40:02.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:02.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:03.012Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1385870518803745542/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T11:40:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:40:04.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:40:04.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:40:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:40:04.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:04.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T11:40:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T11:40:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:40:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T11:40:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:40:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830804528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:05.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:40:05.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T11:40:05.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:40:05.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:05.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:05.530Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830805529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:06.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:40:06.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:40:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:40:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:40:06.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:40:06.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:40:06.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:40:06.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:40:06.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:40:06.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:40:06.561Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:40:06.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:40:36.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T11:40:36.586Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T11:40:36.586Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T11:40:36.587Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T11:40:36.593Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:40:36.605Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T11:40:36.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T11:40:36.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:40:36.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T11:40:36.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:40:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-11:40:36:283-79529], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:40:36.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:40:36.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:40:36.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:40:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:40:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:40:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:40:36.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:36.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:36.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830836752,
  "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-26T11:40:37.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:40:37.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:40:37.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:40:37.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:37.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:37.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:38.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:40:38.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:38.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:38.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:39.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:40:39.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:39.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:39.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:40.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:40:40.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:40.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:40.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:41.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:40:41.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:41.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:41.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:42.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:40:42.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:42.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:42.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:40:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830801833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830804528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830805529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830836752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:40:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:40:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:40:43.668Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:40:43.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:40:43.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:43.794Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:43.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:44.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:40:44.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:40:44.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T11:40:44.797Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:40:44.797Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T11:40:44.836Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:40:44.837Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:40:44.837Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:40:44.837Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:44.837Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:40:44.837Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:45.603Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:40:45.607Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T11:40:45.607Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:40:45.607Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:45.607Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:40:45.608Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:45.608Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:45.608Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830845607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:46.609Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:40:46.610Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:40:46.610Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:46.610Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T11:40:46.611Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:46.611Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:46.735Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3094510482483119050/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T11:40:48.271Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T11:40:48.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:40:48.274Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:40:48.275Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.276Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:40:48.277Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:40:48.278Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:40:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:40:48.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T11:40:48.330Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T11:40:48.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:40:48.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T11:40:48.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:40:48.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:48.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:48.331Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830848331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:49.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:40:49.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T11:40:49.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:40:49.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:40:49.332Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:40:49.333Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830849332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:40:50.334Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:40:50.364Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:40:50.368Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:40:50.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:40:50.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:40:50.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:40:50.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:40:50.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:40:50.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:40:50.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:40:50.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:40:50.384Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:41:20.384Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T11:41:20.397Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T11:41:20.398Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T11:41:20.398Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T11:41:20.405Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:41:20.422Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T11:41:20.423Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3cc64ac6-e75e-481c-ba2a-b93bd5d26430], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T11:41:20.431Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:41:20.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:41:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-11:41:20:101-75871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:41:20.578Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:41:20.579Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T11:41:20.579Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:41:20.579Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:41:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:41:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:41:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:41:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:20.586Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:20.587Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830880586,
  "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-26T11:41:21.616Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:41:21.616Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:41:21.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:41:21.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:21.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:21.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:41:22.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:41:22.618Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:22.618Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:22.618Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:41:23.619Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:41:23.619Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:41:23.619Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T11:41:23.620Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T11:41:23.620Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T11:41:23.664Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:41:23.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:41:23.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:41:23.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:41:23.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:41:23.665Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:41:23.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:41:23.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58ce84d1
2023-03-26T11:41:23.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:41:23.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T11:41:23.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:41:23.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:41:23.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:41:23.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:41:23.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:23.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:23.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830883688,
  "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-26T11:41:24.690Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T11:41:24.734Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T11:41:24.735Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:41:24.735Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T11:41:24.735Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:41:24.735Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:24.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:24.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830884735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:41:25.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:41:25.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T11:41:25.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:41:25.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:25.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:25.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830885736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:41:26.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:41:26.762Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:41:26.766Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:41:26.766Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:41:26.766Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:41:26.766Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:41:26.766Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:41:26.766Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:41:26.767Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:41:26.767Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:41:26.767Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:41:26.781Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:41:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:41:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:41:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:41:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:41:56.781Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T11:41:57.541Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T11:41:57.542Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T11:41:57.542Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T11:41:57.549Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:41:57.567Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T11:41:57.567Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T11:41:57.573Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:41:57.726Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T11:41:57.727Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:41:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[167992], x-aai-txid=[2-aai-resources-230326-11:41:57:243-53401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:41:57.727Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:41:57.727Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:41:57.727Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:41:57.735Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:41:57.735Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:41:57.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:41:57.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:57.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:57.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830917736,
  "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-26T11:41:58.765Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:41:58.765Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:41:58.765Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:41:58.765Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:58.766Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:58.766Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:41:59.767Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:41:59.767Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:41:59.767Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:41:59.767Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:00.768Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:00.769Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:00.769Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:00.769Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:01.770Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:01.770Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:01.770Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:01.770Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:02.771Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:02.771Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:02.772Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:02.772Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:03.773Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:03.773Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:03.773Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:03.773Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:04.775Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:04.775Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:04.775Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:04.775Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:05.776Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:05.777Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:05.777Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:05.777Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:06.777Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:42:06.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:42:06.778Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T11:42:06.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:42:06.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T11:42:06.816Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:42:06.817Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:42:06.817Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:42:06.817Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:06.817Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:42:06.818Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:07.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:42:07.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T11:42:07.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:42:07.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:07.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:42:07.093Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:07.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:07.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830927093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:08.094Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:42:08.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:42:08.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.096Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.241Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4579293287964162532/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.795Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:42:08.796Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:42:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:42:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:42:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:42:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:42:08.797Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T11:42:09.078Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T11:42:09.078Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:42:09.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T11:42:09.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:42:09.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:09.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:09.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830929078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:10.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:42:10.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T11:42:10.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:42:10.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:10.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:10.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830930080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:11.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:42:11.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:42:11.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:42:11.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:42:11.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:42:11.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:42:11.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:42:11.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:42:11.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:42:11.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:42:11.114Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:42:11.131Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:42:41.131Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T11:42:41.139Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T11:42:41.140Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T11:42:41.140Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T11:42:41.144Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:42:41.156Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T11:42:41.157Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f801f12-e15a-41f5-849a-23fce193ec41], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T11:42:41.164Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:42:41.317Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:42:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[213160], x-aai-txid=[2-aai-resources-230326-11:42:40:834-38288], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:42:41.317Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:42:41.318Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T11:42:41.318Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:42:41.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:42:41.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:42:41.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:42:41.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:42:41.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:41.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:41.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830961326,
  "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-26T11:42:42.357Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:42:42.357Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:42:42.357Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:42.358Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:42.358Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:42.358Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:42:43.358Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:43.359Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:43.359Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:43.359Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:42:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830845607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:42:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830848331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T11:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830849332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T11:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830880586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830883688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830884735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830885736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T11:42:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:42:44.360Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:44.360Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:44.360Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:44.360Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:42:45.361Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:45.361Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:45.361Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:45.362Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:42:46.363Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:46.364Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:46.364Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:46.364Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:42:47.364Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:47.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:47.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:47.365Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:42:48.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:42:48.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:48.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:48.366Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:49.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:42:49.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:42:49.368Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T11:42:49.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:42:49.368Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T11:42:49.406Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:42:49.406Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:42:49.406Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:42:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:42:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:42:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:42:49.433Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:42:49.433Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39b0a106
2023-03-26T11:42:49.434Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:42:49.434Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T11:42:49.434Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:42:49.434Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:42:49.435Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:42:49.435Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:42:49.435Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:49.435Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:49.435Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830969434,
  "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-26T11:42:50.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T11:42:50.486Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T11:42:50.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:42:50.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T11:42:50.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:42:50.487Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:50.488Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:50.488Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830970487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:51.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:42:51.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T11:42:51.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:42:51.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:42:51.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:42:51.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830971489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:42:52.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:42:52.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:42:52.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:42:52.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:43:22.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T11:43:22.540Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T11:43:22.540Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T11:43:22.541Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T11:43:22.548Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:43:22.565Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T11:43:22.565Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a9022f0-fa02-494b-926a-9dd3e96e6944], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T11:43:22.572Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:43:22.704Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:43:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-11:43:22:244-48112], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:43:22.704Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:43:22.705Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T11:43:22.706Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:43:22.706Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:43:22.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:43:22.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:43:22.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:43:22.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:22.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:22.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831002712,
  "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-26T11:43:23.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:43:23.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:43:23.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:43:23.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:23.744Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:23.745Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:24.746Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:43:24.746Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:24.746Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:24.746Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:25.747Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:43:25.748Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:25.748Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:25.748Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:26.749Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:43:26.749Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:26.749Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:26.749Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:27.750Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:43:27.750Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:27.750Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:27.750Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:28.751Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:43:28.752Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:28.752Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:28.752Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:29.753Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:43:29.753Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:29.753Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:29.753Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:30.755Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:43:30.755Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:30.756Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:30.756Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:31.757Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:43:31.758Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:43:31.758Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T11:43:31.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:43:31.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T11:43:31.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:43:31.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:43:31.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:43:31.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:31.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:43:31.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:32.078Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:43:32.080Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T11:43:32.080Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:43:32.080Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:32.080Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:43:32.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:32.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:32.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831012080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:33.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:43:33.082Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:43:33.082Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.082Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.082Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.083Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.155Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11523568138550878772/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.754Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:43:33.755Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:43:33.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:43:33.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:43:33.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:43:33.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:43:33.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:43:33.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:43:33.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:43:33.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T11:43:33.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T11:43:33.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:43:33.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T11:43:33.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:43:33.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:33.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:33.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831013800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:34.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:43:34.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T11:43:34.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:43:34.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:43:34.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:43:34.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831014801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:35.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:43:35.823Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:43:35.826Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:43:35.838Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:43:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830917736,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830927093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:43:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830929078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830930080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830961326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:43:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:05.839Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T11:44:05.849Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T11:44:05.849Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T11:44:05.850Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T11:44:05.854Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:44:05.864Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T11:44:05.865Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a9266e8-8662-46fa-8f62-b4dae9632b61], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T11:44:05.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:44:06.003Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:44:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-11:44:05:540-48935], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:44:06.003Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:44:06.004Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T11:44:06.004Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:44:06.004Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:44:06.011Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:44:06.011Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:44:06.011Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:44:06.011Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:06.011Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:06.012Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831046011,
  "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-26T11:44:07.037Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:44:07.038Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:44:07.038Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:07.038Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:07.038Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:07.039Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:08.039Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:08.040Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:08.040Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:08.040Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:09.041Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:09.042Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:09.042Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:09.042Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:10.043Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:10.044Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:10.044Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:10.044Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:11.045Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:11.045Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:11.046Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:11.046Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:12.046Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:12.047Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:12.047Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:12.047Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:13.048Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:13.048Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:13.048Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:13.049Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:14.050Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:14.051Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:14.051Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:14.051Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:15.052Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:44:15.052Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:44:15.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T11:44:15.053Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:44:15.053Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T11:44:15.099Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:44:15.100Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:44:15.100Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:44:15.100Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:15.100Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:44:15.101Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:15.359Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:44:15.361Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T11:44:15.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:44:15.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:15.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:44:15.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:15.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:15.362Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831055362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:16.363Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:44:16.363Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:44:16.364Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:16.364Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:16.365Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:16.365Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:16.442Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9136269005073832217/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T11:44:17.044Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:44:17.044Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:44:17.044Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:17.044Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:44:17.044Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:17.044Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:17.044Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:44:17.045Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:44:17.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T11:44:17.084Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T11:44:17.085Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:44:17.085Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T11:44:17.085Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:44:17.085Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:17.085Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:17.085Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831057085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:18.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:44:18.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T11:44:18.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:44:18.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:18.086Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:18.087Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831058086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:19.087Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:44:19.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:44:19.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:44:19.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:44:19.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:44:19.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:44:19.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:44:19.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:44:19.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:44:19.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:44:19.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:44:19.137Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:44:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:44:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:44:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830969434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:44:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830970487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830971489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831002712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831012080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:44:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831013800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T11:44:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:44:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831014801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T11:44:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:44:49.137Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T11:44:49.149Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T11:44:49.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T11:44:49.150Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T11:44:49.156Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:44:49.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T11:44:49.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4faf435c-e86d-4e7a-9d07-e18926cad8ff], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T11:44:49.179Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:44:49.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:44:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[278688], x-aai-txid=[2-aai-resources-230326-11:44:48:848-88288], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:44:49.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:44:49.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:44:49.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:44:49.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:44:49.337Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:44:49.338Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:44:49.338Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:44:49.338Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:49.338Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:49.338Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831089338,
  "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-26T11:44:50.371Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:44:50.371Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:44:50.372Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:50.372Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:50.372Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:50.372Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:51.372Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:51.373Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:51.373Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:51.373Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:52.373Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:52.374Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:52.374Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:52.374Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:53.375Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:53.375Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:53.375Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:53.375Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:54.376Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:54.377Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:54.377Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:54.377Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:55.377Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:55.378Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:55.378Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:55.378Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:56.378Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:56.379Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:56.379Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:56.379Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:57.380Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:57.380Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:57.380Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:57.381Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:58.381Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:58.382Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:58.382Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:58.382Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:44:59.382Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:44:59.383Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:44:59.383Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:44:59.383Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:45:00.384Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:45:00.384Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:45:00.384Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T11:45:00.385Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:45:00.385Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T11:45:00.427Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:45:00.428Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:45:00.428Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:45:00.428Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:45:00.428Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:45:00.428Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:45:00.740Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:45:00.745Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T11:45:00.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:45:00.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:45:00.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:45:00.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:00.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:00.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831100746,
  "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-26T11:45:01.747Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:45:01.748Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:45:01.748Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:45:01.748Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T11:45:01.749Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:45:01.749Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:45:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17799854411277521195/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T11:45:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:45:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:45:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:45:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T11:45:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:45:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:45:02.761Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T11:45:02.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T11:45:02.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:45:02.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T11:45:02.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:45:02.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:02.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:02.801Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831102801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:45:03.802Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:45:03.802Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T11:45:03.802Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:45:03.802Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:03.803Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:03.803Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831103802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:45:04.803Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:45:04.830Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:45:04.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:45:04.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:45:04.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:45:04.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:45:04.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:45:04.835Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:45:04.835Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:45:04.835Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:45:04.835Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:45:04.849Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:45:34.849Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T11:45:34.860Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T11:45:34.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T11:45:34.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T11:45:34.868Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:45:34.885Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T11:45:34.886Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T11:45:34.892Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:45:35.024Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T11:45:35.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:45:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[229512], x-aai-txid=[0-aai-resources-230326-11:45:34:563-15660], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:45:35.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:45:35.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:45:35.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:45:35.033Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:45:35.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:45:35.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:45:35.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:35.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:35.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831135034,
  "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-26T11:45:36.065Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:45:36.065Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:45:36.065Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:45:36.065Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:36.066Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:36.066Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:45:37.066Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:45:37.067Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:37.067Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:37.067Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:45:38.067Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:45:38.068Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:38.068Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:38.068Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:45:39.068Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:45:39.069Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:39.069Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:39.069Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:45:40.070Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:45:40.071Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:40.071Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:40.071Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:45:41.072Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:45:41.073Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:41.073Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:41.073Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:45:42.074Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:45:42.075Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:42.075Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:42.075Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:45:43.076Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:45:43.077Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:43.077Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:43.077Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:45:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:45:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version161: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version162: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T11:45:43.675Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:45:43.675Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:45:43.681Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=91, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:45:43.682Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 91: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:45:43.699Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=91, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:45:43.699Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:45:43.700Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:45:43.705Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:45:43.705Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:45:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:45:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2862, 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-26T11:45:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:45:43.706Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:45:44.079Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:45:44.080Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:45:44.081Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T11:45:44.081Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:45:44.082Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T11:45:44.119Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:45:44.120Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:45:44.120Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:45:44.120Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:45:44.120Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:45:44.120Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:45:44.140Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:45:44.140Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d087043
2023-03-26T11:45:44.140Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:45:44.141Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T11:45:44.141Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:45:44.141Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:45:44.141Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:45:44.141Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:45:44.141Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:44.141Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:44.141Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831144141,
  "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-26T11:45:44.719Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831046011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:45:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.720Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.721Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.722Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831055362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831057085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831058086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.723Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.724Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.725Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.726Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.727Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.728Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.729Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.730Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.731Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.732Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.733Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679831049456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831010394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831045137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679831040125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831041691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831058805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.734Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831070507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831070850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679831071245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831071626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831071510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.735Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679831072512,
  "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-26T11:45:44.763Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0e35ab3-5861-494c-8dd5-28a7685c49c1
2023-03-26T11:45:44.764Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T11:45:44.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.787Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831073374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T11:45:44.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.788Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679831074379,
  "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-26T11:45:44.801Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0e35ab3-5861-494c-8dd5-28a7685c49c1
2023-03-26T11:45:44.802Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T11:45:44.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831074403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T11:45:44.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.826Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679831075406,
  "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-26T11:45:44.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0e35ab3-5861-494c-8dd5-28a7685c49c1
2023-03-26T11:45:44.841Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T11:45:44.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831089338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:45:44.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831100746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:45:44.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831102801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T11:45:44.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831103802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T11:45:44.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831135034,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:45:44.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.871Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:45:44.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:45:44.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:44.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:45:44.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831144141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:45:44.872Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:45:45.142Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T11:45:45.193Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T11:45:45.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:45:45.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T11:45:45.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:45:45.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:45.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:45.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831145194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:45:46.195Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:45:46.195Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T11:45:46.195Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:45:46.195Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:45:46.195Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:45:46.196Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831146195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:45:47.197Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:45:47.219Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:45:47.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:45:47.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:45:47.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:45:47.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:45:47.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:45:47.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:45:47.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:45:47.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:45:47.225Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:45:47.240Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:46:17.241Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T11:46:17.251Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T11:46:17.251Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T11:46:17.252Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T11:46:17.256Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:46:17.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T11:46:17.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1f0aa93-1ab7-4ce4-a5e6-9d7b0cd7bdc2], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T11:46:17.275Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:46:17.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:46:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[217136], x-aai-txid=[2-aai-resources-230326-11:46:16:946-3935], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:46:17.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:46:17.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T11:46:17.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:46:17.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:46:17.415Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:46:17.416Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:46:17.416Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:46:17.416Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:17.416Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:17.416Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831177416,
  "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-26T11:46:18.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:46:18.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:46:18.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:18.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:18.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:18.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:46:19.449Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:19.450Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:19.450Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:19.450Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:46:20.451Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:20.451Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:20.451Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:20.451Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:46:21.452Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:21.452Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:21.452Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:21.452Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:46:22.453Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:22.453Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:22.453Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:22.453Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:46:23.454Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:23.454Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:23.454Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:23.455Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:46:24.455Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:24.455Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:24.455Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:24.456Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:46:25.456Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:25.456Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:25.457Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:25.457Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:46:26.457Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:46:26.458Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:26.458Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:26.458Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:46:27.459Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:46:27.459Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:46:27.459Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T11:46:27.459Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:46:27.459Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T11:46:27.510Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:46:27.510Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:46:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:46:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:46:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:46:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:46:27.610Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:46:27.614Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 111089
2023-03-26T11:46:27.614Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:46:27.614Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:46:27.614Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:46:27.615Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:27.615Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:27.615Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831187614,
  "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-26T11:46:28.615Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:46:28.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:46:28.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:28.617Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-26T11:46:28.618Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:28.618Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:28.706Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7935190539725755061/Definitions/service-TestPnfMacro-template.yml
2023-03-26T11:46:29.263Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:46:29.264Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:46:29.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
Model Version:NULL
Model InvariantUuid:b72c523a-d765-4f54-88a2-976ee04cdc45
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-26T11:46:29.311Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T11:46:29.312Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:46:29.312Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T11:46:29.312Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:46:29.312Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:29.312Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:29.312Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831189312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:46:30.312Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T11:46:30.313Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T11:46:30.313Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:46:30.313Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:46:30.313Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:46:30.313Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831190312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:46:31.314Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:46:31.341Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:46:31.345Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:46:31.346Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:46:31.346Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:46:31.346Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:46:31.346Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:46:31.346Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:46:31.346Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:46:31.346Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:46:31.346Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:46:31.360Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:46:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:46:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T11:46:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831145194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T11:46:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:01.360Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T11:47:01.373Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T11:47:01.373Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T11:47:01.374Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T11:47:01.377Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:47:01.387Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T11:47:01.387Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad1300a5-d310-4aa6-8b23-c53061b022b0], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T11:47:01.398Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:47:01.538Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:47:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[299168], x-aai-txid=[2-aai-resources-230326-11:47:01:068-12758], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:47:01.538Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:47:01.539Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:47:01.539Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:47:01.539Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:47:01.548Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:47:01.548Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:47:01.549Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:47:01.549Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:01.549Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:01.549Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831221549,
  "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-26T11:47:02.575Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:47:02.575Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:47:02.575Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:02.576Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:02.576Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:02.576Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:47:03.576Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:03.577Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:03.577Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:03.577Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:47:04.579Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:04.579Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:04.579Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:04.580Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:47:05.580Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:05.581Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:05.581Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:05.581Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:47:06.582Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:06.582Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:06.583Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:06.583Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:47:07.583Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:07.584Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:07.584Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:07.584Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:47:08.585Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:08.585Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:08.585Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:08.586Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:47:09.586Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:09.587Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:09.587Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:09.587Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "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-26T11:47:10.587Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:47:10.588Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:10.588Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:10.588Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:47:11.588Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:47:11.589Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:47:11.589Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T11:47:11.589Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:47:11.589Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T11:47:11.630Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:47:11.631Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:47:11.631Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:47:11.631Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:47:11.631Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:47:11.631Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T11:47:11.747Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:47:11.753Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 111089
2023-03-26T11:47:11.753Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:47:11.753Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:47:11.754Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:47:11.754Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:11.754Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:11.754Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831231753,
  "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-26T11:47:12.755Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:47:12.755Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:47:12.756Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:12.756Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-26T11:47:12.757Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:12.757Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:12.836Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8035100188731509662/Definitions/service-TestPnfMacro-template.yml
2023-03-26T11:47:13.410Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:47:13.410Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:47:13.410Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:13.410Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
Model Version:NULL
Model InvariantUuid:b72c523a-d765-4f54-88a2-976ee04cdc45
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-26T11:47:13.438Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T11:47:13.447Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:47:13.477Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b0ce618-cc14-49ba-ae46-da21f0122669 test-pnf
2023-03-26T11:47:13.478Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T11:47:13.478Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T11:47:13.478Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b0ce618-cc14-49ba-ae46-da21f0122669 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-26T11:47:13.490Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59f13cc6, org.onap.sdc.toscaparser.api.parameters.Input@5726d81a, org.onap.sdc.toscaparser.api.parameters.Input@6f709da3, org.onap.sdc.toscaparser.api.parameters.Input@7def6f95, org.onap.sdc.toscaparser.api.parameters.Input@2da86be2]
2023-03-26T11:47:13.490Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.491Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.491Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5ad23e04-6bee-4c80-b92b-d6feb7f725bc: test-pnf
2023-03-26T11:47:13.491Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Processing PNF resource: 7b0ce618-cc14-49ba-ae46-da21f0122669
2023-03-26T11:47:13.491Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:47:13.492Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:47:13.492Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||Resource customization UUID: 132f6a8e-3921-47a7-af76-d6b633bd4cc9 is NOT the same as notified resource customizationUUID: 2112b576-e657-4dd9-a07e-8a07acb29033
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-26T11:47:13.537Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7b0ce618-cc14-49ba-ae46-da21f0122669 0 ASDC deployResourceStructure
2023-03-26T11:47:13.538Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:47:13.538Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T11:47:13.538Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-26T11:47:13.538Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:13.538Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:13.539Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831233538,
  "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-26T11:47:14.539Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:47:14.563Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:47:14.567Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:47:14.567Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:47:14.567Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:47:14.567Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:47:14.567Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:47:14.567Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:47:14.567Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:47:14.568Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:47:14.568Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:47:14.580Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:47:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:47:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831146195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T11:47:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831177416,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:47:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:47:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:47:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831187614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831189312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T11:47:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831190312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T11:47:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:47:44.581Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T11:47:44.594Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T11:47:44.594Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T11:47:44.595Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T11:47:44.601Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:47:44.618Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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-26T11:47:44.618Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T11:47:44.627Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:47:44.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T11:47:44.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:47:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[175], vertex-id=[278536], x-aai-txid=[0-aai-resources-230326-11:47:44:299-95926], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:47:44.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:47:44.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:47:44.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:47:44.817Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:47:44.817Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:47:44.817Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:47:44.817Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:47:44.817Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:47:44.817Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831264817,
  "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-26T11:47:45.842Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T11:47:45.842Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T11:47:45.844Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T11:47:45.844Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 135429 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T11:47:45.844Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T11:47:45.844Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T11:47:45.845Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:47:45.845Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:47:45.845Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:47:45.845Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T11:47:45.850Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3deada14-6f7c-49ab-bf65-e7010946b71a
2023-03-26T11:47:45.851Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:47:45.851Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:47:45.851Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T11:47:47.165Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:47:50.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:47:53.182Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:47:56.192Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:47:59.204Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:02.214Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:05.223Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:08.231Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:11.240Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:14.249Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:17.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:20.265Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:23.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:26.284Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:29.293Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:32.303Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:35.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:38.324Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:41.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:48:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:43.676Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:48:43.676Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:48:43.683Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3deada14-6f7c-49ab-bf65-e7010946b71a', protocol='range'}
2023-03-26T11:48:43.684Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:48:43.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:48:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:48:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:48:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:48:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:48:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T11:48:43.689Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 92: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3deada14-6f7c-49ab-bf65-e7010946b71a=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-26T11:48:43.706Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:48:43.706Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3deada14-6f7c-49ab-bf65-e7010946b71a', protocol='range'}
2023-03-26T11:48:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:48:43.707Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:48:43.707Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:48:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:48:43.712Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:48:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:48:43.712Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:48:43.712Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:48:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:48:43.713Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:48:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:48:43.713Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:48:43.713Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T11:48:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2977, 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-26T11:48:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:48:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:48:43.805Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:48:43.805Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:48:43.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:48:43.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:43.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:43.806Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:44.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.724Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831221549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:48:44.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679830483552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831231753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831233538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831264817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:48:44.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:48:44.807Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:48:44.807Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:44.807Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:44.807Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:45.808Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:48:45.808Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:45.808Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:45.808Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:46.809Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:48:46.809Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:46.809Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:46.809Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:47.810Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:48:47.810Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:47.810Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:47.811Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:48.811Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:48:48.811Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:48.812Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:48.812Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:49.812Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:48:49.813Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:49.813Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:49.813Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:50.813Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:48:50.814Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:48:50.814Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T11:48:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:48:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T11:48:50.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:48:50.864Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:48:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:48:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T11:48:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:48:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T11:48:50.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c46bdee
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:50.892Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:50.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831330892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:51.893Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T11:48:51.915Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T11:48:51.915Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:48:51.921Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T11:48:51.921Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T11:48:51.921Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T11:48:51.921Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:48:51.922Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T11:48:51.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:48:51.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@aeb6502
2023-03-26T11:48:51.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:48:51.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T11:48:51.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:48:51.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T11:48:51.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T11:48:51.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:48:51.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:48:51.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:48:51.942Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831331941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:48:52.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T11:48:52.943Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:48:52.968Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:48:52.972Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:48:52.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:49:22.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:49:22.999Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:49:23.004Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:49:23.005Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:49:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:49:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:49:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:49:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:49:53.005Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:49:53.028Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:49:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:49:53.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:50:23.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:50:23.058Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:50:23.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:50:23.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:50:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:50:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:50:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:50:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:50:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:50:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:50:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:50:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:50:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T11:50:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:50:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:50:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:50:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:50:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:50:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:50:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:50:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:50:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831330892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:50:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:50:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:50:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831331941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:50:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:50:53.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:50:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:50:53.092Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:50:53.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:51:23.093Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:51:23.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:51:23.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:51:23.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:51:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:51:53.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:51:53.144Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:51:53.148Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:51:53.148Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:52:23.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:52:23.177Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:52:23.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:52:23.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:52:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:52:53.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:52:53.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:52:53.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:52:53.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:53:23.213Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:53:23.240Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:53:23.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T11:53:23.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T11:53:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:53:43.852Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T11:53:43.852Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3deada14-6f7c-49ab-bf65-e7010946b71a 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-26T11:53:43.852Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T11:53:43.852Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T11:53:44.240Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T11:53:44.257Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:53:44.257Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:53:44.263Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=93, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:53:44.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 93: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:53:44.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=93, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:53:44.282Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:53:44.283Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:53:44.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:53:44.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:53:44.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:53:44.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2999, 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-26T11:53:44.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:53:44.289Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:53:53.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T11:53:53.245Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T11:53:53.255Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T11:53:53.256Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T11:53:53.256Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T11:53:53.263Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:53:53.279Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T11:53:53.280Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f91bab5-feb8-4087-ad2f-c640bfdc92ab], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T11:53:53.287Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T11:53:53.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:53:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-11:53:52:958-28025], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:53:53.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:53:53.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T11:53:53.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:53:53.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:53:53.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:53:53.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T11:53:53.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T11:53:53.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:53:53.447Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:53:53.447Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831633446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:53:53.466Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:53:53.466Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831633446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T11:53:53.467Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T11:53:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:53:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:53:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:53:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:53:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:53:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:53:55.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:53:55.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:53:55.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:53:55.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:53:56.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:53:56.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:53:56.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:53:56.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:53:57.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:53:57.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:53:57.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:53:57.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:53:58.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:53:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:53:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:53:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:53:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:53:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:53:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:53:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:00.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:54:00.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:00.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:00.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:01.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:54:01.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:54:01.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T11:54:01.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:54:01.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T11:54:01.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:54:01.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:54:01.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:54:01.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:01.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:54:01.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:01.856Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:54:01.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T11:54:01.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:54:01.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:01.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:54:01.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:01.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:01.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831641860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:02.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:54:02.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:54:02.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:02.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T11:54:02.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:02.862Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:02.981Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6660282451962714363/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T11:54:04.544Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:04.545Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:54:04.547Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:54:04.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:54:04.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:04.550Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T11:54:04.598Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T11:54:04.599Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:54:04.599Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T11:54:04.599Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:54:04.599Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:04.599Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:04.599Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831644599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:05.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T11:54:05.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T11:54:05.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:54:05.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:05.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:05.601Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831645600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:06.601Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:54:06.624Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:54:06.627Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:54:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:54:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:54:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:54:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:54:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:54:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:54:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:54:06.628Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:54:06.641Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:54:36.641Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T11:54:36.650Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T11:54:36.651Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T11:54:36.651Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T11:54:36.659Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:54:36.673Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T11:54:36.673Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a5922fb-9adc-4cf3-919a-98c67d7506ce], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T11:54:36.681Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:54:36.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:54:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-11:54:36:353-36393], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:54:36.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:54:36.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T11:54:36.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:54:36.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:54:36.817Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:54:36.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:54:36.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:54:36.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:36.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:36.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831676818,
  "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-26T11:54:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:54:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:54:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:54:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:37.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:38.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:54:38.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:38.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:38.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:39.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:54:39.846Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:39.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:39.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:40.847Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:54:40.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:40.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:40.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:41.848Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:54:41.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:41.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:41.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:42.849Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:54:42.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:42.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:42.850Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:54:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:54:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:54:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831641860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:54:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831644599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T11:54:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831645600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831676818,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.669Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.670Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T11:54:43.671Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.671Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T11:54:43.671Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:54:43.671Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:54:43.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:54:43.852Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:43.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:43.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:44.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:54:44.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:54:44.854Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T11:54:44.855Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:54:44.855Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T11:54:44.903Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:54:44.903Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:54:44.904Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:54:44.904Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:44.904Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:54:44.904Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:45.440Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:54:45.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T11:54:45.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:54:45.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:45.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:54:45.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:45.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:45.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831685443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:46.444Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:54:46.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:54:46.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:46.445Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T11:54:46.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:46.446Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:46.579Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14975914377244375661/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T11:54:48.143Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:48.144Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:54:48.146Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T11:54:48.147Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T11:54:48.148Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:54:48.149Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:54:48.150Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T11:54:48.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T11:54:48.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:54:48.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T11:54:48.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:54:48.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:48.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:48.204Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831688204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:49.205Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T11:54:49.205Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T11:54:49.205Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:54:49.206Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:54:49.206Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:54:49.206Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831689205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:54:50.206Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:54:50.232Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:54:50.236Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:54:50.236Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:54:50.236Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:54:50.236Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:54:50.236Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:54:50.236Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:54:50.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:54:50.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:54:50.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:54:50.251Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:55:20.252Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T11:55:20.259Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T11:55:20.260Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T11:55:20.260Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T11:55:20.267Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:55:20.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T11:55:20.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59eef668-fc8f-4e53-80cf-15e923470bd4], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T11:55:20.287Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:55:20.425Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:55:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-11:55:19:958-68206], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:55:20.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:55:20.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T11:55:20.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:55:20.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:55:20.436Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:55:20.436Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:55:20.437Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:55:20.437Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:20.437Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:20.437Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831720436,
  "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-26T11:55:21.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:55:21.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:55:21.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:55:21.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:21.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:21.462Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:55:22.463Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:55:22.463Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:22.463Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:22.463Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:55:23.464Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:55:23.465Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:55:23.465Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T11:55:23.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T11:55:23.465Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T11:55:23.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:55:23.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:55:23.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:55:23.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:55:23.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:55:23.512Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T11:55:23.541Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:55:23.541Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1dc5dc7f
2023-03-26T11:55:23.542Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:55:23.542Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T11:55:23.542Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:55:23.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:55:23.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:55:23.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:55:23.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:23.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:23.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831723543,
  "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-26T11:55:24.544Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T11:55:24.590Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T11:55:24.590Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:55:24.590Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T11:55:24.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:55:24.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:24.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:24.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831724590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:55:25.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T11:55:25.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T11:55:25.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:55:25.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:25.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:25.593Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831725592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:55:26.593Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:55:26.619Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:55:26.623Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:55:26.623Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:55:26.623Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:55:26.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:55:26.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:55:26.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:55:26.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:55:26.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:55:26.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:55:26.637Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:55:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:55:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:55:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:55:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:55:56.637Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T11:55:56.650Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T11:55:56.650Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T11:55:56.652Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T11:55:56.658Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:55:56.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T11:55:56.671Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T11:55:56.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:55:56.841Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T11:55:56.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:55:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[167992], x-aai-txid=[2-aai-resources-230326-11:55:56:347-89058], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:55:56.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:55:56.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:55:56.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:55:56.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:55:56.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:55:56.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:55:56.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:56.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:56.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831756851,
  "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-26T11:55:57.883Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:55:57.883Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:55:57.883Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:55:57.883Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:57.883Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:57.884Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:55:58.885Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:55:58.885Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:58.885Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:58.885Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:55:59.886Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:55:59.887Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:55:59.887Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:55:59.887Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:00.888Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:00.888Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:00.888Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:00.889Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:01.889Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:01.890Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:01.890Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:01.890Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:02.891Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:02.891Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:02.891Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:02.892Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:03.893Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:03.893Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:03.893Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:03.893Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:04.894Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:04.895Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:04.895Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:04.895Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:05.896Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:56:05.897Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:56:05.897Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T11:56:05.898Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:56:05.898Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T11:56:05.940Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:56:05.941Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:56:05.941Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:56:05.941Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:05.942Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:56:05.942Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:06.258Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:56:06.261Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T11:56:06.261Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:56:06.261Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:06.261Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:56:06.261Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:06.261Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:06.262Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831766261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:07.262Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:56:07.263Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:56:07.263Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.263Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.264Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.350Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17641469666400968171/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T11:56:07.932Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:56:07.933Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:56:07.934Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T11:56:07.982Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T11:56:07.982Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:56:07.982Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T11:56:07.982Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:56:07.982Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:07.982Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:07.982Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831767982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:08.983Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T11:56:08.983Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T11:56:08.983Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:56:08.983Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:08.983Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:08.983Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831768983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:09.984Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:56:10.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:56:10.014Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:56:10.014Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:56:10.014Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:56:10.014Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:56:10.014Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:56:10.014Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:56:10.015Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:56:10.015Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:56:10.015Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:56:10.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:56:40.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T11:56:40.042Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T11:56:40.042Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T11:56:40.043Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T11:56:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:56:40.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T11:56:40.069Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cfc7f41d-ecbe-4f86-a5c2-8b55a3f5163a], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T11:56:40.075Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:56:40.238Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:56:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-11:56:39:746-13873], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:56:40.239Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:56:40.239Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T11:56:40.240Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:56:40.240Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:56:40.249Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:56:40.250Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:56:40.250Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:56:40.250Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:40.250Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:40.250Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831800250,
  "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-26T11:56:41.277Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:56:41.278Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:56:41.278Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:41.278Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:41.278Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:41.278Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:56:42.279Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:42.279Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:42.280Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:42.280Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:56:43.281Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:43.281Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:43.282Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:43.282Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:56:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831685443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831688204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831689205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831720436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831723543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831724590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831725592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T11:56:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:56:44.282Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:44.282Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:44.283Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:44.283Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:56:45.283Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:45.283Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:45.283Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:45.284Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:56:46.284Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:46.284Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:46.285Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:46.285Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:56:47.285Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:56:47.285Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:47.285Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:47.285Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:48.286Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:56:48.286Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:56:48.286Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T11:56:48.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:56:48.287Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T11:56:48.330Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:56:48.331Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:56:48.331Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:56:48.331Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:56:48.331Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:56:48.331Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T11:56:48.354Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:56:48.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f3ab9f4
2023-03-26T11:56:48.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:56:48.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T11:56:48.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:56:48.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:56:48.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:56:48.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:56:48.355Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:48.356Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:48.356Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831808355,
  "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-26T11:56:49.356Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T11:56:49.406Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T11:56:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:56:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T11:56:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:56:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:49.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831809407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:50.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T11:56:50.408Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T11:56:50.408Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:56:50.408Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:56:50.408Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:56:50.408Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831810407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:56:51.409Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:56:51.433Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:56:51.437Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:56:51.450Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:57:21.451Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T11:57:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T11:57:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T11:57:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T11:57:21.469Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:57:21.481Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T11:57:21.481Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T11:57:21.488Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:57:21.623Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T11:57:21.624Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:57:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[184376], x-aai-txid=[1-aai-resources-230326-11:57:21:160-80240], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:57:21.624Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:57:21.624Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:57:21.624Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:57:21.633Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:57:21.633Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:57:21.633Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:57:21.633Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:21.634Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:21.634Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831841633,
  "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-26T11:57:22.665Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:57:22.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:57:22.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:57:22.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:22.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:22.666Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:23.667Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:57:23.667Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:23.667Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:23.667Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:24.668Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:57:24.668Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:24.668Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:24.669Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:25.669Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:57:25.670Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:25.670Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:25.670Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:26.671Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:57:26.671Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:26.671Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:26.671Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:27.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:57:27.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:27.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:27.672Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:28.673Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:57:28.673Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:28.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:28.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:29.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:57:29.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:29.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:29.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:30.676Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:57:30.676Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:57:30.676Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T11:57:30.676Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:57:30.677Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T11:57:30.731Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:57:30.732Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:57:30.732Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:57:30.732Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:30.732Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:57:30.733Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:31.022Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:57:31.025Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T11:57:31.025Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:57:31.025Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:31.026Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:57:31.026Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:31.026Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:31.026Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831851025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:32.027Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:57:32.027Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:57:32.028Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.028Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.029Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.029Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.120Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10779230222300088887/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T11:57:32.719Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:57:32.720Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:57:32.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:57:32.722Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:57:32.722Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:57:32.722Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:57:32.722Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T11:57:32.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T11:57:32.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:57:32.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T11:57:32.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:57:32.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:32.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:32.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831852773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:33.774Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T11:57:33.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T11:57:33.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:57:33.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:57:33.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:57:33.775Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831853774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:34.776Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:57:34.804Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:57:34.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:57:34.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:57:34.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:57:34.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:57:34.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:57:34.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:57:34.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:57:34.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:57:34.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:57:34.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:57:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831756851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:57:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831766261,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:57:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831767982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831768983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831800250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:57:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:04.824Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T11:58:04.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T11:58:04.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T11:58:04.838Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T11:58:04.847Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:58:04.867Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T11:58:04.867Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61fd88c3-849f-451a-8b32-42ec3e0fe324], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T11:58:04.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:58:05.016Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:58:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-11:58:04:545-84525], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:58:05.017Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:58:05.017Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T11:58:05.018Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:58:05.018Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:58:05.027Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:58:05.027Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:58:05.027Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:58:05.027Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:05.027Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:05.027Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831885027,
  "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-26T11:58:06.056Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:58:06.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:58:06.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:06.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:06.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:06.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:07.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:07.058Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:07.058Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:07.058Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:08.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:08.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:08.059Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:08.060Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:09.060Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:09.061Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:09.061Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:09.061Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:10.062Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:10.062Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:10.062Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:10.062Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:11.063Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:11.064Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:11.064Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:11.065Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:12.066Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:12.066Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:12.066Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:12.066Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:13.067Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:13.068Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:13.068Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:13.068Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:14.069Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:58:14.070Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:58:14.070Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T11:58:14.070Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T11:58:14.070Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T11:58:14.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:58:14.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:58:14.116Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:58:14.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:14.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:58:14.117Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:14.446Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:58:14.449Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T11:58:14.450Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:58:14.450Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:14.450Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:58:14.450Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:14.451Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:14.451Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831894449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:15.452Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:58:15.453Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:58:15.454Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:15.454Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:15.455Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:15.455Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:15.571Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3035617420632741297/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T11:58:16.119Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:58:16.120Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:58:16.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T11:58:16.164Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T11:58:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:58:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T11:58:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:58:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831896165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:17.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T11:58:17.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T11:58:17.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:58:17.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:17.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:17.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831897166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:18.167Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:58:18.188Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:58:18.192Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:58:18.205Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:58:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831808355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831809407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831810407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831841633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831851025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831852773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:58:43.666Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831853774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T11:58:43.667Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:58:48.205Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T11:58:48.218Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T11:58:48.218Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T11:58:48.219Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T11:58:48.225Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:58:48.240Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T11:58:48.240Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b96ba5bd-6500-456a-91aa-88324d6801f0], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T11:58:48.248Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:58:48.391Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:58:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[278688], x-aai-txid=[1-aai-resources-230326-11:58:47:920-61832], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:58:48.391Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:58:48.392Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T11:58:48.392Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:58:48.392Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:58:48.401Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:58:48.401Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:58:48.401Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:58:48.401Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:48.401Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:48.401Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831928401,
  "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-26T11:58:49.429Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:58:49.429Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:58:49.430Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:49.430Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:49.430Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:49.430Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:50.430Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:50.431Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:50.431Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:50.431Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:51.431Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:51.432Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:51.432Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:51.432Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:52.432Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:52.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:52.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:52.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:53.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:53.434Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:53.434Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:53.434Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:54.434Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:54.435Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:54.435Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:54.435Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:55.435Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:55.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:55.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:55.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:56.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:56.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:56.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:56.436Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:57.437Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:57.437Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:57.437Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:57.438Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:58:58.438Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:58:58.438Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:58.439Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:58.439Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:58:59.439Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:58:59.440Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:58:59.440Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T11:58:59.440Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:58:59.440Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T11:58:59.487Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:58:59.488Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:58:59.488Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:58:59.488Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:58:59.488Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:58:59.489Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T11:58:59.829Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T11:58:59.833Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T11:58:59.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:58:59.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:58:59.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T11:58:59.834Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:58:59.835Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:58:59.835Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831939834,
  "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-26T11:59:00.835Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:59:00.836Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:59:00.837Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:59:00.837Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T11:59:00.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:59:00.838Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:59:00.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2161228622707974632/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T11:59:01.812Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T11:59:01.812Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:59:01.812Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:59:01.812Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:59:01.813Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.814Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:59:01.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:59:01.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:59:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:59:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T11:59:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T11:59:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T11:59:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T11:59:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:59:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T11:59:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:59:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831941861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:59:02.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T11:59:02.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T11:59:02.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:59:02.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:02.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:02.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831942862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:59:03.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:59:03.887Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:59:03.891Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:59:03.891Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:59:03.891Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:59:03.891Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:59:03.891Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:59:03.891Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:59:03.891Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:59:03.891Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:59:03.892Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:59:03.906Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T11:59:33.906Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T11:59:33.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T11:59:33.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T11:59:33.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T11:59:33.922Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T11:59:33.933Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T11:59:33.934Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f87b1173-4a32-4250-8a05-349457dbe10e], X-ECOMP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-TransactionId=[], X-ONAP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], Content-Type=[application/merge-patch+json]}
2023-03-26T11:59:33.945Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T11:59:34.086Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 11:59:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[229512], x-aai-txid=[0-aai-resources-230326-11:59:33:617-40928], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T11:59:34.086Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T11:59:34.086Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T11:59:34.087Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T11:59:34.087Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T11:59:34.094Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T11:59:34.094Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T11:59:34.094Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T11:59:34.094Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:34.094Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:34.094Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831974094,
  "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-26T11:59:35.122Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T11:59:35.122Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T11:59:35.122Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:59:35.123Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:35.123Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:35.123Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:59:36.124Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:59:36.124Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:36.125Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:36.125Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:59:37.125Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:59:37.126Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:37.126Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:37.126Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:59:38.127Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:59:38.127Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:38.128Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:38.128Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:59:39.129Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:59:39.129Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:39.129Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:39.130Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:59:40.131Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:59:40.131Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:40.131Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:40.131Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:59:41.132Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:59:41.132Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:41.132Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:41.133Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T11:59:42.133Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T11:59:42.134Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:42.134Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:42.134Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:59:43.135Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T11:59:43.136Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T11:59:43.136Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T11:59:43.136Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T11:59:43.137Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T11:59:43.186Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T11:59:43.186Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:59:43.187Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T11:59:43.187Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:59:43.187Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T11:59:43.187Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T11:59:43.214Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T11:59:43.214Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5d4648a1
2023-03-26T11:59:43.214Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T11:59:43.215Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T11:59:43.215Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T11:59:43.215Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:59:43.215Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:59:43.215Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T11:59:43.215Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:43.215Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:43.215Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831983215,
  "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-26T11:59:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:59:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version164: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version165: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T11:59:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:59:43.674Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T11:59:43.680Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=94, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:59:43.681Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 94: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T11:59:43.697Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=94, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T11:59:43.697Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:59:43.697Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:59:43.702Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:59:43.702Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:59:43.703Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:59:43.703Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3062, 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-26T11:59:43.703Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:59:43.703Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T11:59:44.217Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T11:59:44.259Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T11:59:44.260Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:59:44.260Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T11:59:44.260Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:59:44.260Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:44.260Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:44.260Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831984260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:59:44.713Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.713Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831885027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:59:44.713Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831894449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831896165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831897166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831928401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831939834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831941861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.716Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831942862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831974094,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.717Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831983215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831984260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T11:59:44.718Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T11:59:45.262Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T11:59:45.262Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T11:59:45.262Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T11:59:45.262Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T11:59:45.262Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T11:59:45.263Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831985262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T11:59:46.264Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:59:46.288Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T11:59:46.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T11:59:46.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T11:59:46.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T11:59:46.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T11:59:46.296Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:59:46.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:59:46.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:59:46.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T11:59:46.297Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T11:59:46.311Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:00:16.311Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T12:00:16.324Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T12:00:16.324Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T12:00:16.324Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T12:00:16.331Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:00:16.352Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T12:00:16.352Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd49a9a4-fce1-41e4-9c5a-cac0fd66868c], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T12:00:16.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:00:16.530Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:00:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[217136], x-aai-txid=[0-aai-resources-230326-12:00:16:032-36569], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:00:16.531Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:00:16.531Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T12:00:16.531Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:00:16.531Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:00:16.539Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:00:16.539Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:00:16.540Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:00:16.540Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:16.540Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:16.540Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832016539,
  "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-26T12:00:17.570Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:00:17.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:00:17.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:17.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:17.571Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:17.572Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:00:18.572Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:18.573Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:18.573Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:18.573Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:00:19.573Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:19.574Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:19.574Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:19.574Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:00:20.575Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:20.575Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:20.575Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:20.575Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:00:21.576Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:21.576Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:21.576Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:21.576Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:00:22.577Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:22.577Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:22.578Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:22.578Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:00:23.578Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:23.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:23.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:23.579Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:00:24.580Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:24.580Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:24.580Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:24.580Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:00:25.581Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:00:25.581Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:25.581Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:25.581Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:00:26.582Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:00:26.583Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:00:26.583Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T12:00:26.583Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:00:26.583Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T12:00:26.632Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:00:26.632Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:00:26.632Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:00:26.633Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:00:26.633Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:00:26.633Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:00:26.659Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:00:26.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@505939b7
2023-03-26T12:00:26.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:00:26.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:00:26.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:00:26.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T12:00:26.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T12:00:26.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:00:26.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:26.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:26.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832026660,
  "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-26T12:00:27.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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:4049ebcf-09de-471c-9225-779119432cf4)
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-26T12:00:27.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T12:00:27.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T12:00:27.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T12:00:27.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:00:27.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:27.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:27.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832027710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:00:28.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T12:00:28.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T12:00:28.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:00:28.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:28.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:28.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832028712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:00:29.714Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:00:29.738Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:00:29.742Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:00:29.743Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:00:29.743Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:00:29.743Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:00:29.743Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:00:29.743Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:00:29.743Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:00:29.743Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:00:29.743Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:00:29.756Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:00:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:00:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831985262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832016539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:00:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:00:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:00:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:00:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:00:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:00:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:00:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832026660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:00:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832027710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T12:00:43.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:43.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:00:43.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832028712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T12:00:43.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:00:59.757Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T12:00:59.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T12:00:59.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T12:00:59.766Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T12:00:59.769Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:00:59.781Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T12:00:59.782Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6367a29-d4bd-4e30-9a62-eb522059bb0e], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T12:00:59.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:00:59.905Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:00:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[113], vertex-id=[299168], x-aai-txid=[0-aai-resources-230326-12:00:59:459-2581], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:00:59.906Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:00:59.906Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:00:59.907Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:00:59.907Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:00:59.919Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:00:59.919Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:00:59.920Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:00:59.920Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:00:59.920Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:00:59.920Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832059920,
  "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-26T12:01:00.946Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:01:00.946Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:01:00.946Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:00.947Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:00.947Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:00.947Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:01.948Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:01.948Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:01.948Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:01.948Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:02.949Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:02.950Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:02.950Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:02.950Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:03.951Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:03.952Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:03.952Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:03.952Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:04.953Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:04.954Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:04.954Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:04.954Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:05.955Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:05.955Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:05.955Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:05.955Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:06.956Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:06.957Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:06.957Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:06.957Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:07.958Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:07.958Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:07.959Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:07.959Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:08.960Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:08.960Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:08.960Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:08.960Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:01:09.961Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:01:09.961Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:01:09.961Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T12:01:09.962Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:01:09.962Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T12:01:10.013Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:01:10.014Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:01:10.014Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:01:10.014Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:01:10.014Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:01:10.014Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:01:10.034Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:01:10.034Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3cbcf529
2023-03-26T12:01:10.035Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:01:10.035Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:01:10.035Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:01:10.035Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T12:01:10.036Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T12:01:10.036Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:01:10.036Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:10.036Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:10.036Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832070035,
  "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-26T12:01:11.037Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T12:01:11.084Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T12:01:11.084Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T12:01:11.084Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T12:01:11.085Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:01:11.085Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:11.085Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:11.085Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832071084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:01:12.086Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T12:01:12.087Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T12:01:12.087Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:01:12.087Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:12.087Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:12.087Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832072086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:01:13.089Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:01:13.113Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:01:13.117Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:01:13.117Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:01:13.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:01:13.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:01:13.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:01:13.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:01:13.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:01:13.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:01:13.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:01:13.132Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:01:43.133Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T12:01:43.145Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T12:01:43.145Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T12:01:43.146Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T12:01:43.153Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:01:43.168Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T12:01:43.168Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b30e896c-b019-4a6d-ba40-d868971412b3], X-ECOMP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-TransactionId=[], X-ONAP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], Content-Type=[application/merge-patch+json]}
2023-03-26T12:01:43.174Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:01:43.308Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:01:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[278536], x-aai-txid=[1-aai-resources-230326-12:01:42:845-97291], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:01:43.309Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:01:43.309Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T12:01:43.310Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:01:43.310Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:01:43.318Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:01:43.318Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:01:43.318Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:01:43.319Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:43.319Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:43.319Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832103318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:01:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:01:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832059920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:01:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:01:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:01:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:01:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:01:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:01:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:01:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:01:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:01:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:01:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832070035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:01:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832071084,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T12:01:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832072086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T12:01:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:01:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:01:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832103318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:01:43.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T12:01:44.340Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:01:44.341Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:01:44.341Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:44.341Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:44.341Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:44.341Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:45.342Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:45.342Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:45.343Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:45.343Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:46.345Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:46.345Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:46.345Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:46.345Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:47.346Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:47.347Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:47.347Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:47.347Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:48.348Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:48.348Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:48.348Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:48.349Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:49.349Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:49.350Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:49.350Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:49.350Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:50.351Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:50.351Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:50.351Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:50.351Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:51.352Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:51.353Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:51.353Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:51.353Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "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-26T12:01:52.354Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:01:52.354Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:52.354Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:52.354Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:01:53.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:01:53.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:01:53.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T12:01:53.356Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:01:53.356Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T12:01:53.413Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:01:53.414Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:01:53.414Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:01:53.414Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:01:53.414Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:01:53.414Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:01:53.435Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:01:53.435Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@795afcdd
2023-03-26T12:01:53.435Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:01:53.435Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:01:53.435Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:01:53.436Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:01:53.436Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:01:53.436Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:01:53.436Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:53.436Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:53.436Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832113435,
  "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-26T12:01:54.437Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T12:01:54.454Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:01:54.454Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T12:01:54.461Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:01:54.491Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T12:01:54.491Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:01:54.491Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:01:54.491Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T12:01:54.498Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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$$a2dc62b5.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-26T12:01:54.524Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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$$a2dc62b5.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-26T12:01:54.531Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T12:01:54.532Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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$$a2dc62b5.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-26T12:01:54.532Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:01:54.532Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:01:54.532Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:01:54.532Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:01:54.533Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:01:54.533Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832114532,
  "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-26T12:01:55.534Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:01:55.557Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:01:55.561Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:01:55.561Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:01:55.561Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:01:55.562Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:01:55.562Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:01:55.562Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:01:55.562Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:01:55.562Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T12:01:55.562Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:01:55.576Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:02:25.576Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T12:02:25.585Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:02:25.585Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T12:02:25.586Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T12:02:25.600Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:02:25.618Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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-26T12:02:25.619Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T12:02:25.626Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:02:25.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:02:25.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:02:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[282632], x-aai-txid=[2-aai-resources-230326-12:02:25:299-30627], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:02:25.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:02:25.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:02:25.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:02:25.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:02:25.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T12:02:25.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:02:25.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:25.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:25.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832145797,
  "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-26T12:02:26.826Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T12:02:26.826Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T12:02:26.827Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T12:02:26.827Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T12:02:26.827Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T12:02:26.827Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 135543 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T12:02:26.828Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:26.828Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:26.828Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:26.828Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:02:26.833Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-33691ee5-d73e-48c6-b0f1-ace6017656ac
2023-03-26T12:02:26.834Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T12:02:26.834Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:26.834Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:02:29.285Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:02:32.294Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:02:35.303Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:02:38.311Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:02:41.320Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:02:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:43.675Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:02:43.675Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:02:43.681Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=95, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-33691ee5-d73e-48c6-b0f1-ace6017656ac', protocol='range'}
2023-03-26T12:02:43.681Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=95, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:02:43.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:02:43.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:02:43.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:02:43.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:02:43.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:02:43.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:02:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 95: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-33691ee5-d73e-48c6-b0f1-ace6017656ac=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:02:43.702Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=95, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-33691ee5-d73e-48c6-b0f1-ace6017656ac', protocol='range'}
2023-03-26T12:02:43.703Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:43.703Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:43.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=95, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:02:43.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:02:43.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:02:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:02:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T12:02:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:02:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:02:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:02:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3127, 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-26T12:02:43.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:02:43.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:02:43.783Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:02:43.783Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:02:43.784Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:02:43.784Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:43.784Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:43.784Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679831265842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832113435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832114532,
  "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-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832145797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:02:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:02:44.785Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:02:44.785Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:44.785Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:44.786Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:45.786Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:02:45.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:45.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:45.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:46.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:02:46.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:46.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:46.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:47.789Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:02:47.790Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:47.790Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:47.790Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:48.791Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:02:48.791Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:48.791Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:48.791Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:49.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:02:49.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:49.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:49.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:50.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:02:50.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:02:50.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T12:02:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:02:50.795Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T12:02:50.834Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:02:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:02:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:02:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:02:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:02:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:02:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:02:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b2c16e6
2023-03-26T12:02:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:02:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:02:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:02:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T12:02:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T12:02:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:02:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832170866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:51.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T12:02:51.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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-26T12:02:51.886Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:02:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T12:02:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T12:02:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:02:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:02:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:02:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:02:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@742873da
2023-03-26T12:02:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:02:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:02:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:02:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T12:02:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T12:02:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:02:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:02:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:02:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832171907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:02:52.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T12:02:52.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:02:52.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:02:52.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:02:52.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:03:22.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:03:22.956Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:03:22.960Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:03:22.960Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:03:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:03:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:03:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:03:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:03:52.960Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:03:52.983Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:03:52.987Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:03:52.988Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:04:22.988Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:04:23.008Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:04:23.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:04:23.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:04:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:04:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:04:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:04:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832170866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832171907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:04:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:04:53.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:04:53.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:04:53.043Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:04:53.043Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:05:23.043Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:05:23.067Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:05:23.071Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:05:23.071Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:05:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:05:53.072Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:05:53.099Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:05:53.104Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:05:53.104Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:06:23.104Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:06:23.127Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:06:23.132Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:06:23.132Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:06:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:06:53.133Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:06:53.157Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:06:53.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:06:53.162Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:07:23.162Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:07:23.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:07:23.190Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:07:23.190Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:07:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:07:43.865Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:07:43.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-33691ee5-d73e-48c6-b0f1-ace6017656ac 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-26T12:07:43.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T12:07:43.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T12:07:44.241Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:07:44.258Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:07:44.259Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:07:44.265Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=96, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:07:44.266Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 96: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:07:44.285Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=96, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:07:44.286Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:07:44.286Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:07:44.291Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:07:44.291Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:07:44.291Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:07:44.291Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3148, 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-26T12:07:44.291Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:07:44.292Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:07:53.190Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T12:07:53.190Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T12:07:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T12:07:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T12:07:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T12:07:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:07:53.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T12:07:53.234Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T12:07:53.241Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:07:53.387Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T12:07:53.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:07:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-12:07:52:913-75950], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:07:53.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:07:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:07:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:07:53.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:07:53.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T12:07:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T12:07:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:07:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:07:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832473401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:07:53.420Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:07:53.420Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832473401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T12:07:53.420Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T12:07:54.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:07:54.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:07:54.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:07:54.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:07:54.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:07:54.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:07:55.435Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:07:55.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:07:55.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:07:55.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:07:56.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:07:56.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:07:56.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:07:56.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:07:57.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:07:57.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:07:57.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:07:57.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:07:58.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:07:58.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:07:58.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:07:58.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:07:59.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:07:59.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:07:59.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:07:59.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:00.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:08:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:01.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:08:01.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:08:01.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T12:08:01.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:08:01.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T12:08:01.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:08:01.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:08:01.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:08:01.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:01.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:08:01.488Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:01.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T12:08:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T12:08:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:08:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:08:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832481807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:02.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:08:02.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:08:02.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:02.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T12:08:02.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:02.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:02.932Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15494681943152037187/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T12:08:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:08:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:08:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T12:08:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:04.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:08:04.435Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:08:04.436Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:08:04.437Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:08:04.438Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.439Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:04.440Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T12:08:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T12:08:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:08:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T12:08:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:08:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:04.489Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832484489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:05.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:08:05.490Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T12:08:05.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:08:05.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:05.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:05.491Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832485490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:06.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:08:06.519Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:08:06.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:08:06.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:08:06.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:08:06.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:08:06.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:08:06.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:08:06.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:08:06.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:08:06.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:08:06.539Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:08:36.540Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T12:08:36.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T12:08:36.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T12:08:36.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T12:08:36.556Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:08:36.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T12:08:36.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22d9076b-a604-4b43-8c1a-bceb6fb0ecd4], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T12:08:36.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:08:36.703Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:08:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-12:08:36:249-37882], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:08:36.704Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:08:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T12:08:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:08:36.705Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:08:36.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:08:36.713Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:08:36.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:08:36.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:36.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:36.714Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832516713,
  "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-26T12:08:37.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:08:37.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:08:37.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:08:37.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:37.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:37.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:38.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:08:38.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:38.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:38.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:39.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:08:39.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:39.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:39.747Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:40.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:08:40.748Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:40.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:40.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:41.749Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:08:41.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:41.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:41.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:42.750Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:08:42.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:42.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:42.751Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832481807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832484489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832485490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832516713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:08:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:08:43.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:08:43.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:43.752Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:43.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:44.753Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:08:44.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:08:44.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T12:08:44.754Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:08:44.755Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T12:08:44.804Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:08:44.805Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:08:44.805Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:08:44.805Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:44.806Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:08:44.806Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:45.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T12:08:45.430Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T12:08:45.430Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:08:45.430Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:45.431Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:08:45.431Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:45.431Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:45.431Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832525430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:46.432Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:08:46.432Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:08:46.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:46.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T12:08:46.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:46.434Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:46.549Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13836241812638703344/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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-26T12:08:48.012Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.013Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.014Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:08:48.015Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:08:48.016Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.017Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.018Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:08:48.019Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T12:08:48.075Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T12:08:48.075Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:08:48.075Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T12:08:48.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:08:48.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:48.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:48.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832528075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:49.076Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:08:49.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T12:08:49.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:08:49.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:08:49.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:08:49.077Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832529076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:08:50.078Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:08:50.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:08:50.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:08:50.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:08:50.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:08:50.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:08:50.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:08:50.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:08:50.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:08:50.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:08:50.103Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:08:50.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:09:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T12:09:20.123Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T12:09:20.124Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T12:09:20.124Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T12:09:20.128Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:09:20.138Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T12:09:20.138Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1dd4ee96-7c4c-426b-beed-521e9341d1cf], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T12:09:20.145Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:09:20.264Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:09:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-12:09:19:815-81771], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:09:20.265Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:09:20.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:09:20.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:09:20.266Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:09:20.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:09:20.279Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:09:20.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:09:20.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:20.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:20.280Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832560279,
  "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-26T12:09:21.307Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:09:21.307Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:09:21.307Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:09:21.307Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:21.307Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:21.307Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:09:22.308Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:09:22.308Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:22.308Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:22.309Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:09:23.309Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:09:23.310Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:09:23.310Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T12:09:23.310Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T12:09:23.311Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T12:09:23.355Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:09:23.355Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:09:23.356Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:09:23.356Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T12:09:23.356Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:09:23.356Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T12:09:23.381Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:09:23.382Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1b18575a
2023-03-26T12:09:23.382Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:09:23.382Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T12:09:23.382Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:09:23.382Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T12:09:23.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T12:09:23.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:09:23.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:23.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:23.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832563382,
  "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-26T12:09:24.384Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T12:09:24.434Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T12:09:24.434Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T12:09:24.434Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T12:09:24.435Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:09:24.435Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:24.435Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:24.435Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832564434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:09:25.436Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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-26T12:09:25.436Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T12:09:25.436Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:09:25.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:25.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:25.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832565436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:09:26.438Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:09:26.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:09:26.464Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:09:26.479Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:09:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:09:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:09:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:09:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:09:56.480Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T12:09:56.492Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T12:09:56.492Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T12:09:56.493Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T12:09:56.499Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:09:56.520Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T12:09:56.521Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T12:09:56.529Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:09:56.690Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T12:09:56.690Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:09:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-12:09:56:201-66840], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:09:56.691Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:09:56.691Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:09:56.691Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:09:56.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:09:56.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:09:56.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:09:56.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:56.704Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:56.704Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832596703,
  "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-26T12:09:57.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:09:57.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:09:57.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:09:57.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:57.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:57.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:09:58.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:09:58.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:58.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:58.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:09:59.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:09:59.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:09:59.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:09:59.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:00.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:00.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:00.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:00.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:01.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:01.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:01.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:01.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:02.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:02.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:02.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:02.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:03.745Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:03.746Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:03.746Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:03.746Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:04.747Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:04.747Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:04.747Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:04.747Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:05.748Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:10:05.748Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:10:05.748Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T12:10:05.748Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:10:05.748Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T12:10:05.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:10:05.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:10:05.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:10:05.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:05.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:10:05.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:06.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T12:10:06.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T12:10:06.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:10:06.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:06.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:10:06.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:06.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:06.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832606083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:07.084Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:10:07.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:10:07.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.169Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7013462226372619775/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T12:10:07.773Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:10:07.774Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:10:07.775Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T12:10:07.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T12:10:07.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:10:07.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T12:10:07.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:10:07.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:07.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:07.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832607825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:08.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:10:08.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T12:10:08.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:10:08.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:08.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:08.827Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832608826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:09.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:10:09.853Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:10:09.857Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:10:09.869Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:10:39.870Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T12:10:39.884Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T12:10:39.884Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T12:10:39.885Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T12:10:39.891Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:10:39.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T12:10:39.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T12:10:39.924Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:10:40.060Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T12:10:40.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:10:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[213160], x-aai-txid=[2-aai-resources-230326-12:10:39:597-37683], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:10:40.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:10:40.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:10:40.061Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:10:40.073Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:10:40.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:10:40.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:10:40.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:40.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:40.074Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832640074,
  "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-26T12:10:41.104Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:10:41.104Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:10:41.105Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:41.105Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:41.105Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:41.105Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:10:42.106Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:42.106Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:42.106Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:42.106Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:10:43.107Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:43.107Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:43.107Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:43.107Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:10:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832525430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832528075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832529076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832560279,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832563382,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832564434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T12:10:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:10:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832565436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T12:10:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:10:44.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:44.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:44.108Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:44.109Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:10:45.109Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:45.109Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:45.110Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:45.110Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:10:46.110Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:46.111Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:46.111Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:46.111Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:10:47.111Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:10:47.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:47.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:47.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:48.112Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:10:48.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:10:48.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T12:10:48.113Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:10:48.113Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T12:10:48.166Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:10:48.166Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:10:48.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:10:48.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T12:10:48.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:10:48.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c7cc19a
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:48.191Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832648191,
  "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-26T12:10:49.192Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T12:10:49.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T12:10:49.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T12:10:49.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T12:10:49.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:10:49.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:49.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:49.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832649250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:50.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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-26T12:10:50.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T12:10:50.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:10:50.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:10:50.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:10:50.252Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832650251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:10:51.252Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:10:51.276Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:10:51.280Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:10:51.280Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:10:51.280Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:10:51.280Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:10:51.280Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:10:51.281Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:10:51.281Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:10:51.281Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:10:51.281Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:10:51.295Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:11:21.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T12:11:21.310Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T12:11:21.310Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T12:11:21.310Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T12:11:21.314Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:11:21.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T12:11:21.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T12:11:21.334Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:11:21.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T12:11:21.482Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:11:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-12:11:21:010-43937], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:11:21.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:11:21.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:11:21.483Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:11:21.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:11:21.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:11:21.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:11:21.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:21.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:21.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832681495,
  "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-26T12:11:22.524Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:11:22.524Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:11:22.525Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:11:22.525Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:22.525Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:22.525Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:23.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:11:23.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:23.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:23.526Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:24.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:11:24.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:24.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:24.527Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:25.528Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:11:25.528Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:25.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:25.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:26.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:11:26.530Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:26.530Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:26.530Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:27.531Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:11:27.532Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:27.532Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:27.532Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:28.533Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:11:28.533Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:28.533Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:28.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:29.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:11:29.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:29.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:29.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:30.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:11:30.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:11:30.536Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T12:11:30.536Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:11:30.536Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T12:11:30.586Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:11:30.587Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:11:30.587Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:11:30.587Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:30.587Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:11:30.587Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:30.906Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T12:11:30.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T12:11:30.908Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:11:30.908Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:30.908Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:11:30.908Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:30.908Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:30.908Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832690908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:31.909Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:11:31.909Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:11:31.910Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:31.910Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:31.911Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:31.911Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.002Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11581993394674510291/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T12:11:32.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:11:32.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:11:32.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:11:32.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:11:32.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:11:32.603Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T12:11:32.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T12:11:32.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:11:32.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T12:11:32.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:11:32.651Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:32.652Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:32.652Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832692651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:33.652Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:11:33.653Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T12:11:33.653Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:11:33.653Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:11:33.653Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:11:33.653Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832693652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:34.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:11:34.681Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:11:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:11:34.686Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:11:34.687Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:11:34.687Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:11:34.687Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:11:34.687Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:11:34.687Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:11:34.687Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:11:34.687Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:11:34.703Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:11:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:11:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832596703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832606083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832607825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832608826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832640074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:11:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:11:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:11:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:04.703Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T12:12:04.717Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T12:12:04.717Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T12:12:04.717Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T12:12:04.724Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:12:04.737Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T12:12:04.738Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b4a6a23-fabd-472a-bb79-af12b2e179c4], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T12:12:04.745Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:12:04.873Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:12:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[270496], x-aai-txid=[2-aai-resources-230326-12:12:04:417-71235], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:12:04.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:12:04.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T12:12:04.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:12:04.875Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:12:04.882Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:12:04.883Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:12:04.883Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:12:04.883Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:04.883Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:04.883Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832724883,
  "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-26T12:12:05.915Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:12:05.915Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:12:05.916Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:05.916Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:05.916Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:05.916Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:06.917Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:06.918Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:06.918Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:06.918Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:07.919Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:07.920Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:07.920Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:07.920Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:08.921Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:08.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:08.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:08.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:09.923Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:09.923Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:09.924Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:09.924Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:10.925Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:10.925Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:10.925Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:10.925Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:11.926Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:11.926Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:11.926Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:11.927Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:12.928Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:12.928Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:12.928Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:12.928Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:13.929Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:12:13.930Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:12:13.930Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T12:12:13.930Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:12:13.930Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T12:12:13.973Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:12:13.974Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:12:13.974Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:12:13.974Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:13.974Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:12:13.974Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:14.300Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T12:12:14.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T12:12:14.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:12:14.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:14.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:12:14.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:14.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:14.304Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832734303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:15.304Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:12:15.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:12:15.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.388Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11423723260705011028/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T12:12:15.955Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:12:15.955Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:12:15.956Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:12:15.957Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:12:15.958Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:12:15.958Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:12:15.958Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T12:12:16.002Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T12:12:16.003Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:12:16.003Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T12:12:16.003Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:12:16.003Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:16.003Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:16.003Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832736003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:17.004Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:12:17.004Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T12:12:17.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:12:17.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:17.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:17.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832737004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:18.006Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:12:18.033Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:12:18.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:12:18.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:12:18.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:12:18.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:12:18.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:12:18.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:12:18.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:12:18.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:12:18.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:12:18.055Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:12:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832648191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832649250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832650251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832681495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:12:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832690908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832692651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:12:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832693652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T12:12:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:12:48.055Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T12:12:48.069Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T12:12:48.069Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T12:12:48.069Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T12:12:48.076Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:12:48.100Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T12:12:48.101Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5cc194d2-1dfe-4c39-8b3c-e1704f8365d1], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T12:12:48.107Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:12:48.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:12:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[278688], x-aai-txid=[2-aai-resources-230326-12:12:47:780-19676], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:12:48.246Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:12:48.246Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:12:48.246Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:12:48.246Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:12:48.257Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:12:48.257Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:12:48.257Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:12:48.257Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:48.257Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:48.257Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832768257,
  "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-26T12:12:49.286Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:12:49.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:12:49.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:49.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:49.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:49.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:50.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:50.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:50.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:50.289Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:51.289Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:51.290Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:51.290Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:51.290Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:52.291Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:52.292Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:52.292Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:52.292Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:53.293Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:53.293Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:53.293Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:53.293Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:54.294Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:54.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:54.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:54.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:55.296Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:55.297Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:55.297Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:55.297Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:56.298Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:56.299Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:56.299Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:56.299Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:57.300Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:57.300Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:57.300Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:57.300Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:12:58.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:12:58.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:58.302Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:58.302Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:12:59.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:12:59.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:12:59.303Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T12:12:59.305Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:12:59.305Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T12:12:59.354Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:12:59.354Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:12:59.355Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:12:59.355Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:12:59.355Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:12:59.355Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:12:59.688Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-26T12:12:59.694Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T12:12:59.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T12:12:59.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T12:12:59.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:12:59.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:12:59.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:12:59.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832779695,
  "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-26T12:13:00.696Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:13:00.696Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:13:00.697Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:13:00.697Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T12:13:00.698Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:13:00.698Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:13:00.790Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1983352363465752490/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T12:13:01.646Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:13:01.646Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:13:01.646Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-26T12:13:01.647Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.648Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:13:01.649Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T12:13:01.699Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T12:13:01.699Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T12:13:01.699Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T12:13:01.699Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:13:01.700Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:01.700Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:01.700Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832781699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:13:02.700Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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-26T12:13:02.701Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T12:13:02.701Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:13:02.701Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:02.701Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:02.701Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832782700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:13:03.702Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:13:03.728Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:13:03.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:13:03.749Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:13:33.749Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T12:13:33.763Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T12:13:33.764Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T12:13:33.764Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T12:13:33.769Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:13:33.782Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T12:13:33.783Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T12:13:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:13:33.955Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T12:13:33.955Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:13:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[229512], x-aai-txid=[2-aai-resources-230326-12:13:33:463-72062], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:13:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:13:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:13:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:13:33.965Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:13:33.965Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:13:33.965Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:13:33.965Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:33.965Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:33.965Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832813965,
  "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-26T12:13:34.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:13:34.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:13:34.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:13:34.992Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:34.992Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:34.992Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:13:35.992Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:13:35.993Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:35.993Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:35.993Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:13:36.993Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:13:36.994Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:36.994Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:36.994Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:13:37.994Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:13:37.995Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:37.995Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:37.995Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:13:38.995Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:13:38.996Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:38.996Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:38.996Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:13:39.996Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:13:39.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:39.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:39.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:13:40.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:13:40.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:40.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:40.998Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:13:41.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:13:41.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:41.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:41.999Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:13:43.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:13:43.000Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:13:43.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T12:13:43.001Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:13:43.002Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T12:13:43.041Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:13:43.042Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:13:43.042Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:13:43.042Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T12:13:43.042Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:13:43.042Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T12:13:43.068Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:13:43.068Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e37818a
2023-03-26T12:13:43.068Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:13:43.069Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T12:13:43.069Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:13:43.069Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T12:13:43.069Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T12:13:43.069Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:13:43.069Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:43.069Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:43.070Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832823069,
  "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-26T12:13:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:13:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version167: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version168: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T12:13:43.678Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:13:43.679Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:13:43.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=97, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:13:43.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 97: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:13:43.702Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=97, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:13:43.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:13:43.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:13:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:13:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:13:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:13:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3211, 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-26T12:13:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:13:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:13:44.070Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T12:13:44.121Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T12:13:44.122Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T12:13:44.122Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T12:13:44.122Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:13:44.122Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:44.122Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:44.122Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832824121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:13:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832724883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:13:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832734303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:13:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832736003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T12:13:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.727Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.727Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832737004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T12:13:44.727Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.727Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832768257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:13:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832779695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832781699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T12:13:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832782700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T12:13:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832813965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:13:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832823069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:13:44.736Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832824121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T12:13:44.736Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:13:45.123Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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-26T12:13:45.123Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T12:13:45.123Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:13:45.123Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:13:45.123Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:13:45.124Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832825123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:13:46.124Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:13:46.150Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:13:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:13:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:13:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:13:46.155Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:13:46.156Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:13:46.156Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:13:46.156Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:13:46.156Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:13:46.156Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:13:46.172Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:14:16.173Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T12:14:16.183Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T12:14:16.183Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T12:14:16.183Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T12:14:16.190Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:14:16.203Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T12:14:16.203Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[03effa2b-0fe3-49e5-8ba8-548cf16d17c7], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T12:14:16.211Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:14:16.339Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:14:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[217136], x-aai-txid=[2-aai-resources-230326-12:14:15:885-64023], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:14:16.340Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:14:16.340Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T12:14:16.340Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:14:16.340Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:14:16.352Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:14:16.352Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:14:16.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:14:16.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:16.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:16.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832856352,
  "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-26T12:14:17.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:14:17.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:14:17.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:17.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:17.380Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:17.381Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:14:18.381Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:18.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:18.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:18.382Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:14:19.383Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:19.383Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:19.383Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:19.383Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:14:20.384Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:20.384Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:20.384Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:20.385Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:14:21.385Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:21.385Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:21.385Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:21.386Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:14:22.386Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:22.386Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:22.387Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:22.387Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:14:23.388Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:23.388Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:23.388Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:23.388Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:14:24.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:24.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:24.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:24.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:14:25.390Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:14:25.390Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:25.390Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:25.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:14:26.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:14:26.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:14:26.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T12:14:26.392Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:14:26.392Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T12:14:26.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:14:26.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:14:26.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:14:26.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:14:26.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:14:26.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5270c7cd
2023-03-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:26.460Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:26.461Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832866460,
  "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-26T12:14:27.461Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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:4049ebcf-09de-471c-9225-779119432cf4)
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-26T12:14:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T12:14:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T12:14:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T12:14:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:14:27.511Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:27.512Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:27.512Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832867511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:14:28.512Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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-26T12:14:28.513Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T12:14:28.513Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:14:28.513Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:28.513Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:28.513Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832868512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:14:29.514Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:14:29.539Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:14:29.542Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:14:29.542Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:14:29.542Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:14:29.542Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:14:29.542Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:14:29.542Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:14:29.542Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:14:29.543Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:14:29.543Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:14:29.554Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:14:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:14:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:14:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832825123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T12:14:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:14:59.554Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T12:14:59.563Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T12:14:59.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T12:14:59.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T12:14:59.567Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:14:59.577Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T12:14:59.578Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0df9dba-8cf5-4d65-9914-c46b34fd6daa], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T12:14:59.585Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:14:59.745Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:14:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[299168], x-aai-txid=[0-aai-resources-230326-12:14:59:257-86554], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:14:59.745Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:14:59.746Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:14:59.746Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:14:59.746Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:14:59.758Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:14:59.758Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:14:59.758Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:14:59.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:14:59.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:14:59.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832899758,
  "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-26T12:15:00.783Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:15:00.784Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:15:00.784Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:00.784Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:00.784Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:00.784Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:01.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:01.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:01.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:01.786Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:02.786Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:02.786Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:02.787Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:02.787Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:03.787Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:03.788Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:03.788Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:03.788Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:04.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:04.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:04.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:04.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:05.790Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:05.791Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:05.791Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:05.791Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:06.792Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:06.792Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:06.792Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:06.792Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:07.793Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:07.794Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:07.794Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:07.794Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:08.795Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:08.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:08.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:08.796Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:15:09.798Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:15:09.798Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:15:09.798Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T12:15:09.798Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:15:09.799Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T12:15:09.849Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:15:09.850Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:15:09.850Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:15:09.850Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:15:09.850Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:15:09.850Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:15:09.876Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:15:09.877Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4e81434f
2023-03-26T12:15:09.877Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:15:09.878Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:15:09.879Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:15:09.879Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T12:15:09.879Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T12:15:09.880Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:15:09.880Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:09.880Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:09.881Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832909879,
  "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-26T12:15:10.882Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T12:15:10.928Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T12:15:10.929Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T12:15:10.929Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T12:15:10.929Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:15:10.929Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:10.929Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:10.929Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832910929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:15:11.930Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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-26T12:15:11.930Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T12:15:11.931Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:15:11.931Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:11.931Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:11.931Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832911930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:15:12.932Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:15:12.959Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:15:12.963Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:15:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:15:42.977Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T12:15:42.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T12:15:42.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T12:15:42.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T12:15:42.992Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:15:43.003Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T12:15:43.004Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40050bb6-cefe-42ed-95e9-eae9a57f09f1], X-ECOMP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-TransactionId=[], X-ONAP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], Content-Type=[application/merge-patch+json]}
2023-03-26T12:15:43.010Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:15:43.143Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:15:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[278536], x-aai-txid=[1-aai-resources-230326-12:15:42:682-82236], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:15:43.143Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:15:43.144Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T12:15:43.144Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:15:43.144Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:15:43.156Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:15:43.156Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:15:43.156Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:15:43.156Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:43.156Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:43.156Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832943156,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:15:43.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:15:43.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832856352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.662Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.663Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832866460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:15:43.664Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832867511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T12:15:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:15:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T12:15:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832868512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T12:15:43.665Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T12:15:44.188Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:15:44.188Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:15:44.188Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:44.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:44.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:44.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:45.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:45.190Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:45.190Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:45.190Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:46.191Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:46.191Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:46.191Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:46.191Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:47.192Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:47.192Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:47.192Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:47.192Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:48.193Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:48.193Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:48.193Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:48.194Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:49.194Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:49.194Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:49.195Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:49.195Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:50.196Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:50.196Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:50.196Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:50.196Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:51.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:51.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:51.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:51.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "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-26T12:15:52.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:15:52.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:52.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:52.199Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:15:53.199Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:15:53.200Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:15:53.200Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T12:15:53.200Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:15:53.200Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T12:15:53.250Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:15:53.251Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:15:53.251Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-26T12:15:53.251Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:15:53.251Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-26T12:15:53.251Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:15:53.273Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-26T12:15:53.274Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b2c436c
2023-03-26T12:15:53.274Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:15:53.274Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:15:53.274Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:15:53.275Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:15:53.275Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:15:53.275Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:15:53.275Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:53.275Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:53.275Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832953275,
  "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-26T12:15:54.276Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T12:15:54.297Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:15:54.297Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T12:15:54.308Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:15:54.342Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T12:15:54.342Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:15:54.342Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:15:54.342Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T12:15:54.351Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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$$a2dc62b5.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-26T12:15:54.376Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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$$a2dc62b5.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-26T12:15:54.383Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T12:15:54.383Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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$$a2dc62b5.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-26T12:15:54.384Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:15:54.384Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:15:54.384Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:15:54.384Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:15:54.385Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:15:54.385Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832954384,
  "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-26T12:15:55.385Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:15:55.407Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T12:15:55.411Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||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-26T12:15:55.425Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:16:25.426Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T12:16:25.434Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:16:25.434Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T12:16:25.435Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T12:16:25.441Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:16:25.454Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T12:16:25.454Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e35ab3-5861-494c-8dd5-28a7685c49c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3f4d721-5fef-4b3e-9d53-f94ce8fbde56], X-ECOMP-RequestID=[c0e35ab3-5861-494c-8dd5-28a7685c49c1], X-TransactionId=[], X-ONAP-RequestID=[c0e35ab3-5861-494c-8dd5-28a7685c49c1], Content-Type=[application/merge-patch+json]}
2023-03-26T12:16:25.460Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:16:25.583Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:16:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[120], vertex-id=[282632], x-aai-txid=[1-aai-resources-230326-12:16:25:132-19207], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:16:25.584Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:16:25.584Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:16:25.584Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:16:25.584Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:16:25.589Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:16:25.589Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T12:16:25.589Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:16:25.589Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:25.590Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:25.590Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832985589,
  "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-26T12:16:26.623Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T12:16:26.624Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T12:16:26.625Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T12:16:26.626Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T12:16:26.626Z||pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:26.626Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:26.626Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:26.627Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:16:26.629Z||pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T12:16:26.632Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a81738c6-c3f9-4b86-b5cc-24f4f5f029e0
2023-03-26T12:16:26.632Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:26.632Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:16:29.296Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:16:32.305Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:16:35.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:16:38.324Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:16:41.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:16:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:43.676Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:16:43.677Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:16:43.683Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=98, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:16:43.683Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=98, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a81738c6-c3f9-4b86-b5cc-24f4f5f029e0', protocol='range'}
2023-03-26T12:16:43.688Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:16:43.689Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:16:43.689Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:16:43.689Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:16:43.689Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:16:43.690Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:16:43.690Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 98: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a81738c6-c3f9-4b86-b5cc-24f4f5f029e0=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-26T12:16:43.706Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=98, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:16:43.706Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=98, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a81738c6-c3f9-4b86-b5cc-24f4f5f029e0', protocol='range'}
2023-03-26T12:16:43.707Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:43.707Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:16:43.707Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:16:43.707Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:43.712Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:16:43.713Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:16:43.713Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T12:16:43.713Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:16:43.713Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:16:43.714Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3262, 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-26T12:16:43.714Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:16:43.714Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:16:43.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:16:43.804Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:16:43.806Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:16:43.806Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:43.806Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:43.806Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832899758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:16:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:16:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832909879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:16:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832910929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T12:16:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832911930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T12:16:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832943156,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:16:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.737Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.737Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.737Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.737Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.738Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.738Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.738Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.739Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.739Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.739Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.739Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.740Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.740Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.740Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.740Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.741Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.741Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.741Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.742Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.742Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.742Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.742Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.742Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.743Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.743Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832146826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:16:44.743Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.743Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.743Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832953275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:16:44.743Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.744Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.744Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832954384,
  "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-26T12:16:44.744Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.744Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.744Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832985589,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T12:16:44.745Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.745Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:16:44.745Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:16:44.745Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:16:44.807Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:16:44.807Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:44.807Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:44.807Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:45.808Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:16:45.809Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:45.809Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:45.809Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:46.809Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:16:46.809Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:46.810Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:46.810Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:47.810Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:16:47.811Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:47.811Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:47.811Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:48.811Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:16:48.812Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:48.812Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:48.812Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:49.812Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:16:49.813Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:49.813Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:49.813Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:50.814Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:16:50.814Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:16:50.814Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T12:16:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:16:50.814Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T12:16:50.865Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:16:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:16:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:16:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:16:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:16:50.866Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:16:50.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:16:50.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@245c89f6
2023-03-26T12:16:50.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:16:50.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:16:50.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:16:50.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T12:16:50.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T12:16:50.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:16:50.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:50.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:50.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833010890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:51.891Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T12:16:51.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:16:51.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:16:51.918Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T12:16:51.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T12:16:51.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:16:51.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:16:51.919Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:16:51.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:16:51.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15e558fd
2023-03-26T12:16:51.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:16:51.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:16:51.939Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:16:51.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T12:16:51.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T12:16:51.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:16:51.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:16:51.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:16:51.940Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833011940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:16:52.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T12:16:52.941Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:16:52.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:16:52.972Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:16:52.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:17:22.973Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:17:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:17:23.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:17:23.003Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:17:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:17:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:17:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:17:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:17:53.004Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:17:53.029Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:17:53.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:17:53.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:18:23.035Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:18:23.063Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:18:23.067Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:18:23.067Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:18:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:18:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:18:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:18:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833010890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:18:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:18:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833011940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:18:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:18:53.067Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:18:53.087Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:18:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:18:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:19:23.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:19:23.121Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:19:23.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:19:23.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:19:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:19:53.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:19:53.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:19:53.152Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:19:53.153Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:20:23.153Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:20:23.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:20:23.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:20:23.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:20:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:20:53.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:20:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:20:53.217Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:20:53.217Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:21:23.218Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:21:23.244Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:21:23.248Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:21:23.249Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:21:43.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:21:43.845Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:21:43.845Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-a81738c6-c3f9-4b86-b5cc-24f4f5f029e0 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-26T12:21:43.846Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T12:21:43.846Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T12:21:44.252Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:21:44.268Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:21:44.268Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:21:44.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=99, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:21:44.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 99: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:21:44.291Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=99, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:21:44.291Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:21:44.292Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:21:44.297Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:21:44.297Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:21:44.297Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:21:44.297Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3297, 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-26T12:21:44.297Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:21:44.297Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:21:53.249Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T12:21:53.249Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T12:21:53.260Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T12:21:53.260Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T12:21:53.261Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T12:21:53.268Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:21:53.282Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T12:21:53.283Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T12:21:53.290Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:21:53.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T12:21:53.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:21:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-12:21:52:962-47964], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:21:53.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:21:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:21:53.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:21:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:21:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T12:21:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T12:21:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:21:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:21:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833313449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:21:53.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:21:53.467Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833313449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T12:21:53.467Z||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-26T12:21:54.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:21:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:21:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:21:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:21:54.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:21:54.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:21:55.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:21:55.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:21:55.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:21:55.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:21:56.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:21:56.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:21:56.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:21:56.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:21:57.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:21:57.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:21:57.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:21:57.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:21:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:21:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:21:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:21:58.486Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:21:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:21:59.487Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:21:59.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:21:59.488Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:00.489Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:22:00.490Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:00.490Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:00.491Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:01.493Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:22:01.493Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:22:01.493Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T12:22:01.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:22:01.494Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T12:22:01.541Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:22:01.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:22:01.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:22:01.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:01.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:22:01.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:01.853Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:22:01.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T12:22:01.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:22:01.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:01.857Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:22:01.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:01.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:01.858Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833321857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:02.859Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:22:02.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:22:02.860Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:02.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T12:22:02.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:02.861Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:02.974Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13987501489783824739/Definitions/service-Vfw20230326064333-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-26T12:22:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:22:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:22:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.414Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:22:04.415Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.416Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.417Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:22:04.418Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:22:04.419Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:22:04.420Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.421Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:22:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T12:22:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T12:22:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:22:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T12:22:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:22:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833324469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:05.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:22:05.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T12:22:05.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:22:05.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:05.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:05.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833325470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:06.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:22:06.496Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:22:06.501Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:22:06.501Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:22:06.501Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:22:06.501Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:22:06.502Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:22:06.502Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:22:06.502Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:22:06.502Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:22:06.502Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:22:06.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:22:36.518Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T12:22:36.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T12:22:36.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T12:22:36.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T12:22:36.531Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:22:36.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T12:22:36.546Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bbeab0a1-ff26-4986-bef4-7ac5dc18eabf], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T12:22:36.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:22:36.696Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:22:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-12:22:36:226-83033], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:22:36.697Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:22:36.697Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T12:22:36.698Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:22:36.698Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:22:36.708Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:22:36.708Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:22:36.708Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:22:36.708Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:36.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:36.709Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833356708,
  "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-26T12:22:37.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:22:37.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:22:37.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:22:37.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:37.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:37.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:38.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:22:38.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:38.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:38.737Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:39.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:22:39.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:39.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:39.738Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:40.739Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:22:40.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:40.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:40.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:41.740Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:22:41.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:41.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:41.741Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:42.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:22:42.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:42.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:42.742Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:22:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:22:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:22:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:22:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833321857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:22:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833324469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T12:22:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833325470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T12:22:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833356708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:22:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:22:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:22:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:22:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:22:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T12:22:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T12:22:43.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:22:43.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:22:43.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:22:43.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:43.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:43.743Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:44.744Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:22:44.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:22:44.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T12:22:44.745Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:22:44.745Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T12:22:44.790Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:22:44.790Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:22:44.790Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:22:44.790Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:44.790Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:22:44.791Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:45.233Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:22:45.236Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T12:22:45.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:22:45.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:45.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:22:45.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:45.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:45.237Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833365237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:46.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:22:46.238Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:22:46.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:46.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T12:22:46.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:46.239Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:46.347Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10563353911295064542/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T12:22:47.840Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:22:47.841Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.842Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:22:47.843Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T12:22:47.844Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T12:22:47.845Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:22:47.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T12:22:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T12:22:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:22:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T12:22:47.892Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:22:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:47.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833367892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:48.893Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:22:48.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T12:22:48.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:22:48.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:22:48.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:22:48.894Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833368893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:22:49.895Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:22:49.923Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:22:49.928Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:22:49.928Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:22:49.928Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:22:49.928Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:22:49.928Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:22:49.928Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:22:49.928Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:22:49.929Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:22:49.929Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:22:49.944Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:23:19.944Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T12:23:19.958Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T12:23:19.958Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T12:23:19.958Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T12:23:19.965Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:23:19.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T12:23:19.984Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T12:23:19.992Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:23:20.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:23:20.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:23:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-12:23:19:665-73034], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:23:20.153Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:23:20.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:23:20.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:23:20.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:23:20.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:23:20.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:23:20.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:20.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:20.162Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833400162,
  "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-26T12:23:21.188Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:23:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:23:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:23:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:21.189Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:23:22.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:23:22.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:22.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:22.190Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:23:23.191Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:23:23.192Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:23:23.193Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T12:23:23.193Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T12:23:23.193Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T12:23:23.235Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:23:23.236Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:23:23.236Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:23:23.236Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T12:23:23.236Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:23:23.236Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T12:23:23.262Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:23:23.262Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2afe7248
2023-03-26T12:23:23.263Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:23:23.263Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T12:23:23.263Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:23:23.263Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:23:23.263Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-26T12:23:23.263Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:23:23.263Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:23.264Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:23.264Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833403263,
  "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-26T12:23:24.264Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T12:23:24.310Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T12:23:24.311Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:23:24.311Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T12:23:24.311Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:23:24.312Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:24.312Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:24.312Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833404311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:23:25.313Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:23:25.313Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T12:23:25.313Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:23:25.313Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:25.313Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:25.313Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833405313,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:23:26.314Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:23:26.340Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:23:26.345Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:23:26.360Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:23:43.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:23:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:23:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:23:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:23:56.361Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T12:23:56.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T12:23:56.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T12:23:56.377Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T12:23:56.383Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:23:56.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T12:23:56.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T12:23:56.408Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:23:56.539Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T12:23:56.539Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:23:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-12:23:56:080-95769], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:23:56.539Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:23:56.540Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:23:56.540Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:23:56.551Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:23:56.551Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:23:56.551Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:23:56.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:56.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:56.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833436551,
  "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-26T12:23:57.580Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:23:57.581Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:23:57.581Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:23:57.581Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:57.581Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:57.581Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:23:58.582Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:23:58.582Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:58.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:58.583Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:23:59.584Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:23:59.584Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:23:59.584Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:23:59.584Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:00.586Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:00.586Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:00.586Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:00.586Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:01.587Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:01.588Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:01.588Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:01.588Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:02.589Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:02.589Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:02.589Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:02.589Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:03.590Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:03.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:03.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:03.591Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:04.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:04.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:04.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:04.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:05.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:24:05.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:24:05.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T12:24:05.598Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:24:05.598Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T12:24:05.635Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:24:05.636Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:24:05.636Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:24:05.636Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:05.636Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:24:05.636Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:05.961Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:24:05.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T12:24:05.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:24:05.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:05.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:24:05.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:05.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:05.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833445963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:06.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:24:06.965Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:24:06.965Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:06.966Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:06.966Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:06.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.056Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18437518648726665638/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T12:24:07.638Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:24:07.639Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:24:07.640Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T12:24:07.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T12:24:07.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:24:07.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T12:24:07.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:24:07.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:07.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:07.691Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833447691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:08.692Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:24:08.692Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T12:24:08.692Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:24:08.692Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:08.692Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:08.692Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833448692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:09.693Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:24:09.717Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:24:09.722Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:24:09.722Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:24:09.722Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:24:09.722Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:24:09.722Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:24:09.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:24:09.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:24:09.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:24:09.723Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:24:09.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:24:39.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T12:24:39.749Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T12:24:39.749Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T12:24:39.749Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T12:24:39.755Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:24:39.771Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T12:24:39.771Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T12:24:39.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:24:39.923Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T12:24:39.923Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:24:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-12:24:39:453-51095], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:24:39.923Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:24:39.924Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:24:39.924Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:24:39.934Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:24:39.934Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:24:39.934Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:24:39.934Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:39.934Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:39.935Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833479934,
  "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-26T12:24:40.961Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:24:40.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:24:40.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:40.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:40.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:40.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:24:41.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:41.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:41.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:41.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:24:42.965Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:42.966Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:42.966Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:42.966Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:24:43.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833365237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:24:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833367892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T12:24:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833368893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T12:24:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833400162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:24:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:24:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:24:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833403263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:24:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833404311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T12:24:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:24:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833405313,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T12:24:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:24:43.966Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:43.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:43.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:43.967Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:24:44.968Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:44.968Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:44.968Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:44.968Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:24:45.969Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:45.969Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:45.969Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:45.969Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:24:46.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:24:46.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:46.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:46.970Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:47.971Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:24:47.971Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:24:47.971Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T12:24:47.971Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:24:47.971Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T12:24:48.017Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:24:48.017Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:24:48.017Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:24:48.017Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T12:24:48.017Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:24:48.017Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T12:24:48.040Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:24:48.040Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f58ce68
2023-03-26T12:24:48.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:24:48.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T12:24:48.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:24:48.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:24:48.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-26T12:24:48.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:24:48.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:48.041Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:48.042Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833488041,
  "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-26T12:24:49.042Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T12:24:49.097Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T12:24:49.097Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:24:49.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T12:24:49.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:24:49.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:49.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:49.098Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833489097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:50.099Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:24:50.099Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T12:24:50.099Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:24:50.100Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:24:50.100Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:24:50.100Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833490099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:24:51.101Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:24:51.128Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:24:51.132Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:24:51.132Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:24:51.132Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:24:51.132Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:24:51.133Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:24:51.133Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:24:51.133Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:24:51.133Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:24:51.133Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:24:51.148Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:25:21.149Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T12:25:21.156Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T12:25:21.157Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T12:25:21.157Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T12:25:21.164Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:25:21.179Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T12:25:21.179Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43b9adc2-4332-43b1-bc36-7b5fd3155da8], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T12:25:21.186Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:25:21.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:25:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-12:25:20:858-86382], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:25:21.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:25:21.320Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T12:25:21.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:25:21.321Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:25:21.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:25:21.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:25:21.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:25:21.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:21.328Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:21.328Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833521327,
  "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-26T12:25:22.356Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:25:22.356Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:25:22.357Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:25:22.357Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:22.357Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:22.357Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:23.358Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:25:23.358Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:23.358Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:23.358Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:24.359Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:25:24.359Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:24.360Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:24.360Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:25.361Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:25:25.361Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:25.361Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:25.361Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:26.362Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:25:26.362Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:26.362Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:26.362Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:27.363Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:25:27.363Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:27.363Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:27.363Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:28.364Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:25:28.364Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:28.365Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:28.365Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:29.365Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:25:29.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:29.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:29.366Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:30.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:25:30.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:25:30.367Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T12:25:30.367Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:25:30.367Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T12:25:30.416Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:25:30.417Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:25:30.417Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:25:30.417Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:30.417Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:25:30.417Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:30.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:25:30.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T12:25:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:25:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:25:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:30.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833530759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:31.760Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:25:31.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:25:31.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:31.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:31.762Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:31.762Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:31.882Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1724005448728365294/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T12:25:32.456Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:25:32.457Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:25:32.458Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T12:25:32.509Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T12:25:32.510Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:25:32.510Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T12:25:32.511Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:25:32.511Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:32.511Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:32.511Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833532510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:33.512Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:25:33.513Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T12:25:33.513Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:25:33.513Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:25:33.513Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:25:33.513Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833533512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:34.514Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:25:34.544Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:25:34.548Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:25:34.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:25:34.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:25:34.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:25:34.549Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:25:34.550Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:25:34.550Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:25:34.550Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:25:34.550Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:25:34.568Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:25:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:25:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833436551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:25:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:25:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:25:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:25:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833445963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833447691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833448692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833479934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:25:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:25:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:25:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:25:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:25:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:04.568Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T12:26:04.580Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T12:26:04.580Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T12:26:04.581Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T12:26:04.588Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:26:04.607Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T12:26:04.607Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[15992117-60d7-4e23-9b9d-a090eb382f34], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T12:26:04.616Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:26:04.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:26:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-12:26:04:293-87208], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:26:04.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:26:04.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T12:26:04.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:26:04.773Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:26:04.786Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:26:04.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:26:04.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:26:04.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:04.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:04.787Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833564787,
  "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-26T12:26:05.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:26:05.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:26:05.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:05.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:05.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:05.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:06.819Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:06.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:06.820Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:06.821Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:07.822Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:07.822Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:07.822Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:07.822Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:08.823Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:08.823Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:08.823Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:08.823Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:09.825Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:09.825Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:09.825Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:09.825Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:10.829Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:10.829Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:10.829Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:10.829Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:11.830Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:11.830Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:11.830Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:11.830Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:12.831Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:12.831Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:12.831Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:12.831Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:13.832Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:26:13.832Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:26:13.833Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T12:26:13.834Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:26:13.834Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T12:26:13.878Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:26:13.879Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:26:13.879Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:26:13.879Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:13.879Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:26:13.879Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:26:14.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T12:26:14.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:26:14.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:14.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:26:14.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:14.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:14.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833574168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:15.170Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:26:15.170Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:26:15.170Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.171Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.171Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.318Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11665915699498622121/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T12:26:15.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:26:15.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:26:15.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:26:15.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:26:15.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:26:15.937Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T12:26:15.975Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T12:26:15.975Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:26:15.975Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T12:26:15.976Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:26:15.976Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:15.977Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:15.977Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833575975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:16.977Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:26:16.978Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T12:26:16.978Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:26:16.979Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:16.979Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:16.979Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833576977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:17.980Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:26:18.005Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:26:18.010Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:26:18.025Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:26:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833488041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833489097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833490099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833521327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:26:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833530759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833532510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833533512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T12:26:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:26:48.026Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T12:26:48.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T12:26:48.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T12:26:48.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T12:26:48.046Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:26:48.066Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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-26T12:26:48.066Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T12:26:48.077Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:26:48.224Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:26:48.225Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:26:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[278688], x-aai-txid=[0-aai-resources-230326-12:26:47:753-83262], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:26:48.225Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:26:48.226Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:26:48.226Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:26:48.236Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:26:48.237Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:26:48.237Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:26:48.237Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:48.237Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:48.237Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833608237,
  "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-26T12:26:49.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:26:49.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:26:49.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:49.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:49.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:49.265Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:50.265Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:50.265Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:50.265Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:50.265Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:51.266Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:51.267Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:51.267Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:51.267Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:52.267Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:52.268Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:52.268Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:52.268Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:53.268Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:53.269Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:53.269Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:53.269Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:54.269Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:54.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:54.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:54.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:55.270Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:55.271Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:55.271Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:55.271Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:56.271Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:56.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:56.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:56.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:57.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:57.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:57.273Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:57.273Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:26:58.273Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:26:58.274Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:58.274Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:58.274Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:26:59.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:26:59.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:26:59.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T12:26:59.276Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:26:59.276Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T12:26:59.322Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:26:59.323Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:26:59.323Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:26:59.323Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:26:59.323Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:26:59.323Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:26:59.686Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:26:59.692Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T12:26:59.692Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-26T12:26:59.692Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:26:59.692Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:26:59.692Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:26:59.692Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:26:59.693Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833619692,
  "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-26T12:27:00.693Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:27:00.694Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:27:00.694Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:27:00.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T12:27:00.695Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:27:00.696Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:27:00.781Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP41437362179775627/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T12:27:01.656Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:27:01.656Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:27:01.656Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:27:01.656Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T12:27:01.656Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:27:01.656Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:27:01.656Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:27:01.656Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T12:27:01.657Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T12:27:01.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:27:01.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T12:27:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T12:27:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T12:27:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T12:27:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:27:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833621710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:27:02.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T12:27:02.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T12:27:02.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:27:02.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:02.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:02.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833622711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:27:03.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:27:03.740Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:27:03.745Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:27:03.745Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:27:03.745Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:27:03.745Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:27:03.745Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:27:03.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:27:03.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:27:03.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:27:03.746Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:27:03.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:27:33.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T12:27:33.773Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T12:27:33.774Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T12:27:33.774Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T12:27:33.781Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:27:33.800Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T12:27:33.800Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9623771a-e920-472a-85e3-90e61d49c389], X-ECOMP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-TransactionId=[], X-ONAP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], Content-Type=[application/merge-patch+json]}
2023-03-26T12:27:33.807Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:27:33.937Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:27:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[229512], x-aai-txid=[2-aai-resources-230326-12:27:33:480-50001], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:27:33.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:27:33.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T12:27:33.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:27:33.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:27:33.953Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:27:33.954Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:27:33.954Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:27:33.954Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:33.954Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:33.954Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833653954,
  "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-26T12:27:34.981Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:27:34.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:27:34.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:27:34.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:34.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:34.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:27:35.983Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:27:35.983Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:35.983Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:35.983Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:27:36.983Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:27:36.984Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:36.984Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:36.984Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:27:37.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:27:37.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:37.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:37.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:27:38.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:27:38.986Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:38.986Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:38.986Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:27:39.986Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:27:39.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:39.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:39.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:27:40.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:27:40.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:40.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:40.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:27:41.989Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:27:41.989Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:41.990Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:41.990Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:27:42.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:27:42.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:27:42.991Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T12:27:42.992Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:27:42.992Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T12:27:43.039Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:27:43.040Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:27:43.040Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:27:43.040Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T12:27:43.040Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:27:43.041Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T12:27:43.065Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:27:43.066Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@344c88f7
2023-03-26T12:27:43.066Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:27:43.066Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T12:27:43.066Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:27:43.066Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:27:43.066Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:27:43.067Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:27:43.067Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:43.067Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:43.067Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833663066,
  "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-26T12:27:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:27:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version170: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version171: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T12:27:43.677Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:27:43.677Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:27:43.683Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=100, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:27:43.683Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 100: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:27:43.700Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=100, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:27:43.700Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:27:43.701Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:27:43.706Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:27:43.706Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:27:43.706Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:27:43.706Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3360, 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-26T12:27:43.707Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:27:43.707Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:27:44.068Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T12:27:44.115Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T12:27:44.115Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:27:44.115Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T12:27:44.115Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:27:44.116Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:44.116Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:44.116Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833664115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:27:44.719Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.719Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833564787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:27:44.719Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833574168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833575975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833576977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833608237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:27:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833619692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833621710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833622711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T12:27:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833653954,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:27:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:27:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833663066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833664115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T12:27:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:27:45.117Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:27:45.117Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T12:27:45.117Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:27:45.118Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:27:45.118Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:27:45.118Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833665117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:27:46.120Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:27:46.143Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:27:46.146Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:27:46.158Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:28:16.159Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T12:28:16.166Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T12:28:16.167Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T12:28:16.167Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T12:28:16.174Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:28:16.193Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T12:28:16.193Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f3b1bb3-652b-4dc7-b0b1-bdfb6d0fce7f], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T12:28:16.201Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:28:16.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:28:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[217136], x-aai-txid=[0-aai-resources-230326-12:28:15:876-92086], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:28:16.358Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:28:16.359Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T12:28:16.359Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:28:16.359Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:28:16.368Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:28:16.368Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:28:16.368Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:28:16.369Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:16.369Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:16.369Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833696368,
  "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-26T12:28:17.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:28:17.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:28:17.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:17.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:17.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:17.398Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:28:18.398Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:18.399Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:18.399Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:18.399Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:28:19.400Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:19.400Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:19.401Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:19.401Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:28:20.402Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:20.402Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:20.403Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:20.403Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:28:21.404Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:21.404Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:21.404Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:21.404Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:28:22.406Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:22.406Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:22.406Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:22.406Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:28:23.407Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:23.408Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:23.408Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:23.408Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:28:24.409Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:24.409Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:24.409Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:24.409Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:28:25.411Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:28:25.411Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:25.411Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:25.411Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:28:26.412Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:28:26.413Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:28:26.413Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T12:28:26.413Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:28:26.413Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T12:28:26.453Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:28:26.453Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:28:26.454Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:28:26.454Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:28:26.454Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:28:26.454Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:28:26.478Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:28:26.478Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a9fb4c4
2023-03-26T12:28:26.478Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:28:26.479Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:28:26.479Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:28:26.479Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:28:26.479Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:28:26.479Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:28:26.479Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:26.479Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:26.479Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833706479,
  "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-26T12:28:27.480Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:4049ebcf-09de-471c-9225-779119432cf4)
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-26T12:28:27.528Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T12:28:27.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:28:27.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T12:28:27.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:28:27.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:27.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:27.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833707529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:28:28.530Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:28:28.531Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T12:28:28.531Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:28:28.531Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:28.531Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:28.531Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833708530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:28:29.532Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:28:29.561Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:28:29.566Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:28:29.566Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:28:29.566Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:28:29.566Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:28:29.566Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:28:29.566Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:28:29.567Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:28:29.567Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:28:29.567Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:28:29.579Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:28:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:28:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:28:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833665117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T12:28:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:28:59.580Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T12:28:59.592Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T12:28:59.592Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T12:28:59.593Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T12:28:59.599Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:28:59.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T12:28:59.616Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2386fc84-735d-41fa-874d-369b94b6c674], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T12:28:59.624Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:28:59.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:28:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[299168], x-aai-txid=[0-aai-resources-230326-12:28:59:296-67823], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:28:59.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:28:59.760Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:28:59.760Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:28:59.760Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:28:59.772Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:28:59.773Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:28:59.773Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:28:59.773Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:28:59.773Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:28:59.773Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833739773,
  "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-26T12:29:00.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:29:00.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:29:00.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:00.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:00.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:00.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:01.806Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:01.806Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:01.807Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:01.807Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:02.808Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:02.809Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:02.809Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:02.809Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:03.810Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:03.811Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:03.811Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:03.811Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:04.812Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:04.813Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:04.813Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:04.813Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:05.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:05.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:05.815Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:05.815Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:06.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:06.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:06.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:06.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:07.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:07.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:07.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:07.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:08.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:08.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:08.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:08.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:29:09.820Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:29:09.820Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:29:09.821Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T12:29:09.821Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:29:09.821Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T12:29:09.869Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:29:09.870Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:29:09.870Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:29:09.870Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:29:09.870Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:29:09.870Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:29:09.896Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:29:09.897Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f7f63fc
2023-03-26T12:29:09.897Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:29:09.897Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:29:09.897Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:29:09.898Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:29:09.898Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:29:09.898Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:29:09.898Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:09.898Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:09.898Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833749898,
  "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-26T12:29:10.899Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T12:29:10.949Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T12:29:10.950Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:29:10.950Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T12:29:10.950Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:29:10.950Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:10.950Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:10.950Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833750950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:29:11.951Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:29:11.952Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T12:29:11.952Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:29:11.952Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:11.952Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:11.952Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833751951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:29:12.954Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:29:12.977Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:29:12.981Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:29:12.981Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:29:12.981Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:29:12.981Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:29:12.982Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:29:12.982Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:29:12.982Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:29:12.982Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:29:12.982Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:29:12.994Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:29:42.995Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T12:29:43.004Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T12:29:43.004Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T12:29:43.005Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T12:29:43.011Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:29:43.032Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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-26T12:29:43.033Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T12:29:43.041Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:29:43.183Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T12:29:43.183Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:29:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[278536], x-aai-txid=[0-aai-resources-230326-12:29:42:723-31264], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:29:43.184Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:29:43.184Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:29:43.184Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:29:43.196Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:29:43.196Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:29:43.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:29:43.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:43.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:43.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833783197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:29:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:29:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833696368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:29:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:29:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:29:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:29:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:29:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:29:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:29:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833706479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:29:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833707529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T12:29:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:29:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:29:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833708530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T12:29:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T12:29:44.228Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:29:44.228Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:29:44.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:44.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:44.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:44.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:45.230Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:45.230Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:45.230Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:45.230Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:46.231Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:46.231Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:46.231Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:46.231Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:47.233Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:47.233Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:47.233Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:47.233Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:48.234Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:48.234Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:48.235Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:48.235Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:49.236Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:49.236Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:49.236Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:49.236Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:50.238Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:50.238Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:50.238Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:50.238Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:51.239Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:51.240Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:51.240Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:51.240Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "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-26T12:29:52.241Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:29:52.241Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:52.241Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:52.241Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:29:53.243Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:29:53.243Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:29:53.243Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T12:29:53.244Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:29:53.244Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T12:29:53.290Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:29:53.291Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:29:53.291Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:29:53.291Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:29:53.291Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:29:53.291Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:29:53.311Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:29:53.311Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@574a6a3f
2023-03-26T12:29:53.311Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:29:53.312Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:29:53.312Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:29:53.312Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:29:53.312Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:29:53.313Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:29:53.313Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:53.313Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:53.313Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833793312,
  "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-26T12:29:54.314Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T12:29:54.337Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:29:54.338Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T12:29:54.349Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:29:54.370Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T12:29:54.370Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:29:54.370Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:29:54.370Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T12:29:54.378Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:29:54.395Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:29:54.400Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T12:29:54.401Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:29:54.401Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:29:54.401Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:29:54.401Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:29:54.402Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:29:54.402Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:29:54.402Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833794401,
  "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-26T12:29:55.404Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:29:55.426Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:29:55.431Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:29:55.431Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:29:55.431Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:29:55.431Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:29:55.432Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:29:55.432Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:29:55.432Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:29:55.432Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T12:29:55.432Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:29:55.444Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:30:25.445Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T12:30:25.455Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:30:25.455Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T12:30:25.456Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T12:30:25.462Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:30:25.478Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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-26T12:30:25.478Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T12:30:25.487Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:30:25.616Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:30:25.616Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:30:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[282632], x-aai-txid=[2-aai-resources-230326-12:30:25:159-12213], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:30:25.617Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:30:25.617Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:30:25.617Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:30:25.620Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:30:25.621Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T12:30:25.621Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:30:25.621Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:25.621Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:25.621Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833825621,
  "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-26T12:30:26.654Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T12:30:26.654Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T12:30:26.655Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T12:30:26.656Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T12:30:26.656Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 135769 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-26T12:30:26.657Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:26.657Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:26.657Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:26.657Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:30:26.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3f96b311-caad-4fba-a4eb-d222a7593f8b
2023-03-26T12:30:26.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T12:30:26.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:26.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:30:29.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:30:32.325Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:30:35.335Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:30:38.345Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:30:41.354Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:30:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:43.675Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:30:43.675Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:30:43.680Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=101, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3f96b311-caad-4fba-a4eb-d222a7593f8b', protocol='range'}
2023-03-26T12:30:43.680Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=101, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:30:43.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:30:43.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:30:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:30:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:30:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:30:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:30:43.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 101: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3f96b311-caad-4fba-a4eb-d222a7593f8b=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:30:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=101, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:30:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:30:43.709Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:30:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=101, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3f96b311-caad-4fba-a4eb-d222a7593f8b', protocol='range'}
2023-03-26T12:30:43.712Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:43.712Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:43.714Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:30:43.714Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:30:43.714Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:30:43.714Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3411, 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-26T12:30:43.715Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:30:43.715Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:30:43.718Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:43.718Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:43.718Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:43.718Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:43.718Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:30:43.719Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T12:30:43.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:30:43.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:30:43.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:30:43.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:43.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:43.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:44.727Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833739773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:30:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.728Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.729Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.730Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833749898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833750950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833751951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833783197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:30:44.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.733Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679832986623,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:30:44.734Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833793312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:30:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833794401,
  "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-26T12:30:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.735Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.736Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833825621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T12:30:44.736Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.736Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:30:44.736Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:30:44.736Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:30:44.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:30:44.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:44.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:44.795Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:45.795Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:30:45.795Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:45.795Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:45.796Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:46.796Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:30:46.800Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:46.801Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:46.801Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:47.801Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:30:47.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:47.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:47.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:48.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:30:48.803Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:48.803Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:48.803Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:49.803Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:30:49.804Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:49.804Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:49.804Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:50.805Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:30:50.805Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:30:50.805Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T12:30:50.805Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:30:50.805Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T12:30:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:30:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:30:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:30:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:30:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:30:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:30:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:30:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@877ba6e
2023-03-26T12:30:50.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:30:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:30:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:30:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T12:30:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T12:30:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:30:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:50.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:50.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833850880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:51.881Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T12:30:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:30:51.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:30:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T12:30:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T12:30:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:30:51.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:30:51.910Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:30:51.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:30:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a2dad41
2023-03-26T12:30:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:30:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:30:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:30:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T12:30:51.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T12:30:51.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:30:51.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:30:51.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:30:51.932Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833851931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:30:52.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T12:30:52.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:30:52.950Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:30:52.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:30:52.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:31:22.954Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:31:22.980Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:31:22.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:31:22.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:31:43.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:31:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:31:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:31:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:31:52.985Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:31:53.006Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:31:53.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:31:53.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:32:23.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:32:23.043Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:32:23.046Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:32:23.047Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:32:43.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:32:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:32:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:32:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:32:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:32:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:32:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:32:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833850880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:32:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:32:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:32:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833851931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:32:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:32:53.048Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:32:53.069Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:32:53.073Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:32:53.074Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:33:23.074Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:33:23.099Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:33:23.103Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:33:23.103Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:33:43.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:33:53.103Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:33:53.126Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:33:53.131Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:33:53.131Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:34:23.132Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:34:23.158Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:34:23.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:34:23.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:34:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:34:53.161Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:34:53.189Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:34:53.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:34:53.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:35:23.193Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:35:23.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:35:23.225Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:35:23.225Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:35:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:35:43.849Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:35:43.849Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-3f96b311-caad-4fba-a4eb-d222a7593f8b 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-26T12:35:43.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T12:35:43.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T12:35:44.249Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:35:44.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:35:44.264Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:35:44.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=102, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:35:44.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 102: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:35:44.288Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=102, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:35:44.289Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:35:44.289Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:35:44.294Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:35:44.294Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:35:44.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:35:44.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3446, 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-26T12:35:44.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:35:44.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:35:53.225Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T12:35:53.226Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T12:35:53.236Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T12:35:53.236Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T12:35:53.237Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T12:35:53.246Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:35:53.261Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T12:35:53.262Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T12:35:53.269Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:35:53.407Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T12:35:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:35:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-12:35:52:944-83380], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:35:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:35:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:35:53.408Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:35:53.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:35:53.416Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T12:35:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T12:35:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:35:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:35:53.417Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834153417,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:35:53.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:35:53.433Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834153417,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T12:35:53.434Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T12:35:54.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:35:54.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:35:54.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:35:54.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:35:54.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:35:54.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:35:55.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:35:55.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:35:55.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:35:55.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:35:56.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:35:56.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:35:56.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:35:56.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:35:57.447Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:35:57.447Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:35:57.448Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:35:57.448Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:35:58.448Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:35:58.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:35:58.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:35:58.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:35:59.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:35:59.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:35:59.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:35:59.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:00.451Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:36:00.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:00.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:00.452Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:01.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:36:01.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:36:01.453Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T12:36:01.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:36:01.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T12:36:01.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:36:01.492Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:36:01.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:36:01.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:01.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:36:01.493Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:01.835Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:36:01.840Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T12:36:01.840Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:36:01.840Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:01.840Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:36:01.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:01.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:01.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834161840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:02.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:36:02.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:36:02.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:02.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T12:36:02.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:02.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:02.964Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6501151207229510317/Definitions/service-Vfw20230326064333-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-26T12:36:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:36:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:36:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:36:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:36:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:36:04.480Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:36:04.481Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:04.482Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T12:36:04.532Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T12:36:04.532Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:36:04.532Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T12:36:04.532Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:36:04.532Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:04.533Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:04.533Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834164532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:05.533Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:36:05.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T12:36:05.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:36:05.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:05.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:05.534Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834165533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:06.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:36:06.560Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:36:06.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:36:06.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:36:06.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:36:06.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:36:06.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:36:06.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:36:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:36:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:36:06.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:36:06.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:36:36.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T12:36:36.596Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T12:36:36.596Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T12:36:36.597Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T12:36:36.604Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:36:36.618Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T12:36:36.618Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ad9e6fe-98d3-41c9-8bc6-be8e833e15c1], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T12:36:36.629Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:36:36.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:36:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-12:36:36:305-25537], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:36:36.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:36:36.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T12:36:36.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:36:36.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:36:36.780Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:36:36.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:36:36.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:36:36.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:36.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:36.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834196781,
  "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-26T12:36:37.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:36:37.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:36:37.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:36:37.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:37.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:37.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:38.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:36:38.814Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:38.814Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:38.814Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:39.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:36:39.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:39.815Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:39.816Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:40.816Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:36:40.817Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:40.817Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:40.817Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:41.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:36:41.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:41.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:41.818Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:42.819Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:36:42.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:42.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:42.820Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834161840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834164532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834165533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834196781,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:36:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:36:43.668Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:36:43.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:36:43.821Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:43.822Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:43.822Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:44.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:36:44.823Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:36:44.825Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T12:36:44.825Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:36:44.825Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T12:36:44.866Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:36:44.866Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:36:44.866Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:36:44.866Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:44.866Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:36:44.867Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:45.451Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:36:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T12:36:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:36:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:45.454Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:36:45.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:45.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:45.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834205454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:46.455Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:36:46.456Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:36:46.456Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:46.457Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T12:36:46.458Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:46.458Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:46.587Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5506393407565936361/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.095Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.096Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.097Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:36:48.098Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:36:48.099Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:36:48.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T12:36:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:36:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:36:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T12:36:48.105Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.105Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:36:48.105Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:36:48.105Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:36:48.105Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.105Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.105Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:36:48.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:36:48.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:36:48.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:36:48.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:36:48.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:36:48.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T12:36:48.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:36:48.107Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T12:36:48.154Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T12:36:48.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:36:48.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T12:36:48.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:36:48.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:48.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:48.155Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834208155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:49.157Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:36:49.157Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T12:36:49.157Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:36:49.157Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:36:49.157Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:36:49.157Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834209157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:36:50.159Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:36:50.180Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:36:50.184Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:36:50.184Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:36:50.184Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:36:50.185Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:36:50.185Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:36:50.185Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:36:50.185Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:36:50.185Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:36:50.185Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:36:50.199Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:37:20.200Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T12:37:20.213Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T12:37:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T12:37:20.214Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T12:37:20.221Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:37:20.235Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T12:37:20.235Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7e617f1-e841-470c-a5c3-06472b2e9fdc], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T12:37:20.241Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:37:20.369Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:37:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-12:37:19:916-88181], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:37:20.370Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:37:20.370Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:37:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:37:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:37:20.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:37:20.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:37:20.385Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:37:20.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:20.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:20.386Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834240385,
  "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-26T12:37:21.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:37:21.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:37:21.412Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:37:21.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:21.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:21.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:37:22.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:37:22.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:22.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:22.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:37:23.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:37:23.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:37:23.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T12:37:23.416Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T12:37:23.416Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T12:37:23.459Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:37:23.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:37:23.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:37:23.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T12:37:23.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:37:23.461Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T12:37:23.486Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:37:23.486Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@336158ad
2023-03-26T12:37:23.486Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:37:23.486Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T12:37:23.486Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:37:23.487Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:37:23.487Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-26T12:37:23.487Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:37:23.487Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:23.487Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:23.487Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834243487,
  "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-26T12:37:24.489Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T12:37:24.542Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T12:37:24.542Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:37:24.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T12:37:24.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:37:24.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:24.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:24.543Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834244542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:37:25.545Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:37:25.545Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T12:37:25.546Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:37:25.546Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:25.546Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:25.546Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834245545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:37:26.547Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:37:26.575Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:37:26.579Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:37:26.579Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:37:26.579Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:37:26.579Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:37:26.580Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:37:26.580Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:37:26.580Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:37:26.580Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:37:26.580Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:37:26.595Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:37:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:37:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:37:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:37:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:37:56.595Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T12:37:56.606Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T12:37:56.606Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T12:37:56.607Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T12:37:56.614Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:37:56.631Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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-26T12:37:56.632Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T12:37:56.638Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:37:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T12:37:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:37:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[167992], x-aai-txid=[2-aai-resources-230326-12:37:56:312-7087], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:37:56.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:37:56.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:37:56.786Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:37:56.798Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:37:56.798Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:37:56.799Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:37:56.799Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:56.799Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:56.799Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834276799,
  "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-26T12:37:57.829Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:37:57.829Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:37:57.830Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:37:57.830Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:57.830Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:57.830Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:37:58.830Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:37:58.831Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:58.831Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:58.832Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:37:59.832Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:37:59.832Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:37:59.832Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:37:59.832Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:00.833Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:00.833Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:00.833Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:00.833Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:01.834Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:01.834Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:01.834Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:01.835Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:02.835Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:02.836Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:02.836Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:02.836Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:03.837Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:03.838Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:03.838Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:03.838Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:04.840Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:04.840Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:04.841Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:04.841Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:05.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:38:05.843Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:38:05.843Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T12:38:05.843Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:38:05.843Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T12:38:05.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:38:05.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:38:05.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:38:05.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:05.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:38:05.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:06.190Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:38:06.192Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T12:38:06.193Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:38:06.193Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:06.193Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:38:06.193Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:06.193Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:06.193Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834286193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:07.194Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:38:07.195Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:38:07.195Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.195Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.196Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.196Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.283Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4808905120869326513/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.828Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:38:07.829Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:38:07.830Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:38:07.830Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:38:07.830Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T12:38:07.878Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T12:38:07.878Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:38:07.878Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T12:38:07.878Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:38:07.878Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:07.878Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:07.879Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834287878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:08.879Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:38:08.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T12:38:08.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:38:08.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:08.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:08.880Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834288879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:09.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:38:09.903Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:38:09.907Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:38:09.907Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:38:09.907Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:38:09.907Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:38:09.907Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:38:09.907Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:38:09.907Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:38:09.907Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:38:09.908Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:38:09.921Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:38:39.922Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T12:38:39.941Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T12:38:39.941Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T12:38:39.941Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T12:38:39.945Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:38:39.957Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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-26T12:38:39.957Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T12:38:39.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:38:40.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T12:38:40.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:38:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-12:38:39:637-18395], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:38:40.115Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:38:40.116Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:38:40.116Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:38:40.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:38:40.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:38:40.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:38:40.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:40.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:40.128Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834320128,
  "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-26T12:38:41.163Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:38:41.163Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:38:41.164Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:41.164Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:41.164Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:41.164Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:38:42.165Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:42.166Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:42.166Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:42.166Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:38:43.167Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:43.167Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:43.168Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:43.168Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:38:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834205454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834208155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834209157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834240385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834243487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834244542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T12:38:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:38:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834245545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T12:38:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:38:44.169Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:44.170Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:44.170Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:44.170Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:38:45.171Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:45.172Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:45.172Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:45.172Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:38:46.173Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:46.173Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:46.173Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:46.173Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:38:47.174Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:38:47.175Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:47.175Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:47.175Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:48.176Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:38:48.176Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:38:48.176Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T12:38:48.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:38:48.176Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T12:38:48.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:38:48.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:38:48.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:38:48.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T12:38:48.225Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:38:48.226Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T12:38:48.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:38:48.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@285445ac
2023-03-26T12:38:48.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:38:48.250Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T12:38:48.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:38:48.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:38:48.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-26T12:38:48.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:38:48.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:48.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:48.251Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834328251,
  "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-26T12:38:49.252Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T12:38:49.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T12:38:49.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:38:49.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T12:38:49.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:38:49.300Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:49.301Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:49.301Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834329300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:50.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:38:50.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T12:38:50.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:38:50.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:38:50.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:38:50.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834330302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:38:51.304Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:38:51.323Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:38:51.327Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:38:51.340Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:39:21.340Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T12:39:21.349Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T12:39:21.349Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T12:39:21.349Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T12:39:21.354Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:39:21.364Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T12:39:21.364Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[794706c2-32dd-427b-8835-706c742f88fe], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T12:39:21.372Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:39:21.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:39:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-12:39:21:046-66506], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:39:21.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:39:21.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T12:39:21.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:39:21.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:39:21.519Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:39:21.520Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:39:21.520Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:39:21.520Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:21.520Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:21.520Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834361520,
  "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-26T12:39:22.554Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:39:22.554Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:39:22.555Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:39:22.555Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:22.555Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:22.555Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:23.556Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:39:23.556Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:23.556Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:23.557Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:24.557Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:39:24.558Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:24.558Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:24.558Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:25.559Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:39:25.559Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:25.559Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:25.559Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:26.560Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:39:26.560Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:26.561Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:26.561Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:27.561Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:39:27.562Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:27.562Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:27.562Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:28.563Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:39:28.563Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:28.563Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:28.563Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:29.564Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:39:29.564Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:29.564Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:29.565Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:30.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:39:30.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:39:30.566Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T12:39:30.567Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:39:30.567Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T12:39:30.618Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:39:30.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:39:30.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:39:30.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:30.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:39:30.619Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:30.963Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:39:30.966Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T12:39:30.966Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:39:30.966Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:30.966Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:39:30.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:30.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:30.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834370966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:31.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:39:31.968Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:39:31.969Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:31.969Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:31.970Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:31.970Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.057Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1545947549241722363/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T12:39:32.639Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T12:39:32.640Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:39:32.641Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T12:39:32.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T12:39:32.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:39:32.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T12:39:32.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:39:32.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:32.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:32.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834372692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:33.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:39:33.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T12:39:33.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:39:33.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:39:33.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:39:33.694Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834373693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:34.695Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:39:34.721Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:39:34.725Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:39:34.725Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:39:34.725Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:39:34.725Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:39:34.726Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:39:34.726Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:39:34.726Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:39:34.726Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:39:34.726Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:39:34.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:39:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:39:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834276799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:39:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:39:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:39:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:39:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834286193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834287878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T12:39:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834288879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834320128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:39:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:39:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:39:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:39:43.667Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:04.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T12:40:04.749Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T12:40:04.749Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T12:40:04.749Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T12:40:04.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:40:04.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T12:40:04.771Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bcae565-0b4b-4dc2-b7b0-fa061ba95af9], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T12:40:04.779Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:40:04.914Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:40:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-12:40:04:453-60015], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:40:04.915Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:40:04.915Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T12:40:04.916Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:40:04.916Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:40:04.928Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:40:04.929Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:40:04.929Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:40:04.929Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:04.929Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:04.930Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834404929,
  "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-26T12:40:05.962Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:40:05.962Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:40:05.962Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:05.963Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:05.963Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:05.963Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:06.963Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:06.964Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:06.964Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:06.964Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:07.964Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:07.965Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:07.965Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:07.965Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:08.966Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:08.966Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:08.966Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:08.966Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:09.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:09.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:09.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:09.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:10.968Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:10.968Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:10.968Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:10.968Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:11.969Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:11.969Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:11.969Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:11.969Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:12.970Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:12.970Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:12.970Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:12.970Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:13.971Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:40:13.971Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:40:13.971Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T12:40:13.971Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:40:13.972Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T12:40:14.017Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:40:14.018Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:40:14.018Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:40:14.018Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:14.018Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:40:14.018Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:14.351Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:40:14.353Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T12:40:14.354Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:40:14.354Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:14.354Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:40:14.355Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:14.355Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:14.355Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834414354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:15.356Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:40:15.356Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:40:15.356Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.357Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.357Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.357Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.437Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16765405419688881158/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T12:40:15.996Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T12:40:15.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:40:15.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T12:40:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T12:40:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:40:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T12:40:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:40:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:16.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834416038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:17.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:40:17.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T12:40:17.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:40:17.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:17.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:17.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834417039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:18.041Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:40:18.062Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:40:18.066Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:40:18.066Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:40:18.066Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:40:18.066Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:40:18.067Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:40:18.067Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:40:18.067Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:40:18.067Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:40:18.067Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:40:18.075Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:40:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T12:40:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:40:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834328251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834329300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834330302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834361520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:40:43.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834370966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834372692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834373693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T12:40:43.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:40:48.076Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T12:40:48.088Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T12:40:48.088Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T12:40:48.089Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T12:40:48.095Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:40:48.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T12:40:48.115Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e496d141-5871-4df2-9d53-51530bec1b6a], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T12:40:48.121Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:40:48.261Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:40:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[278688], x-aai-txid=[2-aai-resources-230326-12:40:47:795-39271], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:40:48.261Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:40:48.261Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:40:48.262Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:40:48.262Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:40:48.274Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:40:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:40:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:40:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:48.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834448275,
  "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-26T12:40:49.304Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:40:49.304Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:40:49.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:49.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:49.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:49.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:50.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:50.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:50.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:50.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:51.307Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:51.307Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:51.308Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:51.308Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:52.309Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:52.309Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:52.309Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:52.310Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:53.311Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:53.311Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:53.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:53.312Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:54.313Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:54.314Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:54.314Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:54.314Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:55.315Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:55.316Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:55.316Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:55.317Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:56.318Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:56.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:56.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:56.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:57.320Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:57.321Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:57.321Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:57.321Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:40:58.321Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:40:58.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:58.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:58.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:40:59.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:40:59.324Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:40:59.324Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T12:40:59.324Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:40:59.324Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T12:40:59.366Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:40:59.367Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:40:59.367Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:40:59.367Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:40:59.367Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:40:59.367Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:40:59.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:40:59.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T12:40:59.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-26T12:40:59.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:40:59.658Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:40:59.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:40:59.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:40:59.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834459658,
  "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-26T12:41:00.659Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:41:00.660Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:41:00.661Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:41:00.661Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T12:41:00.662Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:41:00.663Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:41:00.745Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4734222691918548250/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:41:01.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:41:01.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T12:41:01.704Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T12:41:01.705Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T12:41:01.705Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T12:41:01.705Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:41:01.705Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:01.705Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:01.705Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834461705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:41:02.706Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T12:41:02.706Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T12:41:02.707Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:41:02.707Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:02.707Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:02.707Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834462706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:41:03.708Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:41:03.731Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:41:03.735Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:41:03.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:41:03.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:41:03.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:41:03.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:41:03.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:41:03.736Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:41:03.737Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:41:03.737Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:41:03.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:41:33.752Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T12:41:33.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T12:41:33.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T12:41:33.767Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T12:41:33.775Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:41:33.790Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T12:41:33.791Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[305f4bcf-13d9-4c47-993f-20bc04075c93], X-ECOMP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-TransactionId=[], X-ONAP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], Content-Type=[application/merge-patch+json]}
2023-03-26T12:41:33.797Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:41:33.937Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:41:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[229512], x-aai-txid=[2-aai-resources-230326-12:41:33:472-76103], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:41:33.937Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:41:33.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T12:41:33.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:41:33.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:41:33.950Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:41:33.950Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:41:33.950Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:41:33.950Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:33.951Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:33.951Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834493950,
  "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-26T12:41:34.975Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:41:34.975Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:41:34.976Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:41:34.977Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:34.977Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:34.977Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:41:35.977Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:41:35.978Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:35.978Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:35.978Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:41:36.979Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:41:36.980Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:36.980Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:36.980Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:41:37.981Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:41:37.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:37.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:37.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:41:38.983Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:41:38.983Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:38.984Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:38.984Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:41:39.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:41:39.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:39.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:39.985Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:41:40.986Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:41:40.986Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:40.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:40.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:41:41.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:41:41.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:41.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:41.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:41:42.989Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:41:42.990Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:41:42.990Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T12:41:42.990Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:41:42.990Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T12:41:43.047Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:41:43.048Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:41:43.048Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:41:43.049Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T12:41:43.049Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:41:43.049Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T12:41:43.073Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:41:43.074Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45998962
2023-03-26T12:41:43.074Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:41:43.075Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T12:41:43.075Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:41:43.075Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:41:43.075Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:41:43.076Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:41:43.076Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:43.076Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:43.076Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834503075,
  "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-26T12:41:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:41:43.661Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version173: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version174: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T12:41:43.678Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:41:43.678Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:41:43.682Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=103, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:41:43.683Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 103: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:41:43.697Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=103, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:41:43.698Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:41:43.698Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:41:43.702Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:41:43.702Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:41:43.702Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:41:43.702Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3509, 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-26T12:41:43.702Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:41:43.702Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:41:44.077Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T12:41:44.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T12:41:44.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:41:44.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T12:41:44.127Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:41:44.128Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:44.128Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:44.128Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834504127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:41:44.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834404929,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.714Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834414354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.716Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834416038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834417039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834448275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834459658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834461705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834462706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834493950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.721Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.722Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834503075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T12:41:44.723Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834504127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T12:41:44.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:41:45.129Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:41:45.129Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T12:41:45.129Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:41:45.130Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:41:45.130Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:41:45.130Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834505129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:41:46.130Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:41:46.148Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:41:46.150Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:41:46.150Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:41:46.150Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:41:46.150Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:41:46.150Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:41:46.150Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:41:46.150Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:41:46.151Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:41:46.151Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:41:46.160Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:42:16.161Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T12:42:16.172Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T12:42:16.172Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T12:42:16.174Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T12:42:16.180Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:42:16.199Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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-26T12:42:16.199Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T12:42:16.211Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:42:16.346Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T12:42:16.346Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:42:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[217136], x-aai-txid=[1-aai-resources-230326-12:42:15:888-55472], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:42:16.346Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:42:16.347Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:42:16.347Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:42:16.359Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:42:16.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:42:16.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:42:16.360Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:16.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:16.361Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834536360,
  "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-26T12:42:17.388Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:42:17.388Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:42:17.388Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:17.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:17.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:17.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:42:18.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:18.390Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:18.390Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:18.390Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:42:19.390Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:19.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:19.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:19.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:42:20.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:20.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:20.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:20.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:42:21.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:21.393Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:21.393Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:21.393Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:42:22.393Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:22.394Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:22.394Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:22.394Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:42:23.394Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:23.395Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:23.395Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:23.395Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:42:24.396Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:24.396Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:24.396Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:24.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:42:25.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:42:25.398Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:25.398Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:25.398Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:42:26.399Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:42:26.400Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:42:26.400Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T12:42:26.400Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:42:26.400Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T12:42:26.448Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:42:26.448Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:42:26.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:42:26.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:42:26.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:42:26.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:42:26.473Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:42:26.473Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@53027d0d
2023-03-26T12:42:26.473Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:42:26.474Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:42:26.474Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:42:26.474Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:42:26.474Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:42:26.474Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:42:26.474Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:26.474Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:26.474Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834546474,
  "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-26T12:42:27.475Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:4049ebcf-09de-471c-9225-779119432cf4)
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-26T12:42:27.527Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T12:42:27.527Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:42:27.527Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T12:42:27.527Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:42:27.527Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:27.527Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:27.528Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834547527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:42:28.528Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:42:28.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T12:42:28.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:42:28.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:28.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:28.529Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834548528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:42:29.530Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:42:29.558Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:42:29.563Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:42:29.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:42:29.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:42:29.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:42:29.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:42:29.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:42:29.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:42:29.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:42:29.564Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:42:29.581Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:42:43.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:42:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:42:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834505129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T12:42:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:42:59.581Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T12:42:59.594Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T12:42:59.594Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T12:42:59.595Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T12:42:59.603Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:42:59.617Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T12:42:59.618Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd4dfc45-9b48-41b9-bd47-90e656ac0a6f], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T12:42:59.625Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:42:59.764Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:42:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[299168], x-aai-txid=[1-aai-resources-230326-12:42:59:299-43039], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:42:59.764Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:42:59.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:42:59.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:42:59.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:42:59.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:42:59.776Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:42:59.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:42:59.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:42:59.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:42:59.777Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834579777,
  "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-26T12:43:00.809Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:43:00.809Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:43:00.810Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:00.810Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:00.810Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:00.810Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:01.810Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:01.811Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:01.811Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:01.811Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:02.812Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:02.812Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:02.812Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:02.813Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:03.813Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:03.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:03.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:03.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:04.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:04.815Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:04.815Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:04.815Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:05.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:05.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:05.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:05.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:06.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:06.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:06.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:06.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:07.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:07.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:07.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:07.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:08.820Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:08.820Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:08.820Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:08.821Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:43:09.822Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:43:09.822Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:43:09.822Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T12:43:09.823Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:43:09.823Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T12:43:09.862Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:43:09.863Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:43:09.863Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:43:09.863Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:43:09.864Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:43:09.864Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:43:09.891Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:43:09.891Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@ef48bf7
2023-03-26T12:43:09.891Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:43:09.891Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:43:09.891Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:43:09.892Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:43:09.892Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:43:09.892Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:43:09.892Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:09.892Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:09.892Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834589892,
  "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-26T12:43:10.893Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T12:43:10.942Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T12:43:10.943Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:43:10.943Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T12:43:10.943Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:43:10.943Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:10.943Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:10.943Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834590943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:43:11.944Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:43:11.945Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T12:43:11.945Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:43:11.945Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:11.945Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:11.945Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834591944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:43:12.947Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:43:12.971Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:43:12.975Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:43:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:43:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:43:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:43:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:43:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:43:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:43:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:43:12.976Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:43:12.992Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:43:42.993Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T12:43:43.005Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T12:43:43.005Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T12:43:43.006Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T12:43:43.012Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:43:43.028Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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-26T12:43:43.029Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T12:43:43.037Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:43:43.158Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T12:43:43.159Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:43:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[117], vertex-id=[278536], x-aai-txid=[2-aai-resources-230326-12:43:42:709-11421], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:43:43.159Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:43:43.159Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:43:43.159Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:43:43.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:43:43.171Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:43:43.171Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:43:43.171Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:43.171Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:43.171Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834623171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:43:43.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:43:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834536360,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:43:43.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834546474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834547527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T12:43:43.664Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:43:43.665Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:43:43.665Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834548528,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T12:43:43.665Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T12:43:44.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:43:44.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:43:44.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:44.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:44.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:44.197Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:45.198Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:45.199Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:45.199Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:45.199Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:46.200Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:46.201Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:46.201Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:46.201Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:47.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:47.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:47.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:47.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:48.203Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:48.203Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:48.203Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:48.204Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:49.205Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:49.205Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:49.205Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:49.205Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:50.206Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:50.207Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:50.207Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:50.207Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:51.212Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:51.213Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:51.213Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:51.213Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "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-26T12:43:52.214Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:43:52.214Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:52.214Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:52.214Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:43:53.216Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:43:53.216Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:43:53.216Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T12:43:53.216Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:43:53.216Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T12:43:53.264Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:43:53.264Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:43:53.264Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:43:53.265Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:43:53.265Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:43:53.265Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:43:53.284Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:43:53.284Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5861c481
2023-03-26T12:43:53.284Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:43:53.285Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:43:53.285Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:43:53.285Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:43:53.285Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:43:53.285Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:43:53.285Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:53.285Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:53.285Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834633285,
  "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-26T12:43:54.287Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T12:43:54.304Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:43:54.305Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T12:43:54.316Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:43:54.351Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T12:43:54.351Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:43:54.352Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:43:54.352Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T12:43:54.361Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:43:54.383Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:43:54.390Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T12:43:54.391Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:43:54.391Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:43:54.391Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:43:54.391Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:43:54.392Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:43:54.392Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:43:54.392Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834634391,
  "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-26T12:43:55.393Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:43:55.418Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:43:55.423Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:43:55.423Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:43:55.423Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:43:55.423Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:43:55.423Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:43:55.423Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:43:55.423Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:43:55.424Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T12:43:55.424Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:43:55.437Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:44:25.438Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T12:44:25.450Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:44:25.451Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T12:44:25.451Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T12:44:25.458Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:44:25.474Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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-26T12:44:25.475Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T12:44:25.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:44:25.646Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:44:25.646Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:44:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[282632], x-aai-txid=[1-aai-resources-230326-12:44:25:158-80739], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:44:25.647Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:44:25.647Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:44:25.647Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:44:25.652Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:44:25.652Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T12:44:25.652Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:44:25.653Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:25.653Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:25.653Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834665652,
  "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-26T12:44:26.684Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T12:44:26.685Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T12:44:26.686Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T12:44:26.687Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 135882 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T12:44:26.687Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T12:44:26.688Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:26.688Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:26.688Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:26.688Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:44:26.700Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ecdc4716-0e41-47c2-b4bc-eadcfd8311b3
2023-03-26T12:44:26.700Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T12:44:26.700Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:26.700Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:44:29.296Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:44:32.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:44:35.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:44:38.324Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:44:41.333Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:44:43.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:43.677Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:44:43.678Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:44:43.683Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=104, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ecdc4716-0e41-47c2-b4bc-eadcfd8311b3', protocol='range'}
2023-03-26T12:44:43.683Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=104, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:44:43.687Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:44:43.687Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:44:43.687Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:44:43.687Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:44:43.688Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:44:43.688Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:44:43.688Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 104: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ecdc4716-0e41-47c2-b4bc-eadcfd8311b3=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:44:43.703Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=104, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ecdc4716-0e41-47c2-b4bc-eadcfd8311b3', protocol='range'}
2023-03-26T12:44:43.704Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=104, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:44:43.704Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:43.704Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:44:43.704Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:43.704Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:44:43.710Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:44:43.709Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:43.710Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:44:43.710Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:44:43.710Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:43.710Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3560, 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-26T12:44:43.710Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:44:43.710Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:44:43.710Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:44:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T12:44:43.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:44:43.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:44:43.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:44:43.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:43.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:43.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:44.721Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.721Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834579777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.722Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834589892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834590943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834591944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834623171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.723Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679833826654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834633285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834634391,
  "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-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834665652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T12:44:44.725Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.726Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-26T12:44:44.726Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:44:44.726Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:44:44.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:44:44.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:44.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:44.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:45.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:44:45.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:45.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:45.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:46.800Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:44:46.801Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:46.801Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:46.801Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:47.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:44:47.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:47.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:47.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:48.803Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:44:48.803Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:48.803Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:48.803Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:49.804Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:44:49.805Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:49.805Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:49.805Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:50.806Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:44:50.806Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:44:50.806Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T12:44:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:44:50.807Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T12:44:50.844Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:44:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:44:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:44:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:44:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:44:50.845Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:44:50.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:44:50.867Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d7b09
2023-03-26T12:44:50.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:44:50.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:44:50.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:44:50.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T12:44:50.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T12:44:50.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:44:50.868Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:50.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:50.869Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834690868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:51.870Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T12:44:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:44:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:44:51.894Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T12:44:51.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T12:44:51.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:44:51.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:44:51.895Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:44:51.911Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:44:51.912Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@68b15bad
2023-03-26T12:44:51.912Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:44:51.912Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:44:51.912Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:44:51.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T12:44:51.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T12:44:51.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:44:51.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:44:51.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:44:51.913Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834691913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:44:52.915Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T12:44:52.915Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:44:52.931Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:44:52.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:44:52.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:45:22.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:45:22.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:45:22.960Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:45:22.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:45:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:45:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:45:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:45:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:45:52.961Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:45:52.983Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:45:52.986Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:45:52.986Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:46:22.986Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:46:23.014Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:46:23.018Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:46:23.018Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:46:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:46:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:46:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:46:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:46:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:46:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:46:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:46:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:46:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834690868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:46:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:46:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:46:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834691913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:46:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:46:53.018Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:46:53.046Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:46:53.053Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:46:53.053Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:47:23.053Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:47:23.081Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:47:23.086Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:47:23.086Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:47:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:47:53.087Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:47:53.110Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:47:53.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:47:53.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:48:23.116Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:48:23.140Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:48:23.145Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:48:23.145Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:48:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:48:53.145Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:48:53.174Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:48:53.178Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:48:53.179Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:49:23.179Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:49:23.203Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:49:23.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:49:23.208Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:49:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:49:43.860Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:49:43.861Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-ecdc4716-0e41-47c2-b4bc-eadcfd8311b3 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-26T12:49:43.861Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T12:49:43.861Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T12:49:44.235Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:49:44.250Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:49:44.251Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:49:44.256Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=105, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:49:44.257Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 105: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:49:44.281Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=105, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:49:44.282Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:49:44.282Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:49:44.287Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:49:44.288Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:49:44.288Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:49:44.288Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3595, 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-26T12:49:44.288Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:49:44.288Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:49:53.209Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T12:49:53.209Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T12:49:53.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T12:49:53.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T12:49:53.221Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T12:49:53.228Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:49:53.248Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T12:49:53.249Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T12:49:53.257Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:49:53.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T12:49:53.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:49:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[177], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-12:49:52:932-92715], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:49:53.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:49:53.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:49:53.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:49:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:49:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T12:49:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T12:49:53.449Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:49:53.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:49:53.450Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834993449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:49:53.465Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:49:53.465Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834993449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T12:49:53.466Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-26T12:49:54.475Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:49:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:49:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:49:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:49:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:49:54.476Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:49:55.477Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:49:55.477Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:49:55.477Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:49:55.477Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:49:56.478Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:49:56.478Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:49:56.478Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:49:56.478Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:49:57.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:49:57.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:49:57.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:49:57.479Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:49:58.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:49:58.480Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:49:58.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:49:58.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:49:59.481Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:49:59.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:49:59.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:49:59.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:00.482Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:50:00.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:00.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:00.483Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:01.484Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:50:01.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:50:01.485Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T12:50:01.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:50:01.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T12:50:01.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:50:01.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:50:01.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:50:01.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:01.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:50:01.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:01.905Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:50:01.910Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T12:50:01.910Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:50:01.910Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:01.910Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:50:01.910Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:01.910Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:01.911Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835001910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:02.912Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:50:02.912Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:50:02.912Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:02.913Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T12:50:02.913Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:02.913Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:03.028Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17206858919634213448/Definitions/service-Vfw20230326064333-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-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:50:04.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:50:04.525Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:50:04.526Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.527Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:04.528Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:04.529Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T12:50:04.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T12:50:04.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:50:04.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T12:50:04.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:50:04.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:04.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:04.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835004577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:05.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T12:50:05.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T12:50:05.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:50:05.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:05.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:05.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835005578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:06.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:50:06.607Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:50:06.611Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:50:06.611Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:50:06.611Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:50:06.611Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:50:06.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:50:06.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:50:06.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:50:06.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:50:06.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:50:06.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:50:36.633Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T12:50:36.646Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T12:50:36.647Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T12:50:36.647Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T12:50:36.651Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:50:36.662Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T12:50:36.662Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T12:50:36.670Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:50:36.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T12:50:36.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:50:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[209056], x-aai-txid=[0-aai-resources-230326-12:50:36:344-41787], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:50:36.795Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:50:36.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:50:36.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:50:36.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:50:36.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:50:36.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:50:36.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:36.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:36.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835036805,
  "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-26T12:50:37.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:50:37.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:50:37.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:50:37.836Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:37.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:37.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:38.837Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:50:38.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:38.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:38.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:39.838Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:50:39.839Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:39.839Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:39.839Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:40.840Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:50:40.840Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:40.840Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:40.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:41.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:50:41.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:41.841Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:41.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:42.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:50:42.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:42.842Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:42.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:50:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:50:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:50:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:50:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T12:50:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835001910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:50:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835004577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T12:50:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835005578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T12:50:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835036805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:50:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:50:43.843Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:50:43.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:43.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:43.844Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:44.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:50:44.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:50:44.845Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T12:50:44.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:50:44.846Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T12:50:44.883Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:50:44.884Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:50:44.884Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:50:44.884Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:44.884Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:50:44.884Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:45.608Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:50:45.612Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T12:50:45.612Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:50:45.612Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:45.613Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:50:45.613Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:45.613Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:45.613Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835045612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:46.614Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:50:46.615Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:50:46.615Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:46.615Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T12:50:46.616Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:46.616Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:46.733Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11489049295425337007/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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-26T12:50:48.221Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:50:48.222Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:50:48.223Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:50:48.224Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:50:48.225Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.226Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.227Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:48.229Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.229Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:48.229Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:50:48.229Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:50:48.229Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T12:50:48.287Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T12:50:48.288Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:50:48.288Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T12:50:48.288Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:50:48.288Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:48.288Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:48.288Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835048288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:49.289Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T12:50:49.289Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T12:50:49.289Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:50:49.289Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:50:49.289Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:50:49.289Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835049289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:50:50.290Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:50:50.318Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:50:50.322Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:50:50.323Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:50:50.323Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:50:50.323Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:50:50.323Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:50:50.324Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:50:50.324Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:50:50.324Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:50:50.324Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:50:50.337Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:51:20.338Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T12:51:20.349Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T12:51:20.350Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T12:51:20.350Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T12:51:20.355Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:51:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T12:51:20.371Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T12:51:20.380Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:51:20.507Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:51:20.507Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:51:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-12:51:20:055-61354], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:51:20.507Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:51:20.507Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:51:20.508Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:51:20.519Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:51:20.519Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:51:20.519Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:51:20.519Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:20.519Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:20.519Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835080519,
  "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-26T12:51:21.548Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:51:21.548Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:51:21.548Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:51:21.549Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:21.549Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:21.549Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:51:22.550Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:51:22.550Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:22.550Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:22.550Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:51:23.551Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:51:23.551Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:51:23.551Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T12:51:23.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T12:51:23.552Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T12:51:23.598Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:51:23.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:51:23.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:51:23.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T12:51:23.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:51:23.599Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T12:51:23.623Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:51:23.623Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2cb584ac
2023-03-26T12:51:23.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:51:23.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T12:51:23.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:51:23.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:51:23.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-26T12:51:23.625Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:51:23.625Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:23.625Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:23.625Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835083624,
  "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-26T12:51:24.626Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T12:51:24.683Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T12:51:24.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:51:24.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T12:51:24.684Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:51:24.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:24.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:24.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835084684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:51:25.685Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T12:51:25.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T12:51:25.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:51:25.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:25.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:25.686Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835085685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:51:26.687Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:51:26.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:51:26.719Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:51:26.720Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:51:26.720Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:51:26.720Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:51:26.721Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:51:26.721Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:51:26.721Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:51:26.721Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:51:26.721Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:51:26.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:51:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:51:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:51:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:51:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:51:56.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T12:51:56.750Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T12:51:56.751Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T12:51:56.751Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T12:51:56.758Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:51:56.776Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T12:51:56.777Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d3087f3-7984-476c-80cd-467635d35bf5], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T12:51:56.785Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:51:56.894Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:51:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[106], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-12:51:56:460-44599], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:51:56.894Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:51:56.895Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T12:51:56.895Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:51:56.895Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:51:56.904Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:51:56.904Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:51:56.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:51:56.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:56.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:56.905Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835116904,
  "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-26T12:51:57.934Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:51:57.934Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:51:57.935Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:51:57.935Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:57.935Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:57.935Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:51:58.936Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:51:58.937Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:58.937Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:58.937Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:51:59.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:51:59.938Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:51:59.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:51:59.939Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:00.940Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:00.941Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:00.941Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:00.941Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:01.942Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:01.943Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:01.943Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:01.943Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:02.944Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:02.945Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:02.945Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:02.945Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:03.946Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:03.947Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:03.947Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:03.947Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:04.948Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:04.948Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:04.949Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:04.949Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:05.951Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:52:05.951Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:52:05.952Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T12:52:05.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:52:05.952Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T12:52:06.000Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:52:06.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:52:06.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:52:06.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:06.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:52:06.001Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:06.323Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:52:06.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T12:52:06.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:52:06.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:06.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:52:06.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:06.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:06.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835126326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:07.328Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:52:07.329Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:52:07.329Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:07.329Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:07.330Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:07.330Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:07.414Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15981385287428054299/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:08.007Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:52:08.008Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:52:08.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:52:08.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:52:08.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:52:08.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:52:08.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:52:08.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:52:08.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:52:08.009Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T12:52:08.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T12:52:08.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:52:08.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T12:52:08.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:52:08.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:08.062Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:08.063Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835128062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:09.063Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T12:52:09.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T12:52:09.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:52:09.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:09.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:09.064Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835129063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:10.065Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:52:10.095Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:52:10.099Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:52:10.113Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:52:40.116Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T12:52:40.125Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T12:52:40.126Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T12:52:40.126Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T12:52:40.130Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:52:40.145Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T12:52:40.146Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bcf0daa4-113b-4147-9b09-9e2b3d763324], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T12:52:40.151Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:52:40.280Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:52:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-12:52:39:825-10593], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:52:40.281Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:52:40.281Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T12:52:40.282Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:52:40.282Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:52:40.290Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:52:40.290Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:52:40.291Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:52:40.291Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:40.291Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:40.292Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835160291,
  "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-26T12:52:41.318Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:52:41.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:52:41.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:41.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:41.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:41.319Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:52:42.320Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:42.321Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:42.321Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:42.321Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:52:43.322Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:43.323Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:43.323Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:43.323Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:52:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835045612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:52:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835048288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T12:52:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835049289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T12:52:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835080519,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:52:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:52:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835083624,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835084684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:52:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835085685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T12:52:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:52:44.324Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:44.325Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:44.325Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:44.325Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:52:45.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:45.326Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:45.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:45.327Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:52:46.328Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:46.328Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:46.329Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:46.329Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:52:47.330Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:52:47.331Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:47.331Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:47.331Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:48.332Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:52:48.332Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:52:48.332Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T12:52:48.333Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:52:48.333Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T12:52:48.374Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:52:48.374Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:52:48.374Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:52:48.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T12:52:48.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:52:48.375Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T12:52:48.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:52:48.397Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4eea1889
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:48.398Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835168398,
  "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-26T12:52:49.399Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T12:52:49.452Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T12:52:49.453Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:52:49.453Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T12:52:49.453Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:52:49.453Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:49.453Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:49.453Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835169453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:50.455Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T12:52:50.455Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T12:52:50.455Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:52:50.456Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:52:50.456Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:52:50.456Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835170455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:52:51.457Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:52:51.485Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:52:51.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:52:51.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:52:51.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:52:51.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:52:51.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:52:51.489Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:52:51.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:52:51.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:52:51.490Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:52:51.503Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:53:21.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T12:53:21.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T12:53:21.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T12:53:21.513Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T12:53:21.517Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:53:21.528Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T12:53:21.529Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T12:53:21.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:53:21.660Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T12:53:21.661Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:53:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-12:53:21:210-77064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:53:21.661Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:53:21.662Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:53:21.662Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:53:21.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:53:21.674Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:53:21.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:53:21.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:21.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:21.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835201675,
  "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-26T12:53:22.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:53:22.708Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:53:22.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:53:22.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:22.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:22.709Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:23.710Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:53:23.711Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:23.711Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:23.711Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:24.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:53:24.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:24.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:24.712Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:25.713Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:53:25.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:25.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:25.714Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:26.715Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:53:26.715Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:26.716Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:26.716Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:27.717Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:53:27.717Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:27.717Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:27.718Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:28.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:53:28.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:28.719Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:28.720Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:29.721Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:53:29.721Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:29.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:29.722Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:30.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:53:30.723Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:53:30.724Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T12:53:30.724Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:53:30.724Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T12:53:30.770Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:53:30.771Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:53:30.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:53:30.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:30.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:53:30.772Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:31.085Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:53:31.089Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T12:53:31.089Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:53:31.089Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:31.090Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:53:31.090Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:31.090Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:31.090Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835211089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:32.091Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:53:32.092Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:53:32.092Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.092Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.093Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.093Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.170Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3882019710864545741/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T12:53:32.756Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:53:32.757Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:53:32.757Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.757Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:53:32.757Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.757Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.757Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.757Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.757Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:53:32.758Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:53:32.759Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T12:53:32.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T12:53:32.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:53:32.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T12:53:32.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:53:32.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:32.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:32.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835212808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:33.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T12:53:33.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T12:53:33.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:53:33.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:53:33.810Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:53:33.810Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835213809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:34.810Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:53:34.832Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:53:34.837Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:53:34.851Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:53:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835116904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.661Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:53:43.662Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835126326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835128062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835129063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.663Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835160291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:53:43.664Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:04.852Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T12:54:04.860Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T12:54:04.860Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T12:54:04.861Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T12:54:04.869Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:54:04.889Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T12:54:04.889Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T12:54:04.896Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:54:05.042Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T12:54:05.042Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:54:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[270496], x-aai-txid=[1-aai-resources-230326-12:54:04:571-39227], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:54:05.043Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:54:05.043Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:54:05.044Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:54:05.052Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:54:05.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:54:05.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:54:05.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:05.053Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:05.054Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835245053,
  "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-26T12:54:06.080Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:54:06.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:54:06.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:06.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:06.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:06.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:07.082Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:07.082Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:07.082Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:07.083Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:08.084Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:08.084Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:08.084Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:08.084Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:09.085Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:09.086Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:09.086Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:09.086Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:10.087Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:10.087Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:10.087Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:10.087Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:11.088Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:11.088Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:11.089Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:11.089Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:12.090Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:12.090Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:12.090Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:12.090Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:13.091Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:13.091Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:13.091Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:13.092Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:14.092Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:54:14.093Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:54:14.093Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T12:54:14.093Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:54:14.093Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T12:54:14.136Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:54:14.136Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:54:14.136Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:54:14.136Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:14.136Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:54:14.136Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:14.451Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:54:14.453Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T12:54:14.454Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:54:14.454Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:14.454Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:54:14.454Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:14.454Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:14.454Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835254454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:15.455Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:54:15.455Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:54:15.455Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:15.456Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:15.456Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:15.456Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:15.548Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4223599660566102068/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T12:54:16.164Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:54:16.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:54:16.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T12:54:16.210Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T12:54:16.211Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:54:16.211Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T12:54:16.211Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:54:16.211Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:16.211Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:16.211Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835256211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:17.212Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T12:54:17.213Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T12:54:17.213Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:54:17.213Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:17.213Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:17.213Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:18.215Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:54:18.241Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:54:18.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:54:18.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:54:18.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:54:18.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:54:18.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:54:18.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:54:18.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:54:18.245Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:54:18.246Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:54:18.259Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:54:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.661Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835168398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:54:43.662Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835169453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835170455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835201675,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.663Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.664Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.665Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835211089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835212808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T12:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T12:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835213809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T12:54:43.666Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:54:48.260Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T12:54:48.271Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T12:54:48.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T12:54:48.272Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T12:54:48.279Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:54:48.296Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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-26T12:54:48.296Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T12:54:48.302Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:54:48.416Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:54:48.416Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:54:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[110], vertex-id=[278688], x-aai-txid=[1-aai-resources-230326-12:54:47:977-24473], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:54:48.416Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:54:48.417Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:54:48.417Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:54:48.424Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:54:48.424Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:54:48.424Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:54:48.424Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:48.424Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:48.424Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835288424,
  "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-26T12:54:49.455Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:54:49.455Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:54:49.455Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:49.456Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:49.456Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:49.456Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:50.457Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:50.457Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:50.457Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:50.458Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:51.458Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:51.459Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:51.459Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:51.459Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:52.460Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:52.460Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:52.460Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:52.460Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:53.461Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:53.461Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:53.461Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:53.461Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:54.462Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:54.462Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:54.463Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:54.463Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:55.463Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:55.464Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:55.464Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:55.464Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:56.465Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:56.465Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:56.465Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:56.465Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:57.466Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:57.466Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:57.466Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:57.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:54:58.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:54:58.467Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:58.468Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:58.468Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:54:59.469Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:54:59.469Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:54:59.469Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T12:54:59.469Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:54:59.469Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T12:54:59.511Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:54:59.512Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:54:59.512Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:54:59.512Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:54:59.512Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:54:59.512Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:54:59.851Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T12:54:59.855Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T12:54:59.856Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-26T12:54:59.856Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T12:54:59.856Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T12:54:59.856Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:54:59.857Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:54:59.857Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835299856,
  "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-26T12:55:00.857Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:55:00.858Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:55:00.858Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:55:00.859Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T12:55:00.859Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:55:00.859Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:55:00.947Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11743975294801470749/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T12:55:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T12:55:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:55:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:55:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T12:55:01.861Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:55:01.862Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T12:55:01.863Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.864Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T12:55:01.865Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T12:55:01.914Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T12:55:01.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T12:55:01.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T12:55:01.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:55:01.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:01.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:01.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835301915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:55:02.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T12:55:02.916Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T12:55:02.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:55:02.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:02.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:02.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835302916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:55:03.918Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:55:03.944Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:55:03.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:55:03.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:55:03.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:55:03.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:55:03.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:55:03.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:55:03.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:55:03.949Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:55:03.950Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:55:03.964Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:55:33.965Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T12:55:33.978Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T12:55:33.978Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T12:55:33.979Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T12:55:33.982Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:55:33.994Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T12:55:33.994Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T12:55:34.001Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:55:34.149Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T12:55:34.149Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:55:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[229512], x-aai-txid=[0-aai-resources-230326-12:55:33:675-57198], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:55:34.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:55:34.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:55:34.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:55:34.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:55:34.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:55:34.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:55:34.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:34.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:34.158Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835334158,
  "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-26T12:55:35.188Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:55:35.189Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:55:35.189Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:55:35.189Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:35.189Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:35.189Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:55:36.190Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:55:36.190Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:36.190Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:36.190Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:55:37.191Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:55:37.192Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:37.192Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:37.192Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:55:38.192Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:55:38.193Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:38.193Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:38.193Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:55:39.193Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:55:39.194Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:39.194Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:39.194Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:55:40.195Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:55:40.196Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:40.196Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:40.196Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:55:41.198Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:55:41.198Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:41.198Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:41.198Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:55:42.199Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:55:42.200Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:42.200Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:42.200Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:55:43.201Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:55:43.201Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:55:43.201Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T12:55:43.202Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:55:43.202Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T12:55:43.250Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:55:43.251Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:55:43.251Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:55:43.251Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T12:55:43.251Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:55:43.251Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T12:55:43.274Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:55:43.274Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a4c4969
2023-03-26T12:55:43.275Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:55:43.275Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T12:55:43.275Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:55:43.275Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:55:43.276Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:55:43.276Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:55:43.276Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:43.276Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:43.276Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835343275,
  "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-26T12:55:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:55:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version176: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version177: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T12:55:43.674Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:55:43.675Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:55:43.680Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=106, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:55:43.681Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 106: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:55:43.697Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=106, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:55:43.698Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:55:43.698Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:55:43.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:55:43.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:55:43.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:55:43.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3658, 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-26T12:55:43.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:55:43.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:55:44.278Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T12:55:44.329Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T12:55:44.329Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:55:44.329Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T12:55:44.329Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:55:44.330Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:44.330Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:44.330Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835344329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:55:44.716Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835245053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.717Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.718Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835254454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835256211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835288424,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.721Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835299856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.722Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835301915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835302916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835334158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.723Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.724Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835343275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:44.725Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:55:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835344329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T12:55:44.726Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:55:45.331Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T12:55:45.331Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T12:55:45.332Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:55:45.332Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:55:45.332Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:55:45.332Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835345331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:55:46.333Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:55:46.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:55:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:55:46.386Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:56:16.387Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T12:56:16.399Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T12:56:16.399Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T12:56:16.399Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T12:56:16.406Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:56:16.423Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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-26T12:56:16.423Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T12:56:16.431Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:56:16.578Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T12:56:16.578Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:56:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[217136], x-aai-txid=[1-aai-resources-230326-12:56:16:106-19090], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:56:16.578Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:56:16.578Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:56:16.578Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:56:16.588Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:56:16.588Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:56:16.588Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:56:16.588Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:16.588Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:16.589Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835376588,
  "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-26T12:56:17.621Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:56:17.621Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:56:17.621Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:17.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:17.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:17.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:56:18.623Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:18.623Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:18.624Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:18.624Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:56:19.625Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:19.625Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:19.625Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:19.626Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:56:20.627Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:20.628Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:20.628Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:20.628Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:56:21.629Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:21.629Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:21.629Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:21.630Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:56:22.630Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:22.631Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:22.631Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:22.631Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:56:23.632Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:23.632Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:23.632Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:23.633Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:56:24.634Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:24.634Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:24.634Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:24.634Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:56:25.635Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:56:25.636Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:25.636Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:25.636Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:56:26.637Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:56:26.637Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:56:26.637Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T12:56:26.638Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:56:26.638Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T12:56:26.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:56:26.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:56:26.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:56:26.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:56:26.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:56:26.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:56:26.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:56:26.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21050898
2023-03-26T12:56:26.710Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:56:26.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:56:26.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:56:26.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:56:26.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:56:26.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:56:26.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:26.711Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:26.712Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835386711,
  "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-26T12:56:27.713Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:4049ebcf-09de-471c-9225-779119432cf4)
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-26T12:56:27.762Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T12:56:27.763Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:56:27.763Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T12:56:27.763Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:56:27.763Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:27.763Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:27.763Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835387763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:56:28.764Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T12:56:28.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T12:56:28.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:56:28.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:56:28.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:56:28.765Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835388764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:56:29.766Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:56:29.797Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:56:29.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:56:29.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:56:29.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:56:29.803Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:56:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:56:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:56:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:56:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:56:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:56:29.821Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:56:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:56:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835345331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835376588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835386711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835387763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835388764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T12:56:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:56:59.821Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T12:56:59.832Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T12:56:59.832Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T12:56:59.833Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T12:56:59.840Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:56:59.857Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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-26T12:56:59.858Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T12:56:59.864Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:56:59.989Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T12:56:59.990Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:56:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[299168], x-aai-txid=[2-aai-resources-230326-12:56:59:538-63215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:56:59.990Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:56:59.990Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:56:59.990Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:57:00.003Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:57:00.003Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:57:00.003Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:57:00.004Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:00.004Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:00.004Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835420003,
  "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-26T12:57:01.036Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:57:01.037Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:57:01.037Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:01.037Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:01.037Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:01.037Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:02.038Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:02.039Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:02.039Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:02.039Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:03.040Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:03.040Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:03.040Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:03.041Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:04.041Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:04.041Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:04.041Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:04.042Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:05.042Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:05.042Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:05.042Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:05.043Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:06.043Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:06.043Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:06.043Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:06.044Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:07.044Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:07.045Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:07.045Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:07.045Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:08.045Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:08.046Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:08.046Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:08.046Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:09.047Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:09.047Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:09.047Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:09.047Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:57:10.048Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:57:10.048Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:57:10.048Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T12:57:10.048Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:57:10.049Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T12:57:10.090Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:57:10.091Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:57:10.091Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:57:10.091Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:57:10.091Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:57:10.091Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:57:10.169Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:57:10.169Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5aa1fa62
2023-03-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:10.170Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835430170,
  "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-26T12:57:11.171Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T12:57:11.227Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T12:57:11.227Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:57:11.227Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T12:57:11.227Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:57:11.228Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:11.228Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:11.228Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835431227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:57:12.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T12:57:12.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T12:57:12.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:57:12.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:12.229Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:12.230Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835432228,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:57:13.230Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:57:13.256Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:57:13.259Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:57:13.260Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:57:13.260Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:57:13.260Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:57:13.260Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:57:13.260Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:57:13.260Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:57:13.260Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:57:13.260Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T12:57:13.271Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:57:43.271Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T12:57:43.285Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T12:57:43.285Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T12:57:43.285Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T12:57:43.292Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:57:43.313Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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-26T12:57:43.313Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T12:57:43.321Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T12:57:43.454Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T12:57:43.454Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:57:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[278536], x-aai-txid=[2-aai-resources-230326-12:57:42:997-76564], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:57:43.454Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:57:43.454Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:57:43.454Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:57:43.467Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:57:43.467Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T12:57:43.467Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:57:43.468Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:43.468Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:43.468Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835463467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:57:43.660Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:57:43.665Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835420003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:57:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:57:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:57:43.666Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.667Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:57:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:57:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.668Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835430170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835431227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T12:57:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835432228,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T12:57:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:57:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-26T12:57:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835463467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T12:57:43.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T12:57:44.493Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:57:44.493Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:57:44.494Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:44.494Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:44.494Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:44.494Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:45.494Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:45.495Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:45.495Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:45.495Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:46.495Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:46.496Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:46.496Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:46.496Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:47.497Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:47.497Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:47.497Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:47.498Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:48.498Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:48.499Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:48.499Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:48.499Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:49.499Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:49.500Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:49.500Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:49.500Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:50.500Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:50.501Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:50.501Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:50.501Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:51.501Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:51.501Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:51.501Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:51.501Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "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-26T12:57:52.502Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:57:52.502Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:52.502Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:52.503Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:57:53.504Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:57:53.504Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:57:53.504Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T12:57:53.504Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T12:57:53.504Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T12:57:53.540Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:57:53.541Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:57:53.541Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:57:53.541Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:57:53.541Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:57:53.542Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T12:57:53.564Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:57:53.565Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@343ff019
2023-03-26T12:57:53.565Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:57:53.565Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T12:57:53.565Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:57:53.565Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:57:53.566Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:57:53.566Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:57:53.566Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:53.566Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:53.566Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835473565,
  "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-26T12:57:54.567Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T12:57:54.588Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:57:54.589Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T12:57:54.597Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:57:54.624Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T12:57:54.625Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:57:54.625Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:57:54.625Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T12:57:54.632Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:57:54.653Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:57:54.660Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T12:57:54.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T12:57:54.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:57:54.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:57:54.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T12:57:54.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:57:54.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:57:54.661Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835474661,
  "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-26T12:57:55.662Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:57:55.686Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:57:55.690Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T12:57:55.690Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T12:57:55.690Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T12:57:55.691Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T12:57:55.691Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:57:55.691Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:57:55.691Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T12:57:55.691Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T12:57:55.691Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T12:57:55.704Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T12:58:25.704Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T12:58:25.709Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T12:58:25.709Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T12:58:25.709Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T12:58:25.712Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T12:58:25.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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-26T12:58:25.724Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T12:58:25.730Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T12:58:25.885Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T12:58:25.885Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 12:58:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[282632], x-aai-txid=[2-aai-resources-230326-12:58:25:405-49829], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T12:58:25.886Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T12:58:25.886Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T12:58:25.886Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:58:25.893Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:58:25.893Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T12:58:25.894Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T12:58:25.894Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:25.894Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:25.894Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835505894,
  "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-26T12:58:26.926Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T12:58:26.926Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T12:58:26.928Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T12:58:26.929Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T12:58:26.929Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T12:58:26.929Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 135995 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T12:58:26.930Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:26.930Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:26.931Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:26.931Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:58:26.936Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-cddae17b-2a3c-4f58-974a-5ad15e5b1143
2023-03-26T12:58:26.936Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T12:58:26.937Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:26.937Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T12:58:29.294Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:58:32.305Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:58:35.313Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:58:38.325Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:58:41.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T12:58:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:43.676Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:58:43.676Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T12:58:43.684Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=107, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-cddae17b-2a3c-4f58-974a-5ad15e5b1143', protocol='range'}
2023-03-26T12:58:43.684Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=107, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:58:43.688Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:58:43.688Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:58:43.688Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:58:43.689Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:58:43.689Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:58:43.689Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T12:58:43.689Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 107: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-cddae17b-2a3c-4f58-974a-5ad15e5b1143=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T12:58:43.705Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=107, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T12:58:43.705Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=107, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-cddae17b-2a3c-4f58-974a-5ad15e5b1143', protocol='range'}
2023-03-26T12:58:43.706Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:43.706Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:43.707Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:58:43.707Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:58:43.713Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:58:43.713Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:58:43.713Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:58:43.713Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:43.714Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3723, 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-26T12:58:43.714Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:43.714Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:58:43.714Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:43.714Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T12:58:43.714Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:43.714Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T12:58:43.714Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T12:58:43.764Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T12:58:43.765Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T12:58:43.766Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:58:43.766Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:43.766Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:43.766Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679834666684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T12:58:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835473565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T12:58:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835474661,
  "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-26T12:58:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835505894,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T12:58:44.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:58:44.731Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T12:58:44.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:58:44.767Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:58:44.767Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:44.767Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:44.767Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:45.768Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:58:45.768Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:45.768Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:45.768Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:46.769Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:58:46.769Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:46.769Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:46.770Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:47.770Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:58:47.771Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:47.771Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:47.771Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:48.771Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:58:48.772Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:48.772Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:48.772Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:49.773Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T12:58:49.773Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:49.774Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:49.774Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:50.774Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T12:58:50.775Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T12:58:50.775Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T12:58:50.775Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T12:58:50.775Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T12:58:50.824Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T12:58:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:58:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T12:58:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:58:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:58:50.825Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T12:58:50.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:58:50.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63914de8
2023-03-26T12:58:50.849Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:58:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:58:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:58:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T12:58:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T12:58:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:58:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835530850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:51.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T12:58:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T12:58:51.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T12:58:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T12:58:51.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T12:58:51.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:58:51.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T12:58:51.880Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T12:58:51.897Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T12:58:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@95e8fa7
2023-03-26T12:58:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T12:58:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T12:58:51.898Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T12:58:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T12:58:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T12:58:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T12:58:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T12:58:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T12:58:51.899Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835531899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:58:52.900Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T12:58:52.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:58:52.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:58:52.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:58:52.928Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:59:22.929Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:59:22.953Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:59:22.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:59:22.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T12:59:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T12:59:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T12:59:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T12:59:43.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T12:59:52.957Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:59:52.977Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T12:59:52.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T12:59:52.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:00:22.981Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:00:23.005Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:00:23.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:00:23.009Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:00:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:00:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:00:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:00:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835530850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835531899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:00:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:00:53.010Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:00:53.034Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:00:53.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:00:53.038Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:01:23.039Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:01:23.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:01:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:01:23.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:01:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:01:53.066Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:01:53.089Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:01:53.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:01:53.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:02:23.094Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:02:23.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:02:23.122Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:02:23.122Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:02:43.661Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:02:53.123Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:02:53.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:02:53.153Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:02:53.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:03:23.154Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:03:23.179Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:03:23.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:03:23.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:03:43.662Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:03:43.769Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:03:43.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-cddae17b-2a3c-4f58-974a-5ad15e5b1143 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-26T13:03:43.770Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T13:03:43.770Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T13:03:44.252Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:03:44.266Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:03:44.267Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:03:44.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=108, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:03:44.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 108: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:03:44.289Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=108, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:03:44.290Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:03:44.290Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:03:44.295Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:03:44.295Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:03:44.295Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:03:44.295Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3744, 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-26T13:03:44.295Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:03:44.295Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:03:53.185Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T13:03:53.186Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T13:03:53.197Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T13:03:53.197Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T13:03:53.198Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T13:03:53.204Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:03:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T13:03:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T13:03:53.231Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T13:03:53.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T13:03:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:03:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-13:03:52:906-81572], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:03:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:03:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:03:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:03:53.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:03:53.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T13:03:53.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T13:03:53.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:03:53.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:03:53.399Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835833399,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:03:53.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:03:53.414Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835833399,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T13:03:53.414Z||pool-2-thread-10|||||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-26T13:03:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:03:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:03:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:03:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:03:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:03:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:03:55.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:03:55.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:03:55.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:03:55.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:03:56.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:03:56.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:03:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:03:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:03:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:03:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:03:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:03:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:03:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:03:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:03:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:03:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:03:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:03:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:03:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:03:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:00.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:04:00.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:00.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:00.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:01.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:04:01.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:04:01.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T13:04:01.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:04:01.432Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T13:04:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:04:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:04:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:04:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:04:01.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:01.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:04:01.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T13:04:01.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:04:01.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:01.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:04:01.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:01.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:01.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835841772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:02.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:04:02.774Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:04:02.774Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:02.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T13:04:02.776Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:02.776Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:02.891Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4766625796350635683/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T13:04:04.453Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.454Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:04:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:04:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:04:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:04:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:04:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:04:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:04:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:04:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:04:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:04:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:04:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:04:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:04:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:04:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:04:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T13:04:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:04:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:04:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:04:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:04:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T13:04:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:04:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:04:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:04:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:04:04.462Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:04:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T13:04:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:04:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.463Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:04:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T13:04:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:04:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:04:04.464Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:04:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:04:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:04:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:04:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:04:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T13:04:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T13:04:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T13:04:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T13:04:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:04:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T13:04:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:04:04.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:04.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835844512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:05.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:04:05.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T13:04:05.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:04:05.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:05.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:05.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835845513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:06.515Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:04:06.538Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:04:06.542Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:04:06.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:04:36.555Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T13:04:36.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T13:04:36.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T13:04:36.567Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T13:04:36.570Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:04:36.594Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T13:04:36.594Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0bba1c75-369c-41db-b1cf-373c047e8ab5], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T13:04:36.602Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:04:36.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:04:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-13:04:36:277-44095], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:04:36.745Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:04:36.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T13:04:36.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:04:36.746Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:04:36.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:04:36.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:04:36.754Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:04:36.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:36.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:36.755Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835876754,
  "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-26T13:04:37.782Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:04:37.783Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:04:37.783Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:04:37.783Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:37.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:37.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:38.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:04:38.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:38.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:38.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:39.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:04:39.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:39.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:39.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:40.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:04:40.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:40.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:40.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:41.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:04:41.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:41.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:41.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:42.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:04:42.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:42.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:42.790Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:04:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:04:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835841772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835844512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835845513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835876754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:04:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T13:04:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:04:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:04:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:04:43.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:04:43.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:43.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:43.791Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:44.792Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:04:44.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:04:44.793Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T13:04:44.793Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:04:44.793Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T13:04:44.830Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:04:44.830Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:04:44.830Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:04:44.831Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:44.831Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:04:44.831Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:45.339Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:04:45.342Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T13:04:45.343Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:04:45.343Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:45.343Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:04:45.343Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:45.343Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:45.343Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835885343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:46.344Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:04:46.345Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:04:46.345Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:46.346Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T13:04:46.346Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:46.346Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:46.489Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13740591664954112875/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T13:04:48.001Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:04:48.002Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:04:48.003Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:04:48.004Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.005Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:04:48.006Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:04:48.007Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T13:04:48.053Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T13:04:48.053Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:04:48.053Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T13:04:48.053Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:04:48.053Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:48.053Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:48.053Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835888053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:49.054Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:04:49.055Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T13:04:49.055Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:04:49.055Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:04:49.055Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:04:49.055Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835889054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:04:50.056Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:04:50.083Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:04:50.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:04:50.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:04:50.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:04:50.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:04:50.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:04:50.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:04:50.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:04:50.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:04:50.088Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:04:50.100Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:05:20.101Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T13:05:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T13:05:20.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T13:05:20.116Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T13:05:20.122Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:05:20.141Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T13:05:20.141Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T13:05:20.150Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:05:20.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T13:05:20.281Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:05:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-13:05:19:826-75418], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:05:20.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:05:20.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:05:20.282Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:05:20.293Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:05:20.294Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:05:20.294Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:05:20.295Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:20.295Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:20.295Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835920294,
  "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-26T13:05:21.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:05:21.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:05:21.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:05:21.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:21.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:21.325Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:05:22.326Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:05:22.326Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:22.326Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:22.326Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:05:23.327Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:05:23.328Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:05:23.328Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T13:05:23.328Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T13:05:23.328Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T13:05:23.371Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:05:23.372Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:05:23.372Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:05:23.372Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T13:05:23.372Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:05:23.372Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T13:05:23.398Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:05:23.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@64968bd6
2023-03-26T13:05:23.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:05:23.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T13:05:23.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:05:23.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:05:23.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-26T13:05:23.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:05:23.399Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:23.400Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:23.400Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835923399,
  "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-26T13:05:24.400Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T13:05:24.445Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T13:05:24.445Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:05:24.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T13:05:24.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:05:24.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:24.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:24.446Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835924445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:05:25.448Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:05:25.449Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T13:05:25.449Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:05:25.449Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:25.449Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:25.449Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835925448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:05:26.451Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:05:26.473Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:05:26.477Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:05:26.477Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:05:26.477Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:05:26.477Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:05:26.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:05:26.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:05:26.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:05:26.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:05:26.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:05:26.490Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:05:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:05:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:05:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:05:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:05:56.490Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T13:05:56.503Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T13:05:56.503Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T13:05:56.504Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T13:05:56.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:05:56.525Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T13:05:56.525Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6c2be35-e85f-4bce-8aab-414206e1987f], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T13:05:56.532Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:05:56.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:05:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[167992], x-aai-txid=[2-aai-resources-230326-13:05:56:207-84991], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:05:56.688Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:05:56.689Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T13:05:56.689Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:05:56.689Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:05:56.704Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:05:56.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:05:56.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:05:56.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:56.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:56.706Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835956705,
  "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-26T13:05:57.732Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:05:57.732Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:05:57.732Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:05:57.733Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:57.733Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:57.733Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:05:58.733Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:05:58.734Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:58.734Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:58.734Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:05:59.735Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:05:59.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:05:59.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:05:59.736Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:00.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:00.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:00.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:00.737Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:01.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:01.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:01.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:01.738Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:02.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:02.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:02.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:02.739Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:03.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:03.740Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:03.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:03.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:04.741Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:04.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:04.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:04.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:05.742Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:06:05.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:06:05.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T13:06:05.743Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:06:05.743Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T13:06:05.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:06:05.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:06:05.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:06:05.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:05.785Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:06:05.786Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:06.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:06:06.087Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T13:06:06.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:06:06.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:06.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:06:06.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:06.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:06.088Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835966088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:07.089Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:06:07.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:06:07.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.091Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.173Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12084566551750982124/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:06:07.724Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:06:07.725Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:06:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:06:07.726Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T13:06:07.777Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T13:06:07.777Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:06:07.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T13:06:07.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:06:07.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:07.778Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:07.779Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835967777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:08.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:06:08.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T13:06:08.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:06:08.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:08.780Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:08.781Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835968780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:09.781Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:06:09.803Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:06:09.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:06:09.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:06:09.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:06:09.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:06:09.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:06:09.807Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:06:09.808Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:06:09.808Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:06:09.808Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:06:09.820Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:06:39.821Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T13:06:39.831Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T13:06:39.831Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T13:06:39.832Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T13:06:39.836Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:06:39.849Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T13:06:39.849Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d88051a-4701-4fa4-98bf-bdc788cca025], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T13:06:39.855Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:06:39.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:06:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-13:06:39:530-69297], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:06:39.975Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:06:39.976Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T13:06:39.976Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:06:39.976Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:06:39.990Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:06:39.990Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:06:39.990Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:06:39.990Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:39.991Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:39.991Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835999990,
  "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-26T13:06:41.021Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:06:41.021Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:06:41.022Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:41.022Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:41.022Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:41.022Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:06:42.023Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:42.023Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:42.024Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:42.024Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:06:43.024Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:43.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:43.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:43.025Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:06:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835885343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:06:43.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835888053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835889054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835920294,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:06:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835923399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835924445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835925448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T13:06:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:06:44.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:44.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:44.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:44.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:06:45.026Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:45.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:45.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:45.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:06:46.027Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:46.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:46.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:46.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:06:47.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:06:47.029Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:47.030Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:47.030Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:48.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:06:48.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:06:48.031Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T13:06:48.031Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:06:48.031Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T13:06:48.078Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:06:48.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:06:48.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:06:48.079Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T13:06:48.080Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:06:48.080Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T13:06:48.104Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:06:48.105Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@408677c6
2023-03-26T13:06:48.105Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:06:48.105Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T13:06:48.105Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:06:48.105Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:06:48.106Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-26T13:06:48.106Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:06:48.106Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:48.106Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:48.106Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836008105,
  "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-26T13:06:49.107Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T13:06:49.165Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T13:06:49.165Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:06:49.165Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T13:06:49.165Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:06:49.166Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:49.166Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:49.166Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836009165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:50.166Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:06:50.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T13:06:50.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:06:50.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:06:50.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:06:50.167Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836010166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:06:51.168Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:06:51.195Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:06:51.199Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:06:51.199Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:06:51.199Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:06:51.199Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:06:51.199Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:06:51.200Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:06:51.200Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:06:51.200Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:06:51.200Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:06:51.212Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:07:21.213Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T13:07:21.222Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T13:07:21.223Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T13:07:21.223Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T13:07:21.230Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:07:21.247Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T13:07:21.247Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T13:07:21.255Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:07:21.376Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T13:07:21.377Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:07:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-13:07:20:930-11291], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:07:21.377Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:07:21.377Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:07:21.377Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:07:21.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:07:21.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:07:21.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:07:21.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:21.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:21.382Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836041382,
  "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-26T13:07:22.414Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:07:22.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:07:22.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:07:22.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:22.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:22.415Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:23.416Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:07:23.417Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:23.417Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:23.417Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:24.418Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:07:24.418Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:24.418Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:24.419Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:25.419Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:07:25.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:25.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:25.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:26.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:07:26.421Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:26.421Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:26.421Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:27.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:07:27.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:27.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:27.422Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:28.423Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:07:28.423Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:28.424Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:28.424Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:29.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:07:29.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:29.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:29.426Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:30.428Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:07:30.428Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:07:30.428Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T13:07:30.428Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:07:30.428Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T13:07:30.470Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:07:30.471Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:07:30.471Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:07:30.471Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:30.471Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:07:30.471Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:30.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:07:30.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T13:07:30.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:07:30.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:30.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:07:30.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:30.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:30.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836050805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:31.806Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:07:31.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:07:31.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:31.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:31.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:31.809Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:31.909Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16755226959440742170/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:07:32.483Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:07:32.484Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T13:07:32.532Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T13:07:32.532Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:07:32.532Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T13:07:32.532Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:07:32.532Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:32.533Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:32.533Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836052532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:33.533Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:07:33.534Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T13:07:33.534Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:07:33.534Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:07:33.534Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:07:33.534Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836053533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:34.535Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:07:34.558Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:07:34.561Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:07:34.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:07:34.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:07:34.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:07:34.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:07:34.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:07:34.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:07:34.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:07:34.562Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:07:34.577Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:07:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:07:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835956705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:07:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:07:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:07:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:07:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:07:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:07:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:07:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:07:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:07:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835966088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:07:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835967777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T13:07:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835968780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T13:07:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835999990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:07:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:07:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:07:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:07:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:07:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:07:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:04.577Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T13:08:04.585Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T13:08:04.585Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T13:08:04.585Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T13:08:04.590Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:08:04.601Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T13:08:04.602Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T13:08:04.608Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:08:04.751Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T13:08:04.752Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:08:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-13:08:04:283-28418], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:08:04.752Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:08:04.752Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:08:04.752Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:08:04.763Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:08:04.763Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:08:04.763Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:08:04.763Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:04.763Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:04.764Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836084763,
  "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-26T13:08:05.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:08:05.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:08:05.796Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:05.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:05.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:05.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:06.797Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:06.798Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:06.798Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:06.798Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:07.798Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:07.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:07.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:07.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:08.799Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:08.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:08.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:08.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:09.800Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:09.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:09.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:09.801Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:10.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:10.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:10.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:10.802Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:11.803Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:11.804Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:11.804Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:11.804Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:12.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:12.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:12.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:12.805Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:13.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:08:13.807Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:08:13.808Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T13:08:13.808Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:08:13.808Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T13:08:13.850Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:08:13.851Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:08:13.851Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:08:13.851Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:13.851Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:08:13.851Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:14.163Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:08:14.165Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T13:08:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:08:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:08:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:14.166Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836094166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:15.167Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:08:15.167Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:08:15.167Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9130579601222963736/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.892Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:08:15.893Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:08:15.894Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:08:15.894Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:08:15.894Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:08:15.894Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:08:15.894Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T13:08:15.933Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T13:08:15.933Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:08:15.933Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T13:08:15.934Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:08:15.934Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:15.934Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:15.934Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836095933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:16.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:08:16.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T13:08:16.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:08:16.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:16.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:16.935Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836096935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:17.936Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:08:17.959Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:08:17.963Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:08:17.974Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:08:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T13:08:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:08:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836008105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:08:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836009165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T13:08:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836010166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T13:08:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836041382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:08:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:08:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:08:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836050805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:08:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836052532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T13:08:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:08:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836053533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T13:08:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:08:47.974Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T13:08:47.985Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T13:08:47.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T13:08:47.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T13:08:47.993Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:08:48.015Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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-26T13:08:48.016Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T13:08:48.024Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:08:48.159Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T13:08:48.159Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:08:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[278688], x-aai-txid=[2-aai-resources-230326-13:08:47:700-21760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:08:48.160Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:08:48.160Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:08:48.160Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:08:48.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:08:48.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:08:48.168Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:08:48.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:48.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:48.169Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836128168,
  "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-26T13:08:49.200Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:08:49.200Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:08:49.200Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:49.201Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:49.201Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:49.201Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:50.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:50.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:50.202Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:50.203Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:51.204Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:51.204Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:51.204Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:51.204Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:52.205Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:52.206Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:52.206Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:52.206Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:53.207Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:53.207Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:53.207Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:53.208Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:54.209Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:54.209Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:54.209Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:54.210Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:55.211Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:55.211Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:55.212Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:55.212Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:56.213Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:56.214Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:56.214Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:56.214Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:57.214Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:57.215Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:57.215Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:57.215Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:08:58.216Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:08:58.216Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:58.216Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:58.216Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:08:59.217Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:08:59.217Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:08:59.217Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T13:08:59.219Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:08:59.219Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T13:08:59.268Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:08:59.268Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:08:59.268Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:08:59.269Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:08:59.269Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:08:59.269Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:08:59.596Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:08:59.602Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T13:08:59.602Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-26T13:08:59.602Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:08:59.603Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:08:59.603Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:08:59.603Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:08:59.603Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836139602,
  "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-26T13:09:00.603Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:09:00.604Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:09:00.605Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:09:00.605Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T13:09:00.606Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:09:00.606Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:09:00.700Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8645396795961187526/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:09:01.597Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:09:01.598Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T13:09:01.599Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:09:01.600Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T13:09:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T13:09:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T13:09:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T13:09:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:09:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:01.651Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836141651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:09:02.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T13:09:02.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T13:09:02.652Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:09:02.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:02.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:02.653Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836142652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:09:03.654Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:09:03.678Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:09:03.683Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:09:03.683Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:09:03.683Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:09:03.683Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:09:03.683Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:09:03.683Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:09:03.683Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:09:03.683Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:09:03.684Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:09:03.696Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:09:33.697Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T13:09:33.706Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T13:09:33.706Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T13:09:33.706Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T13:09:33.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:09:33.731Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T13:09:33.732Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T13:09:33.737Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:09:33.879Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T13:09:33.880Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:09:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[229512], x-aai-txid=[1-aai-resources-230326-13:09:33:412-71930], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:09:33.880Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:09:33.880Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:09:33.880Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:09:33.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:09:33.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:09:33.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:09:33.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:33.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:33.888Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836173888,
  "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-26T13:09:34.914Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:09:34.914Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:09:34.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:09:34.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:34.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:34.915Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:09:35.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:09:35.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:35.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:35.917Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:09:36.918Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:09:36.919Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:36.919Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:36.919Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:09:37.920Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:09:37.920Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:37.920Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:37.920Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:09:38.921Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:09:38.922Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:38.922Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:38.922Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:09:39.923Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:09:39.923Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:39.924Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:39.924Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:09:40.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:09:40.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:40.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:40.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:09:41.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:09:41.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:41.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:41.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:09:42.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:09:42.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:09:42.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T13:09:42.928Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:09:42.928Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T13:09:42.967Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:09:42.967Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:09:42.967Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:09:42.967Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T13:09:42.967Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:09:42.967Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4871674d
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:42.991Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836182991,
  "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-26T13:09:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:09:43.660Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version179: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version180: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T13:09:43.677Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:09:43.677Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:09:43.683Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=109, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:09:43.683Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 109: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:09:43.699Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=109, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:09:43.699Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:09:43.699Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:09:43.706Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:09:43.706Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:09:43.706Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:09:43.707Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3807, 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-26T13:09:43.707Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:09:43.707Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:09:43.992Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T13:09:44.040Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T13:09:44.040Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:09:44.040Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T13:09:44.040Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:09:44.041Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:44.041Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:44.041Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836184040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:09:44.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.719Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836084763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:09:44.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.720Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836094166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836095933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836096935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836128168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836139602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836141651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836142652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836173888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:09:44.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.731Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836182991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:09:44.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:44.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:09:44.731Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836184040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T13:09:44.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:09:45.043Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:09:45.043Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T13:09:45.044Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:09:45.044Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:09:45.044Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:09:45.044Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836185043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:09:46.045Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:09:46.068Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:09:46.072Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:09:46.072Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:09:46.072Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:09:46.072Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:09:46.072Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:09:46.072Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:09:46.072Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:09:46.073Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:09:46.073Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:09:46.083Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:10:16.084Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T13:10:16.099Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T13:10:16.099Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T13:10:16.100Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T13:10:16.107Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:10:16.128Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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-26T13:10:16.129Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T13:10:16.136Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:10:16.258Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T13:10:16.258Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:10:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[217136], x-aai-txid=[1-aai-resources-230326-13:10:15:810-32188], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:10:16.259Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:10:16.259Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:10:16.259Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:10:16.269Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:10:16.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:10:16.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:10:16.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:16.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:16.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836216270,
  "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-26T13:10:17.300Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:10:17.300Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:10:17.300Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:17.301Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:17.301Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:17.301Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:10:18.301Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:18.302Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:18.302Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:18.302Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:10:19.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:19.304Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:19.304Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:19.305Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:10:20.306Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:20.307Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:20.307Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:20.307Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:10:21.308Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:21.308Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:21.308Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:21.308Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:10:22.309Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:22.309Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:22.310Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:22.310Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:10:23.311Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:23.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:23.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:23.312Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:10:24.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:24.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:24.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:24.314Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:10:25.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:10:25.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:25.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:25.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:10:26.318Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:10:26.318Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:10:26.318Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T13:10:26.318Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:10:26.318Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T13:10:26.361Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:10:26.362Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:10:26.362Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:10:26.362Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:10:26.362Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:10:26.362Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:10:26.388Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:10:26.389Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@80a8d9a
2023-03-26T13:10:26.389Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:10:26.390Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:10:26.390Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:10:26.390Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:10:26.390Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:10:26.391Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:10:26.391Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:26.391Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:26.391Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836226390,
  "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-26T13:10:27.392Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:4049ebcf-09de-471c-9225-779119432cf4)
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-26T13:10:27.435Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T13:10:27.435Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:10:27.435Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T13:10:27.435Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:10:27.435Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:27.435Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:27.435Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836227435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:10:28.436Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:10:28.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T13:10:28.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:10:28.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:28.437Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:28.438Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836228436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:10:29.439Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:10:29.465Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:10:29.468Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:10:29.468Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:10:29.469Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:10:29.469Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:10:29.469Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:10:29.469Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:10:29.469Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:10:29.469Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:10:29.469Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:10:29.481Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:10:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:10:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:10:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836185043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T13:10:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:10:59.482Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T13:10:59.493Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T13:10:59.493Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T13:10:59.493Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T13:10:59.497Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:10:59.508Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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-26T13:10:59.508Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T13:10:59.514Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:10:59.650Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T13:10:59.651Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:10:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[299168], x-aai-txid=[0-aai-resources-230326-13:10:59:190-18515], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:10:59.651Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:10:59.651Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:10:59.651Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:10:59.658Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:10:59.659Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:10:59.659Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:10:59.659Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:10:59.659Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:10:59.659Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836259659,
  "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-26T13:11:00.684Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:11:00.684Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:11:00.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:00.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:00.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:00.685Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:01.686Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:01.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:01.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:01.687Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:02.688Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:02.688Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:02.689Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:02.689Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:03.689Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:03.690Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:03.691Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:03.691Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:04.691Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:04.692Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:04.692Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:04.692Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:05.692Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:05.693Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:05.693Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:05.693Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:06.693Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:06.694Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:06.694Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:06.694Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:07.695Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:07.695Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:07.695Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:07.695Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:08.695Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:08.696Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:08.696Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:08.696Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:11:09.697Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:11:09.697Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:11:09.697Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T13:11:09.698Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:11:09.698Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T13:11:09.740Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:11:09.741Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:11:09.741Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:11:09.741Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:11:09.741Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:11:09.742Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:11:09.770Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:11:09.770Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@24021847
2023-03-26T13:11:09.770Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:11:09.771Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:11:09.771Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:11:09.771Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:11:09.771Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:11:09.771Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:11:09.771Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:09.771Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:09.771Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836269771,
  "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-26T13:11:10.772Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T13:11:10.823Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T13:11:10.823Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:11:10.824Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T13:11:10.824Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:11:10.824Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:10.824Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:10.825Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836270823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:11:11.826Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:11:11.827Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T13:11:11.827Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:11:11.827Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:11.827Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:11.827Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836271826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:11:12.828Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:11:12.850Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:11:12.854Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:11:12.854Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:11:12.854Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:11:12.854Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:11:12.855Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:11:12.855Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:11:12.855Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:11:12.855Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:11:12.855Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:11:12.868Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:11:42.868Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T13:11:42.879Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T13:11:42.879Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T13:11:42.880Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T13:11:42.886Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:11:42.911Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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-26T13:11:42.912Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T13:11:42.920Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:11:43.068Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T13:11:43.069Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:11:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[278536], x-aai-txid=[2-aai-resources-230326-13:11:42:597-72930], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:11:43.069Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:11:43.069Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:11:43.069Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:11:43.081Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:11:43.081Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:11:43.081Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:11:43.082Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:43.082Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:43.082Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836303081,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:11:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:11:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836216270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:11:43.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836226390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:11:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836227435,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T13:11:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:11:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:11:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836228436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T13:11:43.664Z||pool-2-thread-10|||||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-26T13:11:44.111Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:11:44.111Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:11:44.112Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:44.112Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:44.112Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:44.112Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:45.113Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:45.113Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:45.113Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:45.113Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:46.114Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:46.114Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:46.114Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:46.114Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:47.115Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:47.115Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:47.115Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:47.116Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:48.116Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:48.117Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:48.117Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:48.117Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:49.117Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:49.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:49.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:49.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:50.119Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:50.119Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:50.119Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:50.119Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:51.120Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:51.120Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:51.120Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:51.121Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "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-26T13:11:52.121Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:11:52.121Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:52.121Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:52.122Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:11:53.122Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:11:53.123Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:11:53.123Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T13:11:53.123Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:11:53.123Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T13:11:53.166Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:11:53.166Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:11:53.167Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:11:53.167Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:11:53.167Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:11:53.167Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:11:53.186Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:11:53.186Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a742ed0
2023-03-26T13:11:53.187Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:11:53.187Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:11:53.187Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:11:53.187Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:11:53.188Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:11:53.188Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:11:53.188Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:53.188Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:53.188Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836313187,
  "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-26T13:11:54.189Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T13:11:54.210Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:11:54.210Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T13:11:54.219Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:11:54.249Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T13:11:54.249Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:11:54.250Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:11:54.250Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T13:11:54.258Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:11:54.280Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:11:54.286Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T13:11:54.287Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:11:54.287Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:11:54.288Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:11:54.288Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:11:54.288Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:11:54.288Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:11:54.288Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836314287,
  "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-26T13:11:55.290Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:11:55.315Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:11:55.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:11:55.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:11:55.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:11:55.321Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:11:55.321Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:11:55.321Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:11:55.321Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:11:55.321Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T13:11:55.321Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:11:55.336Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:12:25.337Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T13:12:25.349Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:12:25.349Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T13:12:25.350Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T13:12:25.357Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:12:25.381Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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-26T13:12:25.382Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T13:12:25.388Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T13:12:25.525Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T13:12:25.525Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:12:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[282632], x-aai-txid=[2-aai-resources-230326-13:12:25:066-44061], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:12:25.525Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:12:25.526Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:12:25.526Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:12:25.533Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:12:25.534Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T13:12:25.534Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:12:25.534Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:25.534Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:25.534Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836345534,
  "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-26T13:12:26.561Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:12:26.561Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T13:12:26.562Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T13:12:26.563Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 136109 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T13:12:26.563Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T13:12:26.564Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:26.564Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:26.564Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:26.565Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T13:12:26.569Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-6dd5d24b-f83f-4f2b-97e6-7bf1027f54a0
2023-03-26T13:12:26.570Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T13:12:26.570Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:26.570Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T13:12:29.295Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:12:32.305Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:12:35.314Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:12:38.323Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:12:41.332Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:12:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:43.675Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:12:43.676Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:12:43.682Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=110, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-6dd5d24b-f83f-4f2b-97e6-7bf1027f54a0', protocol='range'}
2023-03-26T13:12:43.682Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=110, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:12:43.686Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:12:43.686Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:12:43.686Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:12:43.686Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:12:43.686Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:12:43.686Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:12:43.687Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 110: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-6dd5d24b-f83f-4f2b-97e6-7bf1027f54a0=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:12:43.702Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=110, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-6dd5d24b-f83f-4f2b-97e6-7bf1027f54a0', protocol='range'}
2023-03-26T13:12:43.702Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=110, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:12:43.703Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:43.703Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:12:43.703Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:43.703Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:12:43.708Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:43.708Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:43.708Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:43.708Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:43.708Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:12:43.708Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T13:12:43.708Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:12:43.709Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:12:43.709Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:12:43.709Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3858, 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-26T13:12:43.709Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:12:43.709Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:12:43.784Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:12:43.785Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:12:43.785Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:12:43.785Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:43.785Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:43.785Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:44.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836259659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:12:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836269771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836270823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T13:12:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836271826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836303081,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679835506926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836313187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:12:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836314287,
  "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-26T13:12:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836345534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T13:12:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:12:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:12:44.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:12:44.786Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:12:44.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:44.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:44.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:45.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:12:45.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:45.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:45.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:46.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:12:46.789Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:46.789Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:46.789Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:47.790Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:12:47.791Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:47.791Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:47.791Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:48.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:12:48.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:48.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:48.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:49.793Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:12:49.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:49.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:49.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:50.795Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:12:50.795Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:12:50.795Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T13:12:50.796Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:12:50.796Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T13:12:50.835Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:12:50.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:12:50.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:12:50.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T13:12:50.836Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:12:50.837Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T13:12:50.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:12:50.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@798cc72c
2023-03-26T13:12:50.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:12:50.860Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T13:12:50.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:12:50.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T13:12:50.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T13:12:50.861Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:12:50.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:50.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:50.862Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836370861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:51.863Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T13:12:51.884Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:12:51.885Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:12:51.889Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T13:12:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T13:12:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T13:12:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:12:51.890Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T13:12:51.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:12:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b0bc101
2023-03-26T13:12:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:12:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T13:12:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:12:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T13:12:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T13:12:51.907Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:12:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:12:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:12:51.908Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836371907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:12:52.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T13:12:52.909Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:12:52.933Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:12:52.937Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:12:52.937Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:13:22.937Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:13:22.964Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:13:22.968Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:13:22.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:13:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:13:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:13:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:13:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:13:52.969Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:13:52.996Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:13:53.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:13:53.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:14:23.000Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:14:23.026Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:14:23.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:14:23.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:14:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:14:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:14:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:14:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:14:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:14:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836370861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:14:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:14:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:14:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836371907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:14:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:14:53.031Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:14:53.058Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:14:53.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:14:53.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:15:23.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:15:23.087Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:15:23.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:15:23.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:15:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:15:53.092Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:15:53.115Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:15:53.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:15:53.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:16:23.119Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:16:23.145Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:16:23.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:16:23.149Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:16:43.661Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:16:53.150Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:16:53.177Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:16:53.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:16:53.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:17:23.182Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:17:23.207Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:17:23.211Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:17:23.211Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:17:43.662Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:17:43.842Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:17:43.842Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-6dd5d24b-f83f-4f2b-97e6-7bf1027f54a0 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-26T13:17:43.842Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T13:17:43.842Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T13:17:44.257Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:17:44.271Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:17:44.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:17:44.278Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=111, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:17:44.278Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 111: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:17:44.296Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=111, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:17:44.297Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:17:44.297Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:17:44.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:17:44.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:17:44.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:17:44.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3893, 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-26T13:17:44.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:17:44.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:17:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T13:17:53.212Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T13:17:53.224Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T13:17:53.224Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T13:17:53.225Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T13:17:53.231Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:17:53.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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-26T13:17:53.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T13:17:53.256Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T13:17:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T13:17:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:17:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[110640], x-aai-txid=[2-aai-resources-230326-13:17:52:932-53232], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:17:53.393Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:17:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:17:53.394Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:17:53.400Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:17:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T13:17:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T13:17:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:17:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:17:53.401Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836673401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:17:53.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:17:53.419Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836673401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T13:17:53.420Z||pool-2-thread-10|||||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-26T13:17:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:17:54.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:17:54.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:17:54.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:17:54.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:17:54.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:17:55.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:17:55.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:17:55.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:17:55.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:17:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:17:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:17:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:17:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:17:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:17:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:17:57.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:17:57.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:17:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:17:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:17:58.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:17:58.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:17:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:17:59.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:17:59.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:17:59.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:00.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:18:00.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:00.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:00.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:01.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:18:01.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:18:01.434Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T13:18:01.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:18:01.434Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T13:18:01.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:18:01.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:18:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:18:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:18:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:01.781Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:18:01.784Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T13:18:01.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:18:01.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:01.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:18:01.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:01.785Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:01.786Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836681785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:02.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:18:02.787Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:18:02.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:02.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T13:18:02.788Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:02.789Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:02.896Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17985145972879994546/Definitions/service-Vfw20230326064333-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T13:18:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:18:04.465Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.466Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:18:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:18:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:04.467Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:18:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:18:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:18:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:18:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:18:04.468Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:18:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:18:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:18:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:18:04.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:18:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:18:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:18:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:18:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:18:04.472Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.473Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:18:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T13:18:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:18:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:18:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:18:04.474Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:18:04.475Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T13:18:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:18:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:18:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:18:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:18:04.476Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:18:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:18:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:18:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:04.477Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:04.478Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:04.479Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T13:18:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T13:18:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:18:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T13:18:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:18:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:04.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836684521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:05.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:18:05.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T13:18:05.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:18:05.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:05.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:05.523Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836685522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:06.524Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:18:06.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:18:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:18:06.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:18:06.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:18:06.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:18:06.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:18:06.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:18:06.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:18:06.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:18:06.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:18:06.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:18:36.566Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T13:18:36.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T13:18:36.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T13:18:36.579Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T13:18:36.585Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:18:36.604Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T13:18:36.605Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T13:18:36.612Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:18:36.758Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T13:18:36.758Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:18:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-13:18:36:288-17326], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:18:36.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:18:36.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:18:36.759Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:18:36.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:18:36.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:18:36.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:18:36.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:36.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:36.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836716766,
  "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-26T13:18:37.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:18:37.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:18:37.796Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:18:37.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:37.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:37.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:38.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:18:38.797Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:38.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:38.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:39.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:18:39.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:39.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:39.798Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:40.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:18:40.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:40.799Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:40.800Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:41.800Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:18:41.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:41.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:41.801Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:42.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:18:42.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:42.802Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:42.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:18:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:18:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836681785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836684521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836685522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836716766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:18:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T13:18:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:18:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:18:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:18:43.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:18:43.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:43.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:43.804Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:44.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:18:44.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:18:44.806Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T13:18:44.806Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:18:44.806Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T13:18:44.847Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:18:44.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:18:44.848Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:18:44.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:44.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:18:44.849Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:45.608Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:18:45.612Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T13:18:45.613Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:18:45.613Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:45.613Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:18:45.614Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:45.614Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:45.614Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836725613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:46.614Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:18:46.615Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:18:46.616Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:46.616Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T13:18:46.616Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:46.617Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:46.747Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15631405282679770994/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.389Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.390Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:18:48.391Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.392Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T13:18:48.393Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:18:48.394Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T13:18:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T13:18:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:18:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T13:18:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:18:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:48.441Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836728441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:49.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:18:49.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T13:18:49.442Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:18:49.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:18:49.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:18:49.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836729442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:18:50.443Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:18:50.467Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:18:50.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:18:50.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:18:50.471Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:18:50.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:18:50.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:18:50.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:18:50.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:18:50.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:18:50.472Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:18:50.485Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:19:20.486Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T13:19:20.493Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T13:19:20.493Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T13:19:20.493Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T13:19:20.497Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:19:20.508Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T13:19:20.508Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4863492a-3551-471c-89f6-49166bf5a99e], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T13:19:20.514Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:19:20.659Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:19:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[180296], x-aai-txid=[2-aai-resources-230326-13:19:20:191-95412], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:19:20.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:19:20.660Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T13:19:20.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:19:20.661Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:19:20.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:19:20.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:19:20.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:19:20.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:20.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:20.669Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836760669,
  "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-26T13:19:21.695Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:19:21.695Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:19:21.695Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:19:21.696Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:21.696Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:21.696Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:19:22.696Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:19:22.697Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:22.697Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:22.697Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:19:23.698Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:19:23.698Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:19:23.699Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T13:19:23.699Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T13:19:23.699Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T13:19:23.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:19:23.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:19:23.743Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:19:23.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T13:19:23.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:19:23.744Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T13:19:23.767Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:19:23.768Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@300adf1c
2023-03-26T13:19:23.768Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:19:23.768Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T13:19:23.768Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:19:23.768Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:19:23.768Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-26T13:19:23.768Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:19:23.769Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:23.769Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:23.769Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836763768,
  "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-26T13:19:24.770Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T13:19:24.817Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T13:19:24.817Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:19:24.817Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T13:19:24.818Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:19:24.818Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:24.818Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:24.818Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836764817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:19:25.818Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:19:25.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T13:19:25.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:19:25.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:25.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:25.819Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836765818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:19:26.820Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:19:26.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:19:26.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:19:26.860Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:19:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:19:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:19:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:19:43.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:19:56.861Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T13:19:56.870Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T13:19:56.871Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T13:19:56.871Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T13:19:56.893Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:19:56.913Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T13:19:56.914Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c4c3abf-d0b8-44a7-be7b-955b8f09330e], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T13:19:56.921Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:19:57.038Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:19:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[114], vertex-id=[167992], x-aai-txid=[0-aai-resources-230326-13:19:56:597-85414], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:19:57.039Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:19:57.039Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T13:19:57.039Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:19:57.039Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:19:57.053Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:19:57.053Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:19:57.053Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:19:57.053Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:57.054Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:57.054Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836797053,
  "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-26T13:19:58.080Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:19:58.080Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:19:58.080Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:19:58.080Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:58.080Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:58.080Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:19:59.081Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:19:59.081Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:19:59.082Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:19:59.082Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:00.082Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:00.082Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:00.083Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:00.083Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:01.083Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:01.084Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:01.084Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:01.084Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:02.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:02.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:02.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:02.085Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:03.086Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:03.086Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:03.087Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:03.087Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:04.087Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:04.088Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:04.088Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:04.088Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:05.089Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:05.089Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:05.089Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:05.089Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:06.090Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:20:06.090Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:20:06.090Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T13:20:06.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:20:06.090Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T13:20:06.120Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:20:06.120Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:20:06.120Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:20:06.120Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:06.120Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:20:06.120Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:06.406Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:20:06.409Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T13:20:06.409Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:20:06.409Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:06.409Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:20:06.409Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:06.409Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:06.409Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836806409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:07.410Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:20:07.411Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:20:07.411Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:07.411Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:07.412Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:07.412Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:07.495Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9810866998193763640/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T13:20:08.122Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:20:08.123Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:20:08.124Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:20:08.125Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:20:08.125Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:20:08.125Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:20:08.125Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T13:20:08.176Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T13:20:08.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:20:08.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T13:20:08.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:20:08.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:08.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:08.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836808177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:09.178Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:20:09.178Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T13:20:09.178Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:20:09.179Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:09.179Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:09.179Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836809178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:10.179Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:20:10.204Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:20:10.208Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:20:10.209Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:20:10.209Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:20:10.209Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:20:10.209Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:20:10.209Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:20:10.209Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:20:10.209Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:20:10.209Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:20:10.221Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:20:40.222Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T13:20:40.234Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T13:20:40.234Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T13:20:40.235Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T13:20:40.241Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:20:40.257Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T13:20:40.257Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c9d39ae-14a7-4197-b6cf-71914eb3e193], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T13:20:40.265Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:20:40.414Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:20:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[213160], x-aai-txid=[2-aai-resources-230326-13:20:39:942-5598], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:20:40.414Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:20:40.414Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T13:20:40.415Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:20:40.415Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:20:40.426Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:20:40.426Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:20:40.426Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:20:40.426Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:40.427Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:40.427Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836840426,
  "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-26T13:20:41.454Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:20:41.454Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:20:41.454Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:41.454Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:41.454Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:41.454Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:20:42.455Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:42.455Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:42.455Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:42.455Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:20:43.456Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:43.456Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:43.456Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:43.457Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:20:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836725613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:20:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836728441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T13:20:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836729442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836760669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:20:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836763768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836764817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836765818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T13:20:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:20:44.457Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:44.458Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:44.458Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:44.458Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:20:45.459Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:45.459Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:45.459Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:45.459Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:20:46.460Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:46.460Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:46.460Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:46.460Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:20:47.461Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:20:47.461Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:47.461Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:47.461Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:48.462Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:20:48.462Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:20:48.462Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T13:20:48.462Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:20:48.462Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T13:20:48.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:20:48.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:20:48.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:20:48.506Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T13:20:48.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:20:48.507Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T13:20:48.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:20:48.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2cea2191
2023-03-26T13:20:48.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:20:48.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T13:20:48.534Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:20:48.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:20:48.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-26T13:20:48.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:20:48.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:48.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:48.535Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836848534,
  "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-26T13:20:49.536Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T13:20:49.587Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T13:20:49.588Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:20:49.588Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T13:20:49.588Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:20:49.588Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:49.588Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:49.588Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836849588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:50.589Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:20:50.589Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T13:20:50.590Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:20:50.590Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:20:50.590Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:20:50.590Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836850589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:20:51.591Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:20:51.616Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:20:51.621Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:20:51.621Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:20:51.621Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:20:51.621Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:20:51.621Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:20:51.622Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:20:51.622Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:20:51.622Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:20:51.622Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:20:51.635Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:21:21.635Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T13:21:21.648Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T13:21:21.648Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T13:21:21.649Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T13:21:21.656Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:21:21.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T13:21:21.675Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca4288bc-605d-4a8b-96f5-40a4fe6d1e03], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T13:21:21.682Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:21:21.812Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:21:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-13:21:21:359-48643], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:21:21.812Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:21:21.813Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T13:21:21.813Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:21:21.813Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:21:21.831Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:21:21.831Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:21:21.831Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:21:21.832Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:21.832Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:21.832Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836881831,
  "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-26T13:21:22.859Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:21:22.859Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:21:22.859Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:21:22.860Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:22.860Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:22.860Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:23.860Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:21:23.860Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:23.861Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:23.861Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:24.861Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:21:24.861Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:24.862Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:24.862Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:25.862Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:21:25.862Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:25.862Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:25.863Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:26.863Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:21:26.863Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:26.863Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:26.863Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:27.864Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:21:27.864Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:27.864Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:27.864Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:28.865Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:21:28.865Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:28.865Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:28.865Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:29.866Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:21:29.867Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:29.867Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:29.867Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:30.867Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:21:30.868Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:21:30.868Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T13:21:30.868Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:21:30.868Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T13:21:30.909Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:21:30.909Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:21:30.909Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:21:30.910Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:30.910Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:21:30.910Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:31.228Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:21:31.231Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T13:21:31.232Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:21:31.233Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:31.233Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:21:31.233Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:31.233Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:31.233Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836891232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:32.234Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:21:32.235Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:21:32.235Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.235Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.236Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.236Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.316Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1054238569591077845/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.870Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:21:32.871Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:21:32.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:21:32.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:21:32.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:21:32.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:21:32.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:21:32.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:21:32.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:21:32.872Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T13:21:32.921Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T13:21:32.921Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:21:32.921Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T13:21:32.921Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:21:32.921Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:32.921Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:32.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836892921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:33.922Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:21:33.923Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T13:21:33.923Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:21:33.923Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:21:33.923Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:21:33.923Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836893922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:34.925Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:21:34.945Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:21:34.948Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:21:34.948Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:21:34.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:21:34.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:21:34.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:21:34.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:21:34.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:21:34.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:21:34.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:21:34.961Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:21:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:21:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836797053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836806409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836808177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836809178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T13:21:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836840426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:21:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:21:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:21:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:21:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:21:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:21:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:04.962Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T13:22:04.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T13:22:04.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T13:22:04.967Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T13:22:04.971Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:22:04.983Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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-26T13:22:04.983Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T13:22:04.992Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:22:05.109Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T13:22:05.110Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:22:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[114], vertex-id=[270496], x-aai-txid=[0-aai-resources-230326-13:22:04:668-71386], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:22:05.110Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:22:05.110Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:22:05.110Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:22:05.121Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:22:05.121Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:22:05.121Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:22:05.121Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:05.121Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:05.122Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836925121,
  "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-26T13:22:06.145Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:22:06.146Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:22:06.146Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:06.147Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:06.147Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:06.147Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:07.148Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:07.148Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:07.149Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:07.149Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:08.150Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:08.150Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:08.151Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:08.151Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:09.152Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:09.152Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:09.152Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:09.152Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:10.153Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:10.153Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:10.153Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:10.153Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:11.154Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:11.154Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:11.154Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:11.154Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:12.154Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:12.155Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:12.155Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:12.155Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:13.156Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:13.156Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:13.156Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:13.156Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:14.157Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:22:14.157Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:22:14.157Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T13:22:14.158Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:22:14.158Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T13:22:14.199Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:22:14.199Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:22:14.200Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:22:14.200Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:14.200Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:22:14.200Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:14.485Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:22:14.487Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T13:22:14.488Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:22:14.488Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:14.488Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:22:14.488Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:14.488Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:14.488Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836934488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:15.489Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:22:15.490Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:22:15.490Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:15.490Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:15.491Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:15.491Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:15.577Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3049463499597735895/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T13:22:16.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:22:16.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:22:16.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:16.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:22:16.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:16.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:16.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:16.231Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:22:16.232Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:22:16.233Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:22:16.233Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:22:16.233Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:22:16.233Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T13:22:16.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T13:22:16.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:22:16.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T13:22:16.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:22:16.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:16.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:16.275Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836936275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:17.276Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:22:17.276Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T13:22:17.276Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:22:17.276Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:17.276Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:17.277Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836937276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:18.277Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:22:18.301Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:22:18.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:22:18.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:22:18.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:22:18.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:22:18.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:22:18.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:22:18.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:22:18.305Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:22:18.306Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:22:18.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:22:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T13:22:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:22:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836848534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:22:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836849588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T13:22:43.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.664Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836850589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T13:22:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836881831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:22:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:22:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:22:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836891232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:22:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836892921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T13:22:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:22:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836893922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T13:22:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:22:48.319Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T13:22:48.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T13:22:48.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T13:22:48.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T13:22:48.337Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:22:48.355Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T13:22:48.356Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff60358b-c33d-4989-aae1-2cb30c57354e], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T13:22:48.365Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:22:48.521Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:22:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[278688], x-aai-txid=[2-aai-resources-230326-13:22:48:042-96625], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:22:48.522Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:22:48.522Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T13:22:48.522Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:22:48.522Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:22:48.530Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:22:48.530Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:22:48.531Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:22:48.531Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:48.531Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:48.532Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836968531,
  "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-26T13:22:49.562Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:22:49.562Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:22:49.563Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:49.563Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:49.563Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:49.563Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:50.564Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:50.564Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:50.564Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:50.564Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:51.565Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:51.565Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:51.566Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:51.566Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:52.566Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:52.566Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:52.566Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:52.566Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:53.567Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:53.567Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:53.567Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:53.567Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:54.568Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:54.568Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:54.568Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:54.568Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:55.569Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:55.569Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:55.569Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:55.569Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:56.570Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:56.570Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:56.570Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:56.570Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:57.571Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:57.571Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:57.572Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:57.572Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:22:58.572Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:22:58.573Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:58.573Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:58.573Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:22:59.574Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:22:59.574Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:22:59.574Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T13:22:59.574Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:22:59.575Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T13:22:59.617Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:22:59.618Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:22:59.618Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:22:59.618Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:22:59.618Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:22:59.618Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:22:59.933Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:22:59.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T13:22:59.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-26T13:22:59.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:22:59.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:22:59.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:22:59.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:22:59.938Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836979938,
  "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-26T13:23:00.939Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:23:00.940Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:23:00.940Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:23:00.942Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T13:23:00.942Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:23:00.943Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:23:01.030Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11875071843023146722/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T13:23:01.924Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:23:01.925Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:23:01.926Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:23:01.927Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T13:23:01.970Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T13:23:01.970Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T13:23:01.970Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T13:23:01.970Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:23:01.971Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:01.971Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:01.971Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836981970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:23:02.972Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T13:23:02.972Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T13:23:02.973Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:23:02.973Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:02.973Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:02.973Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836982972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:23:03.974Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:23:04.002Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:23:04.007Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:23:04.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:23:04.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:23:04.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:23:04.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:23:04.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:23:04.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:23:04.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:23:04.008Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:23:04.023Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:23:34.023Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T13:23:34.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T13:23:34.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T13:23:34.035Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T13:23:34.039Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:23:34.055Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T13:23:34.055Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T13:23:34.062Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:23:34.184Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T13:23:34.185Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:23:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[229512], x-aai-txid=[1-aai-resources-230326-13:23:33:744-50911], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:23:34.185Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:23:34.185Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:23:34.185Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:23:34.195Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:23:34.195Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:23:34.195Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:23:34.195Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:34.195Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:34.196Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837014195,
  "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-26T13:23:35.228Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:23:35.228Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:23:35.228Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:23:35.229Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:35.229Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:35.229Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:23:36.229Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:23:36.230Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:36.230Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:36.230Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:23:37.230Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:23:37.231Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:37.231Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:37.231Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:23:38.232Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:23:38.232Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:38.232Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:38.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:23:39.233Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:23:39.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:39.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:39.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:23:40.234Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:23:40.235Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:40.235Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:40.235Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:23:41.236Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:23:41.236Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:41.237Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:41.237Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:23:42.237Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:23:42.238Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:42.238Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:42.238Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:23:43.239Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:23:43.239Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:23:43.240Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T13:23:43.240Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:23:43.240Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T13:23:43.288Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:23:43.289Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:23:43.289Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:23:43.289Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T13:23:43.289Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:23:43.289Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T13:23:43.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:23:43.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59b3c1f
2023-03-26T13:23:43.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:23:43.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T13:23:43.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:23:43.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:23:43.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:23:43.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:23:43.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:43.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:43.316Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837023316,
  "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-26T13:23:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:23:43.660Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version182: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version183: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T13:23:43.678Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:23:43.678Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:23:43.684Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=112, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:23:43.684Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 112: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:23:43.702Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=112, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:23:43.702Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:23:43.703Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:23:43.707Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:23:43.708Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:23:43.708Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:23:43.708Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3956, 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-26T13:23:43.708Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:23:43.708Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:23:44.317Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T13:23:44.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T13:23:44.362Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:23:44.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T13:23:44.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:23:44.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:44.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:44.363Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837024362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:23:44.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.720Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836925121,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.722Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836934488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836936275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836937276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836968531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836979938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836981970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836982972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837014195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.726Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837023316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837024362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T13:23:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:23:45.364Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:23:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T13:23:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:23:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:23:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:23:45.365Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837025364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:23:46.366Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:23:46.387Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:23:46.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:23:46.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:23:46.391Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:23:46.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:23:46.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:23:46.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:23:46.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:23:46.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:23:46.392Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:23:46.405Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:24:16.405Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T13:24:16.417Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T13:24:16.417Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T13:24:16.418Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T13:24:16.423Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:24:16.438Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T13:24:16.438Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[204a00b3-69d2-4977-bdb2-b929c03f126e], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T13:24:16.445Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:24:16.583Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:24:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[217136], x-aai-txid=[1-aai-resources-230326-13:24:16:123-15477], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:24:16.584Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:24:16.584Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T13:24:16.585Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:24:16.585Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:24:16.596Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:24:16.596Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:24:16.596Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:24:16.597Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:16.597Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:16.597Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837056596,
  "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-26T13:24:17.621Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:24:17.621Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:24:17.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:17.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:17.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:17.622Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:24:18.623Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:18.624Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:18.624Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:18.624Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:24:19.624Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:19.625Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:19.625Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:19.625Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:24:20.626Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:20.626Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:20.626Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:20.626Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:24:21.627Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:21.628Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:21.628Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:21.628Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:24:22.629Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:22.629Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:22.629Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:22.629Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:24:23.630Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:23.630Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:23.630Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:23.631Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:24:24.631Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:24.632Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:24.632Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:24.632Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:24:25.632Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:24:25.633Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:25.633Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:25.633Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:24:26.633Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:24:26.634Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:24:26.634Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T13:24:26.634Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:24:26.634Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T13:24:26.677Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:24:26.678Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:24:26.678Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:24:26.678Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:24:26.679Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:24:26.679Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:24:26.702Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:24:26.702Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f68d6df
2023-03-26T13:24:26.702Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:24:26.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:24:26.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:24:26.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:24:26.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:24:26.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:24:26.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:26.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:26.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837066703,
  "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-26T13:24:27.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:4049ebcf-09de-471c-9225-779119432cf4)
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-26T13:24:27.754Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T13:24:27.755Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:24:27.755Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T13:24:27.755Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:24:27.755Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:27.755Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:27.755Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837067755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:24:28.756Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:24:28.757Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T13:24:28.757Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:24:28.757Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:28.757Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:28.757Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837068756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:24:29.758Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:24:29.784Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:24:29.788Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:24:29.788Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:24:29.788Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:24:29.788Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:24:29.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:24:29.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:24:29.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:24:29.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:24:29.789Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:24:29.804Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:24:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:24:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837025364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T13:24:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837056596,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:24:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:24:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:24:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:24:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:24:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:24:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.670Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:24:43.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:24:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.671Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:24:43.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:24:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.672Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837066703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:24:43.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837067755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T13:24:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:43.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:24:43.673Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837068756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T13:24:43.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:24:59.805Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T13:24:59.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T13:24:59.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T13:24:59.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T13:24:59.824Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:24:59.852Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T13:24:59.852Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55991a87-4a5f-4e10-bdb8-b6b604590d9d], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T13:24:59.861Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:24:59.974Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:24:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[109], vertex-id=[299168], x-aai-txid=[1-aai-resources-230326-13:24:59:536-67620], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:24:59.974Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:24:59.975Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T13:24:59.975Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:24:59.975Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:24:59.986Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:24:59.987Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:24:59.988Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:24:59.988Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:24:59.988Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:24:59.988Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837099987,
  "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-26T13:25:01.019Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:25:01.019Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:25:01.020Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:01.020Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:01.020Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:01.020Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:02.021Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:02.021Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:02.021Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:02.021Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:03.022Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:03.022Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:03.022Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:03.022Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:04.023Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:04.023Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:04.023Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:04.023Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:05.024Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:05.025Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:05.025Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:05.025Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:06.025Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:06.026Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:06.026Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:06.026Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:07.026Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:07.027Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:07.027Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:07.027Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:08.027Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:08.028Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:08.028Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:08.028Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:09.029Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:09.029Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:09.029Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:09.029Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:25:10.030Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:25:10.031Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:25:10.031Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T13:25:10.031Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:25:10.031Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T13:25:10.074Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:25:10.074Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:25:10.074Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:25:10.075Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:25:10.075Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:25:10.075Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:25:10.106Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:25:10.106Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@32b6514
2023-03-26T13:25:10.106Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:25:10.106Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:25:10.106Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:25:10.107Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:25:10.107Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:25:10.107Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:25:10.107Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:10.107Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:10.107Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837110107,
  "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-26T13:25:11.108Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T13:25:11.159Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T13:25:11.159Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:25:11.159Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T13:25:11.160Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:25:11.160Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:11.160Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:11.160Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837111159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:25:12.160Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:25:12.161Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T13:25:12.161Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:25:12.161Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:12.161Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:12.161Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837112160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:25:13.162Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:25:13.185Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:25:13.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:25:13.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:25:13.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:25:13.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:25:13.189Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:25:13.190Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:25:13.190Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:25:13.190Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:25:13.190Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:25:13.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:25:43.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T13:25:43.214Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T13:25:43.214Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T13:25:43.214Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T13:25:43.218Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:25:43.228Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T13:25:43.228Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88eaf951-f906-429d-9849-705b7a920041], X-ECOMP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-TransactionId=[], X-ONAP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], Content-Type=[application/merge-patch+json]}
2023-03-26T13:25:43.236Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:25:43.372Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:25:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[278536], x-aai-txid=[2-aai-resources-230326-13:25:42:912-8502], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:25:43.373Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:25:43.373Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T13:25:43.373Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:25:43.373Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:25:43.383Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:25:43.383Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:25:43.383Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:25:43.383Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:43.383Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:43.383Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837143383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:25:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:25:43.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837099987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:25:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.665Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:25:43.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:25:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.666Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:25:43.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:25:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.667Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:25:43.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.668Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837110107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837111159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837112160,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:25:43.669Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837143383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:25:43.670Z||pool-2-thread-10|||||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-26T13:25:44.405Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:25:44.405Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:25:44.406Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:44.406Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:44.406Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:44.406Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:45.407Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:45.407Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:45.407Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:45.407Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:46.408Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:46.408Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:46.408Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:46.408Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:47.409Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:47.409Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:47.409Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:47.409Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:48.410Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:48.410Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:48.410Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:48.410Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:49.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:49.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:49.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:49.411Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:50.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:50.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:50.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:50.412Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:51.413Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:51.413Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:51.413Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:51.413Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "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-26T13:25:52.414Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:25:52.414Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:52.414Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:52.414Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:25:53.415Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:25:53.415Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:25:53.416Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T13:25:53.416Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:25:53.416Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T13:25:53.461Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:25:53.462Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:25:53.462Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:25:53.462Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:25:53.462Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:25:53.463Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:25:53.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:25:53.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2ccf9881
2023-03-26T13:25:53.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:25:53.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:25:53.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:25:53.484Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:25:53.484Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:25:53.484Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:25:53.484Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:53.484Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:53.484Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837153484,
  "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-26T13:25:54.485Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T13:25:54.508Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:25:54.508Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T13:25:54.517Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:25:54.545Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T13:25:54.546Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:25:54.546Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:25:54.546Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T13:25:54.554Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:25:54.578Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:25:54.585Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T13:25:54.585Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:25:54.586Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:25:54.586Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:25:54.586Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:25:54.586Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:25:54.586Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:25:54.586Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837154586,
  "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-26T13:25:55.588Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:25:55.612Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:25:55.616Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:25:55.616Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:25:55.616Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:25:55.616Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:25:55.617Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:25:55.617Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:25:55.617Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:25:55.617Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T13:25:55.617Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:25:55.629Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:26:25.630Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T13:26:25.638Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:26:25.638Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T13:26:25.638Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T13:26:25.641Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:26:25.652Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T13:26:25.652Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0e35ab3-5861-494c-8dd5-28a7685c49c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0a9f74a-20b7-4f29-a2c9-26d489d9b7b0], X-ECOMP-RequestID=[c0e35ab3-5861-494c-8dd5-28a7685c49c1], X-TransactionId=[], X-ONAP-RequestID=[c0e35ab3-5861-494c-8dd5-28a7685c49c1], Content-Type=[application/merge-patch+json]}
2023-03-26T13:26:25.659Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T13:26:25.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:26:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[282632], x-aai-txid=[1-aai-resources-230326-13:26:25:336-71365], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:26:25.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:26:25.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T13:26:25.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:26:25.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:26:25.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:26:25.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T13:26:25.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:26:25.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:25.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:25.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837185807,
  "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-26T13:26:26.838Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:26:26.838Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T13:26:26.840Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T13:26:26.840Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T13:26:26.840Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:26.840Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:26.840Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:26.841Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T13:26:26.842Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T13:26:26.846Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e1faec66-d9bb-4b43-802f-159ee3b9757e
2023-03-26T13:26:26.846Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:26.847Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T13:26:29.311Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:26:32.320Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:26:35.329Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:26:38.338Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:26:41.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:26:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:43.677Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:26:43.677Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:26:43.684Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=113, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e1faec66-d9bb-4b43-802f-159ee3b9757e', protocol='range'}
2023-03-26T13:26:43.684Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=113, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:26:43.688Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:26:43.689Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:26:43.689Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:26:43.689Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:26:43.689Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:26:43.690Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:26:43.690Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 113: {SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e1faec66-d9bb-4b43-802f-159ee3b9757e=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-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:26:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=113, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e1faec66-d9bb-4b43-802f-159ee3b9757e', protocol='range'}
2023-03-26T13:26:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:43.707Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:43.707Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=113, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:26:43.708Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:26:43.708Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:26:43.713Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:26:43.713Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:43.713Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:43.713Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:43.713Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:26:43.713Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:43.713Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:26:43.713Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:26:43.713Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4021, 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-26T13:26:43.713Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T13:26:43.714Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:26:43.714Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:26:43.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:26:43.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:26:43.797Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:26:43.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:43.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:43.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:44.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679836346561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837153484,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837154586,
  "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-26T13:26:44.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.730Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837185807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T13:26:44.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:26:44.731Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:26:44.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:26:44.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:26:44.798Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:44.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:44.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:45.799Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:26:45.800Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:45.800Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:45.800Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:46.801Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:26:46.801Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:46.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:46.802Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:47.804Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:26:47.804Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:47.804Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:47.804Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:48.805Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:26:48.806Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:48.806Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:48.806Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:49.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:26:49.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:49.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:49.807Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:50.809Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:26:50.809Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:26:50.809Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T13:26:50.809Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:26:50.809Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T13:26:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:26:50.850Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:26:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:26:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T13:26:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:26:50.851Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T13:26:50.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:26:50.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@69778b51
2023-03-26T13:26:50.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:26:50.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T13:26:50.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:26:50.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T13:26:50.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T13:26:50.875Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:26:50.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:50.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:50.876Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837210875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:51.877Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T13:26:51.900Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:26:51.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:26:51.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T13:26:51.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T13:26:51.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T13:26:51.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:26:51.906Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T13:26:51.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:26:51.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d151f5c
2023-03-26T13:26:51.923Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:26:51.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T13:26:51.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:26:51.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T13:26:51.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T13:26:51.924Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:26:51.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:26:51.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:26:51.925Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837211924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:26:52.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T13:26:52.926Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:26:52.951Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:26:52.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:26:52.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:27:22.955Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:27:22.980Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:27:22.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:27:22.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:27:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:27:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:27:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:27:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:27:52.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:27:53.008Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:27:53.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:27:53.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:28:23.013Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:28:23.033Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:28:23.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:28:23.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:28:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:28:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:28:43.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:28:43.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:28:43.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:28:43.662Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:28:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:28:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:28:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837210875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:28:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:28:43.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-26T13:28:43.663Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837211924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:28:43.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:28:53.037Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:28:53.058Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:28:53.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:28:53.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:29:23.062Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:29:23.087Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:29:23.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:29:23.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:29:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:29:53.091Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:29:53.114Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:29:53.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:29:53.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:30:23.118Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:30:23.141Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:30:23.146Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:30:23.146Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:30:43.660Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:30:53.146Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:30:53.171Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:30:53.175Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:30:53.175Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:31:23.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:31:23.201Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:31:23.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:31:23.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:31:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:31:43.858Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:31:43.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e1faec66-d9bb-4b43-802f-159ee3b9757e 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-26T13:31:43.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T13:31:43.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T13:31:44.241Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:31:44.257Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:31:44.257Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:31:44.263Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=114, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:31:44.264Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 114: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:31:44.281Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=114, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:31:44.281Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:31:44.282Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:31:44.287Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:31:44.287Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:31:44.288Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:31:44.288Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4042, 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-26T13:31:44.288Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:31:44.288Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:31:53.205Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T13:31:53.206Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T13:31:53.219Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T13:31:53.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T13:31:53.220Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T13:31:53.227Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:31:53.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T13:31:53.247Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d18a6512-d65d-4530-b70c-3c60f3d93c2e], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T13:31:53.253Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T13:31:53.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:31:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-13:31:52:931-13920], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:31:53.390Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:31:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T13:31:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:31:53.391Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:31:53.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:31:53.403Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T13:31:53.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T13:31:53.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:31:53.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:31:53.404Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837513403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:31:53.421Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:31:53.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837513403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T13:31:53.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T13:31:54.436Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:31:54.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:31:54.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:31:54.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:31:54.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:31:54.437Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:31:55.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:31:55.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:31:55.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:31:55.438Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:31:56.439Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:31:56.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:31:56.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:31:56.440Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:31:57.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:31:57.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:31:57.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:31:57.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:31:58.441Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:31:58.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:31:58.442Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:31:58.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:31:59.443Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:31:59.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:31:59.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:31:59.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:00.444Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:32:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:00.445Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:01.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:32:01.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:32:01.446Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T13:32:01.446Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:32:01.447Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T13:32:01.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:32:01.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:32:01.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:32:01.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:01.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:32:01.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:01.803Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:32:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T13:32:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:32:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:32:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:01.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837521807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:02.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:32:02.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:32:02.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T13:32:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:02.813Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:02.925Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14112193213444036487/Definitions/service-Vfw20230326064333-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-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.422Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:32:04.423Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:32:04.424Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:32:04.425Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:32:04.426Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:32:04.427Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:32:04.428Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:04.429Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:04.430Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T13:32:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T13:32:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:32:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T13:32:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:32:04.483Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:04.484Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837524483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:05.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:32:05.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T13:32:05.485Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:32:05.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:05.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:05.486Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837525485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:06.487Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:32:06.517Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:32:06.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:32:06.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:32:06.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:32:06.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:32:06.521Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:32:06.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:32:06.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:32:06.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:32:06.522Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:32:06.535Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:32:36.536Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T13:32:36.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T13:32:36.552Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T13:32:36.553Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T13:32:36.559Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:32:36.577Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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-26T13:32:36.578Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T13:32:36.585Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:32:36.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T13:32:36.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:32:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[209056], x-aai-txid=[2-aai-resources-230326-13:32:36:263-29552], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:32:36.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:32:36.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:32:36.722Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:32:36.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:32:36.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:32:36.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:32:36.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:36.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:36.736Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837556735,
  "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-26T13:32:37.764Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:32:37.764Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:32:37.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:32:37.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:37.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:37.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:38.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:32:38.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:38.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:38.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:39.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:32:39.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:39.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:39.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:40.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:32:40.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:40.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:40.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:41.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:32:41.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:41.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:41.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:42.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:32:42.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:42.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:42.772Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:32:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:32:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837521807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.668Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837524483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837525485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837556735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.669Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.670Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T13:32:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:32:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:32:43.671Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:32:43.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:32:43.774Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:43.774Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:43.774Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:44.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:32:44.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:32:44.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T13:32:44.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:32:44.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T13:32:44.815Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:32:44.815Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:32:44.815Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:32:44.816Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:44.816Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:32:44.816Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:45.422Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:32:45.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T13:32:45.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:32:45.426Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:45.427Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:32:45.427Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:45.427Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:45.427Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837565426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:46.428Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:32:46.429Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:32:46.429Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:46.429Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T13:32:46.430Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:46.430Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:46.601Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4132146295370999986/Definitions/service-Vfw20230326074351-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-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.109Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.110Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.111Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T13:32:48.112Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:32:48.113Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:32:48.114Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:32:48.115Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T13:32:48.163Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T13:32:48.163Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:32:48.163Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T13:32:48.164Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:32:48.164Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:48.164Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:48.164Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837568163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:49.165Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:32:49.165Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T13:32:49.165Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:32:49.166Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:32:49.166Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:32:49.166Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837569165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:32:50.167Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:32:50.196Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:32:50.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:32:50.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:32:50.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:32:50.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:32:50.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:32:50.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:32:50.201Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:32:50.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:32:50.202Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:32:50.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:33:20.216Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T13:33:20.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T13:33:20.228Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T13:33:20.229Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T13:33:20.235Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:33:20.248Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T13:33:20.249Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5219343f-8e90-4696-b9de-2a686f70aca3], X-ECOMP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], X-TransactionId=[], X-ONAP-RequestID=[694f97ae-3204-4194-9f4d-532011130c78], Content-Type=[application/merge-patch+json]}
2023-03-26T13:33:20.255Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:33:20.398Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:33:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[180296], x-aai-txid=[1-aai-resources-230326-13:33:19:932-75349], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:33:20.398Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:33:20.399Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T13:33:20.399Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:33:20.399Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:33:20.406Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:33:20.406Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:33:20.407Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:33:20.407Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:20.407Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:20.407Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837600407,
  "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-26T13:33:21.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:33:21.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:33:21.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:33:21.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:21.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:21.433Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:33:22.434Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:33:22.434Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:22.434Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:22.435Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:33:23.436Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:33:23.436Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:33:23.436Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T13:33:23.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T13:33:23.437Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T13:33:23.478Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:33:23.479Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:33:23.479Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:33:23.480Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T13:33:23.480Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:33:23.480Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T13:33:23.509Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:33:23.509Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21dd0b33
2023-03-26T13:33:23.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:33:23.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-26T13:33:23.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:33:23.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:33:23.510Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-26T13:33:23.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:33:23.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:23.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:23.511Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837603510,
  "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-26T13:33:24.513Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T13:33:24.560Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T13:33:24.560Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:33:24.560Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T13:33:24.561Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:33:24.561Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:24.561Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:24.561Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837604560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:33:25.563Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-26T13:33:25.563Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T13:33:25.563Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:33:25.564Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:25.564Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:25.564Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837605563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:33:26.565Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:33:26.592Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:33:26.596Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:33:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:33:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:33:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:33:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:33:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:33:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:33:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:33:26.597Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:33:26.612Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:33:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:33:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:33:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:33:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:33:56.612Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T13:33:56.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T13:33:56.624Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T13:33:56.625Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T13:33:56.628Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:33:56.638Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T13:33:56.638Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5efd85a6-f43d-4e2c-aed3-d0abfee7816a], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T13:33:56.646Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:33:56.803Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:33:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-13:33:56:321-51903], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:33:56.803Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:33:56.804Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T13:33:56.804Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:33:56.804Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:33:56.812Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:33:56.813Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:33:56.813Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:33:56.813Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:56.813Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:56.813Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837636813,
  "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-26T13:33:57.841Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:33:57.841Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:33:57.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:33:57.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:57.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:57.842Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:33:58.843Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:33:58.843Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:58.843Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:58.843Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:33:59.844Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:33:59.844Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:33:59.844Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:33:59.845Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:00.845Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:00.845Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:00.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:00.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:01.846Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:01.847Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:01.847Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:01.847Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:02.847Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:02.848Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:02.848Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:02.848Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:03.849Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:03.849Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:03.849Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:03.850Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:04.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:04.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:04.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:04.851Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:05.852Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:34:05.852Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:34:05.852Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T13:34:05.852Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:34:05.852Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T13:34:05.895Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:34:05.895Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:34:05.895Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:34:05.896Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:05.896Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:34:05.896Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:06.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:34:06.227Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T13:34:06.228Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:34:06.228Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:06.228Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:34:06.229Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:06.229Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:06.229Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837646228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:07.230Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:34:07.231Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:34:07.231Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.231Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.232Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.232Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.353Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8473089663867581018/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T13:34:07.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:34:07.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:34:07.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:34:07.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.915Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:34:07.916Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:34:07.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:34:07.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:34:07.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:34:07.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:34:07.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:34:07.917Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T13:34:07.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T13:34:07.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:34:07.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T13:34:07.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:34:07.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:07.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:07.962Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837647962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:08.963Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:34:08.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T13:34:08.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:34:08.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:08.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:08.964Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837648963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:09.966Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:34:09.990Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:34:09.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:34:09.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:34:09.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:34:09.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:34:09.995Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:34:09.996Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:34:09.996Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:34:09.996Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:34:09.996Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:34:10.011Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:34:40.011Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T13:34:40.023Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T13:34:40.023Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T13:34:40.024Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T13:34:40.028Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:34:40.043Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T13:34:40.044Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d04c944a-2044-4ed8-8896-cd9769f42a79], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T13:34:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:34:40.176Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:34:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[213160], x-aai-txid=[0-aai-resources-230326-13:34:39:728-78317], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:34:40.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:34:40.177Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T13:34:40.178Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:34:40.178Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:34:40.186Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:34:40.186Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:34:40.186Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:34:40.186Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:40.186Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:40.186Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837680186,
  "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-26T13:34:41.216Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:34:41.216Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:34:41.216Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:41.217Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:41.217Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:41.217Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:34:42.218Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:42.218Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:42.218Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:42.218Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:34:43.219Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:43.220Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:43.220Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:43.220Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:34:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837565426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:34:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837568163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T13:34:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837569165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T13:34:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837600407,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:34:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:34:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:34:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837603510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:34:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837604560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T13:34:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:34:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837605563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T13:34:43.667Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:34:44.221Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:44.222Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:44.222Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:44.222Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:34:45.223Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:45.223Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:45.224Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:45.224Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:34:46.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:46.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:46.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:46.225Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:34:47.226Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:34:47.227Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:47.227Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:47.227Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:48.228Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:34:48.229Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:34:48.229Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T13:34:48.229Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:34:48.229Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T13:34:48.277Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:34:48.278Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:34:48.278Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:34:48.278Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T13:34:48.278Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:34:48.279Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T13:34:48.301Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:34:48.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d44baa1
2023-03-26T13:34:48.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:34:48.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-26T13:34:48.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:34:48.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:34:48.302Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-26T13:34:48.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:34:48.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:48.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:48.303Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837688302,
  "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-26T13:34:49.304Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T13:34:49.347Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T13:34:49.347Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:34:49.347Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T13:34:49.348Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:34:49.348Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:49.348Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:49.348Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837689347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:50.349Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-26T13:34:50.349Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T13:34:50.349Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:34:50.349Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:34:50.349Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:34:50.350Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837690349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:34:51.350Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:34:51.373Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:34:51.377Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:34:51.377Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:34:51.377Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:34:51.378Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:34:51.378Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:34:51.378Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:34:51.378Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:34:51.378Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:34:51.378Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:34:51.388Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:35:21.389Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T13:35:21.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T13:35:21.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T13:35:21.402Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T13:35:21.407Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:35:21.420Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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-26T13:35:21.421Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T13:35:21.427Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:35:21.561Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T13:35:21.561Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:35:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[184376], x-aai-txid=[0-aai-resources-230326-13:35:21:104-58113], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:35:21.562Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:35:21.562Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:35:21.562Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:35:21.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:35:21.569Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:35:21.570Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:35:21.570Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:21.570Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:21.570Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837721569,
  "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-26T13:35:22.599Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:35:22.599Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:35:22.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:35:22.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:22.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:22.600Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:23.601Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:35:23.601Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:23.601Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:23.601Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:24.602Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:35:24.602Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:24.603Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:24.603Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:25.603Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:35:25.604Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:25.604Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:25.604Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:26.605Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:35:26.605Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:26.605Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:26.605Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:27.606Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:35:27.606Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:27.607Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:27.607Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:28.607Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:35:28.608Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:28.608Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:28.608Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:29.609Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:35:29.609Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:29.609Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:29.610Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:30.610Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:35:30.611Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:35:30.611Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T13:35:30.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:35:30.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T13:35:30.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:35:30.654Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:35:30.655Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:35:30.655Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:30.655Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:35:30.655Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:30.976Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:35:30.979Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T13:35:30.979Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:35:30.979Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:30.979Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:35:30.979Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:30.980Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:30.980Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837730979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:31.980Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:35:31.981Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:35:31.981Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:31.982Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:31.982Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:31.982Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.081Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3942038746026627997/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T13:35:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:35:32.613Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:35:32.614Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:35:32.614Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:35:32.614Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:35:32.614Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:35:32.614Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:35:32.614Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T13:35:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T13:35:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:35:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T13:35:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:35:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837732661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:35:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T13:35:33.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:35:33.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:35:33.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:35:33.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837733662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:34.664Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:35:34.687Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:35:34.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:35:34.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:35:34.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:35:34.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:35:34.692Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:35:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:35:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:35:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:35:34.693Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:35:34.704Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:35:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:35:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837636813,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:35:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:35:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837646228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837647962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837648963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837680186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:35:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:04.705Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T13:36:04.716Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T13:36:04.716Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T13:36:04.717Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T13:36:04.723Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:36:04.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T13:36:04.741Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3dd0b8c8-26ce-4538-9d0e-b24d67af57af], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T13:36:04.761Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:36:04.897Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:36:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[270496], x-aai-txid=[2-aai-resources-230326-13:36:04:439-85255], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:36:04.897Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:36:04.898Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T13:36:04.898Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:36:04.899Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:36:04.906Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:36:04.906Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:36:04.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:36:04.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:04.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:04.907Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837764906,
  "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-26T13:36:05.938Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:36:05.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:36:05.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:05.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:05.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:05.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:06.940Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:06.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:06.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:06.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:07.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:07.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:07.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:07.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:08.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:08.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:08.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:08.944Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:09.945Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:09.945Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:09.946Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:09.946Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:10.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:10.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:10.947Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:10.948Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:11.949Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:11.950Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:11.950Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:11.951Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:12.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:12.952Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:12.953Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:12.953Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:13.954Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:36:13.955Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:36:13.955Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T13:36:13.955Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:36:13.955Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T13:36:13.997Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:36:13.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:36:13.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:36:13.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:13.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:36:13.998Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:14.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:36:14.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T13:36:14.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:36:14.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:14.327Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:36:14.327Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:14.327Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:14.327Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837774326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:15.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:36:15.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:36:15.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.409Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15404552574011186269/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T13:36:15.985Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:36:15.985Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:36:15.985Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.985Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:36:15.985Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.985Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.985Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:36:15.986Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:36:15.987Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T13:36:16.036Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T13:36:16.037Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:36:16.037Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T13:36:16.037Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:36:16.037Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:16.037Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:16.037Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837776037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:17.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:36:17.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T13:36:17.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:36:17.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:17.038Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:17.039Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837777038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:18.040Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:36:18.068Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:36:18.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:36:18.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:36:18.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:36:18.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:36:18.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:36:18.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:36:18.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:36:18.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:36:18.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:36:18.084Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:36:43.660Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.661Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.662Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837688302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837689347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837690349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837721569,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.663Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.664Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837730979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:36:43.665Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837732661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T13:36:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-26T13:36:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837733662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T13:36:43.666Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:36:48.084Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T13:36:48.095Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T13:36:48.095Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T13:36:48.096Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T13:36:48.102Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:36:48.124Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T13:36:48.124Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[749a9dc9-4ef9-45de-a6a0-e945b498196a], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T13:36:48.132Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:36:48.286Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:36:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[278688], x-aai-txid=[0-aai-resources-230326-13:36:47:810-19166], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:36:48.286Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:36:48.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T13:36:48.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:36:48.287Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:36:48.294Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:36:48.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:36:48.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:36:48.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:48.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:48.295Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837808295,
  "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-26T13:36:49.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:36:49.322Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:36:49.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:49.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:49.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:49.323Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:50.324Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:50.324Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:50.324Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:50.324Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:51.325Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:51.325Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:51.325Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:51.325Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:52.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:52.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:52.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:52.326Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:53.327Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:53.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:53.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:53.328Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:54.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:54.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:54.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:54.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:55.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:55.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:55.331Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:55.331Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:56.331Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:56.332Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:56.332Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:56.332Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:57.333Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:57.333Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:57.333Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:57.333Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:36:58.334Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:36:58.334Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:58.335Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:58.335Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:36:59.336Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:36:59.336Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:36:59.337Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T13:36:59.337Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:36:59.337Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T13:36:59.379Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:36:59.380Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:36:59.380Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:36:59.380Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:36:59.380Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:36:59.381Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:36:59.708Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-26T13:36:59.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T13:36:59.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-26T13:36:59.714Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:36:59.714Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:36:59.714Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:36:59.714Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:36:59.714Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837819713,
  "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-26T13:37:00.715Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:37:00.716Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:37:00.717Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:37:00.717Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T13:37:00.718Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:37:00.719Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:37:00.822Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14299838998994668612/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:37:01.710Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.711Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:37:01.712Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:37:01.713Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:37:01.714Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T13:37:01.756Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T13:37:01.757Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T13:37:01.757Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T13:37:01.757Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:37:01.757Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:01.757Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:01.757Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837821757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:37:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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-26T13:37:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T13:37:02.758Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:37:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:02.759Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837822758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:37:03.760Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:37:03.784Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:37:03.788Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:37:03.788Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:37:03.788Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:37:03.788Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:37:03.788Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:37:03.788Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:37:03.788Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:37:03.789Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:37:03.789Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:37:03.802Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:37:33.802Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T13:37:33.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T13:37:33.815Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T13:37:33.816Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T13:37:33.824Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:37:33.842Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T13:37:33.842Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[248d174a-31fd-4ffc-952f-6141e923da4c], X-ECOMP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], X-TransactionId=[], X-ONAP-RequestID=[47a93804-5eb3-48ba-b6d6-4f9485bed467], Content-Type=[application/merge-patch+json]}
2023-03-26T13:37:33.849Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:37:33.987Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:37:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[229512], x-aai-txid=[2-aai-resources-230326-13:37:33:525-27126], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:37:33.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:37:33.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T13:37:33.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:37:33.988Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:37:33.996Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:37:33.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:37:33.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:37:33.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:33.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:33.997Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837853997,
  "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-26T13:37:35.024Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:37:35.024Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:37:35.024Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:37:35.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:35.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:35.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:37:36.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:37:36.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:36.025Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:36.026Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:37:37.026Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:37:37.026Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:37.026Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:37.027Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:37:38.027Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:37:38.027Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:38.027Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:38.027Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:37:39.028Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:37:39.028Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:39.029Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:39.029Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:37:40.029Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:37:40.029Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:40.029Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:40.030Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:37:41.030Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:37:41.031Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:41.031Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:41.031Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:37:42.031Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:37:42.032Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:42.032Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:42.032Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:37:43.033Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:37:43.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:37:43.034Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T13:37:43.034Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:37:43.035Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T13:37:43.083Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:37:43.083Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:37:43.083Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:37:43.084Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T13:37:43.084Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:37:43.084Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T13:37:43.109Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:37:43.109Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2fe12d0
2023-03-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:43.110Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837863110,
  "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-26T13:37:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:37:43.660Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version185: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version186: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T13:37:43.677Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:37:43.677Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:37:43.683Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=115, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:37:43.684Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 115: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:37:43.699Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=115, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:37:43.700Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:37:43.700Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:37:43.706Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:37:43.706Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:37:43.706Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:37:43.707Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4105, 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-26T13:37:43.707Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:37:43.707Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:37:44.111Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T13:37:44.158Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T13:37:44.158Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:37:44.158Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T13:37:44.159Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:37:44.159Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:44.159Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:44.159Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837864158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:37:44.719Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.719Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837764906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:37:44.719Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.720Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.721Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.722Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837774326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:37:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.723Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837776037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T13:37:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837777038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T13:37:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.724Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837808295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:37:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.725Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.726Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.727Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.728Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.729Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837819713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:37:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837821757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T13:37:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.730Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837822758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T13:37:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837853997,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:37:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.731Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.732Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.733Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.734Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:37:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.735Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:37:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837863110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:37:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:44.736Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-26T13:37:44.738Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837864158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T13:37:44.738Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:37:45.160Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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-26T13:37:45.161Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T13:37:45.161Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:37:45.161Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:37:45.161Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:37:45.161Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837865160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:37:46.163Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:37:46.188Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:37:46.192Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:37:46.193Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:37:46.193Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:37:46.193Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:37:46.193Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:37:46.193Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:37:46.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:37:46.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:37:46.194Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:37:46.204Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:38:16.204Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T13:38:16.217Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T13:38:16.217Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T13:38:16.217Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T13:38:16.224Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:38:16.239Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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-26T13:38:16.239Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T13:38:16.245Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:38:16.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T13:38:16.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:38:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[217136], x-aai-txid=[0-aai-resources-230326-13:38:15:922-49802], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:38:16.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:38:16.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:38:16.389Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:38:16.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:38:16.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:38:16.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:38:16.397Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:16.398Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:16.398Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837896397,
  "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-26T13:38:17.430Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:38:17.431Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:38:17.431Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:17.431Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:17.431Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:17.431Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:38:18.436Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:18.437Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:18.437Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:18.437Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:38:19.438Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:19.438Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:19.439Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:19.439Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:38:20.440Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:20.440Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:20.440Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:20.440Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:38:21.441Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:21.442Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:21.442Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:21.442Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:38:22.443Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:22.443Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:22.443Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:22.443Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:38:23.444Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:23.445Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:23.445Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:23.445Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:38:24.445Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:24.446Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:24.446Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:24.446Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:38:25.447Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:38:25.447Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:25.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:25.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:38:26.448Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:38:26.449Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:38:26.449Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T13:38:26.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:38:26.449Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T13:38:26.488Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:38:26.489Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:38:26.489Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:38:26.489Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:38:26.489Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:38:26.490Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:38:26.515Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:38:26.515Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2294543
2023-03-26T13:38:26.515Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:38:26.516Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:38:26.516Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:38:26.516Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:38:26.516Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:38:26.516Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:38:26.516Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:26.517Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:26.517Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837906516,
  "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-26T13:38:27.518Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:4049ebcf-09de-471c-9225-779119432cf4)
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-26T13:38:27.560Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T13:38:27.561Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:38:27.561Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T13:38:27.561Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:38:27.561Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:27.561Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:27.561Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837907561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:38:28.563Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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-26T13:38:28.563Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T13:38:28.563Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:38:28.563Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:28.563Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:28.563Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837908562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:38:29.565Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:38:29.586Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:38:29.591Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:38:29.591Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:38:29.591Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:38:29.591Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:38:29.591Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:38:29.591Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:38:29.591Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:38:29.592Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:38:29.592Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:38:29.608Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:38:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:38:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:38:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837865160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T13:38:43.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:38:59.609Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T13:38:59.622Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T13:38:59.622Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T13:38:59.623Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T13:38:59.629Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:38:59.645Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T13:38:59.645Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b6c38cfc-0796-478d-aa38-eb92d25088a4], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T13:38:59.651Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:38:59.774Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:38:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[299168], x-aai-txid=[1-aai-resources-230326-13:38:59:330-52894], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:38:59.774Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:38:59.775Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T13:38:59.775Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:38:59.775Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:38:59.784Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:38:59.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:38:59.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:38:59.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:38:59.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:38:59.785Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837939785,
  "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-26T13:39:00.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:39:00.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:39:00.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:00.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:00.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:00.814Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:01.815Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:01.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:01.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:01.816Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:02.817Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:02.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:02.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:02.818Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:03.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:03.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:03.819Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:03.820Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:04.821Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:04.821Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:04.821Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:04.821Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:05.822Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:05.822Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:05.823Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:05.823Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:06.823Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:06.824Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:06.824Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:06.824Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:07.825Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:07.826Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:07.826Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:07.826Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:08.827Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:08.827Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:08.827Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:08.827Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:39:09.828Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:39:09.829Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:39:09.829Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T13:39:09.829Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:39:09.829Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T13:39:09.876Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:39:09.876Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:39:09.877Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:39:09.877Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:39:09.877Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:39:09.877Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:39:09.902Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:39:09.902Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4ea9b913
2023-03-26T13:39:09.902Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:39:09.902Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:39:09.902Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:39:09.903Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:39:09.903Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:39:09.903Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:39:09.903Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:09.903Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:09.903Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837949903,
  "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-26T13:39:10.905Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T13:39:10.952Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T13:39:10.952Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:39:10.953Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T13:39:10.953Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:39:10.953Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:10.953Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:10.953Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837950952,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:39:11.954Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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-26T13:39:11.954Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T13:39:11.954Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:39:11.954Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:11.954Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:11.955Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837951954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:39:12.955Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:39:12.983Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:39:12.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:39:12.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:39:12.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:39:12.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:39:12.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:39:12.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:39:12.989Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:39:12.989Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:39:12.989Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-26T13:39:13.001Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:39:43.001Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T13:39:43.021Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T13:39:43.021Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T13:39:43.021Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T13:39:43.027Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:39:43.041Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T13:39:43.041Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[382d656b-c7b2-425b-b530-d59af9c94ffd], X-ECOMP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-TransactionId=[], X-ONAP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], Content-Type=[application/merge-patch+json]}
2023-03-26T13:39:43.047Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:39:43.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:39:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[278536], x-aai-txid=[0-aai-resources-230326-13:39:42:725-23791], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:39:43.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:39:43.202Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T13:39:43.203Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:39:43.203Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:39:43.210Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:39:43.210Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:39:43.211Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:39:43.211Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:43.211Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:43.211Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837983210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:39:43.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:39:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.661Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837896397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:39:43.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:39:43.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837906516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:39:43.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837907561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T13:39:43.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:39:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-26T13:39:43.664Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837908562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T13:39:43.664Z||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-26T13:39:44.239Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-26T13:39:44.239Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:39:44.239Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:44.239Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:44.240Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:44.240Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:45.241Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:45.242Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:45.242Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:45.242Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:46.243Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:46.244Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:46.244Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:46.244Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:47.245Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:47.245Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:47.245Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:47.245Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:48.246Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:48.247Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:48.247Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:48.247Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:49.248Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:49.248Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:49.248Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:49.248Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:50.249Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:50.250Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:50.250Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:50.250Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:51.252Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:51.252Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:51.252Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:51.252Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "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-26T13:39:52.253Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:39:52.253Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:52.253Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:52.253Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:39:53.254Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:39:53.254Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:39:53.255Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T13:39:53.255Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:39:53.255Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T13:39:53.299Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:39:53.299Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:39:53.299Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-26T13:39:53.300Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:39:53.300Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-26T13:39:53.300Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:39:53.319Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@391223cc
2023-03-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:53.320Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837993320,
  "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-26T13:39:54.321Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T13:39:54.345Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:39:54.345Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T13:39:54.355Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:39:54.379Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T13:39:54.379Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:39:54.379Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:39:54.379Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T13:39:54.388Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:39:54.410Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:39:54.417Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T13:39:54.417Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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$$a2dc62b5.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-26T13:39:54.418Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:39:54.418Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:39:54.418Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:39:54.418Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:39:54.419Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:39:54.419Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837994418,
  "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-26T13:39:55.419Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:39:55.445Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:39:55.449Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:39:55.449Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:39:55.449Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:39:55.449Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:39:55.449Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:39:55.450Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:39:55.450Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:39:55.450Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T13:39:55.450Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||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-26T13:39:55.464Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:40:25.464Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T13:40:25.477Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:40:25.477Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T13:40:25.478Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T13:40:25.484Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:40:25.504Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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-26T13:40:25.505Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T13:40:25.512Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T13:40:25.657Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T13:40:25.658Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:40:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[282632], x-aai-txid=[0-aai-resources-230326-13:40:25:191-56649], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:40:25.658Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:40:25.658Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:40:25.658Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:40:25.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-26T13:40:25.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T13:40:25.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:40:25.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:25.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:25.663Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838025663,
  "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-26T13:40:26.693Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:40:26.694Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T13:40:26.695Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T13:40:26.695Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T13:40:26.696Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:26.696Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:26.696Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:26.696Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T13:40:26.699Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T13:40:26.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b5892eca-bde8-47d1-bf4c-5cc19efa4e29
2023-03-26T13:40:26.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:26.701Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T13:40:29.309Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:40:32.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:40:35.327Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:40:38.336Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:40:41.345Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:40:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:43.674Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:40:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:40:43.682Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=116, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:40:43.682Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=116, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b5892eca-bde8-47d1-bf4c-5cc19efa4e29', protocol='range'}
2023-03-26T13:40:43.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:40:43.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:40:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:40:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:40:43.689Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:40:43.689Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:40:43.690Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 116: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b5892eca-bde8-47d1-bf4c-5cc19efa4e29=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-26T13:40:43.707Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=116, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:40:43.707Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=116, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b5892eca-bde8-47d1-bf4c-5cc19efa4e29', protocol='range'}
2023-03-26T13:40:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:40:43.708Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:43.708Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:40:43.709Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:43.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:43.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:43.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:43.714Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:43.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:40:43.715Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T13:40:43.714Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:40:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:40:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:40:43.715Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4156, 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-26T13:40:43.716Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:40:43.716Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:40:43.775Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:40:43.775Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a42afef5-59b4-42fa-9c76-0cfa561f0b29","serviceName":"basic_onboard_BUTbTi","serviceVersion":"1.0","serviceUUID":"cb72808b-e5fa-4148-956e-afd0328a529e","serviceDescription":"service","serviceInvariantUUID":"a973de52-26f6-4337-b11f-8d1daf794bdc","resources":[{"resourceInstanceName":"basic_onboard_BUTbTi 0","resourceName":"basic_onboard_BUTbTi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963de67f-230d-4509-8eb5-634668ed4176","resourceInvariantUUID":"fbdea177-a0b9-4779-8a30-c961aeab5de0","resourceCustomizationUUID":"2a164ee5-26f8-43e6-8cbd-db600b0d4d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml","artifactChecksum":"MTU4YWRjMzM3ZGRkZjRjZmE3ZTMxZjIzY2M2ZGJjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c3ab0d-e8fb-4ea3-9a39-492d613731b9","artifactVersion":"1"},{"artifactName":"basic_onboard_butbti0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json","artifactChecksum":"OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c605cedb-fbd5-4092-b590-cbae600ec72a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"275624cc-ffc3-4f5b-bde6-54f7d43969e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8c672e2-1a6c-414f-8bca-3e5a4cedd63d","artifactVersion":"2","generatedFromUUID":"12913a7d-1ec9-4fd5-b711-3db15fdc4729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardButbti-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml","artifactChecksum":"NDQ4ZDk4NGM4MjE5MmU5ZmMzYmE2ZTE2NzY0NDUyYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bb37335-02fe-4551-8b26-0101e1590160","artifactVersion":"1"},{"artifactName":"service-BasicOnboardButbti-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar","artifactChecksum":"ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:40:43.776Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:40:43.777Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:43.777Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:43.777Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:44.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837939785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:40:44.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.731Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.731Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.732Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.733Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.734Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:40:44.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837949903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:40:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837950952,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T13:40:44.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837951954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T13:40:44.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837983210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:40:44.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.736Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.741Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837186838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:40:44.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.741Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837993320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:40:44.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.742Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679837994418,
  "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-26T13:40:44.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.742Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838025663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T13:40:44.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:40:44.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:40:44.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:40:44.777Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:40:44.778Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:44.778Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:44.778Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:45.779Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:40:45.779Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:45.779Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:45.779Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:46.780Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:40:46.780Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:46.780Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:46.780Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:47.781Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:40:47.781Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:47.781Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:47.781Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:48.782Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:40:48.782Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:48.782Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:48.783Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:49.783Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:40:49.783Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:49.783Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:49.783Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:50.784Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "serviceName": "basic_onboard_BUTbTi",
  "serviceVersion": "1.0",
  "serviceUUID": "cb72808b-e5fa-4148-956e-afd0328a529e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a973de52-26f6-4337-b11f-8d1daf794bdc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BUTbTi 0",
      "resourceCustomizationUUID": "2a164ee5-26f8-43e6-8cbd-db600b0d4d70",
      "resourceName": "basic_onboard_BUTbTi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963de67f-230d-4509-8eb5-634668ed4176",
      "resourceInvariantUUID": "fbdea177-a0b9-4779-8a30-c961aeab5de0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_butbti0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
          "artifactChecksum": "OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c605cedb-fbd5-4092-b590-cbae600ec72a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
            "generatedFromUUID": "12913a7d-1ec9-4fd5-b711-3db15fdc4729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a8c672e2-1a6c-414f-8bca-3e5a4cedd63d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardButbti-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
      "artifactChecksum": "ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:40:50.784Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:40:50.785Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb72808b-e5fa-4148-956e-afd0328a529e ASDC
2023-03-26T13:40:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42afef5-59b4-42fa-9c76-0cfa561f0b29
ServiceName:basic_onboard_BUTbTi
ServiceVersion:1.0
ServiceUUID:cb72808b-e5fa-4148-956e-afd0328a529e
ServiceInvariantUUID:a973de52-26f6-4337-b11f-8d1daf794bdc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardButbti-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
ArtifactUUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0
ArtifactChecksum:ZWMzODUxYWEyZGYxYjc4ZjM0NzcxZDE0NTI5ZDNjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BUTbTi 0
ResourceCustomizationUUID:2a164ee5-26f8-43e6-8cbd-db600b0d4d70
ResourceInvariantUUID:fbdea177-a0b9-4779-8a30-c961aeab5de0
ResourceName:basic_onboard_BUTbTi
ResourceType:VF
ResourceUUID:963de67f-230d-4509-8eb5-634668ed4176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_butbti0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
ArtifactUUID:c605cedb-fbd5-4092-b590-cbae600ec72a
ArtifactChecksum:OTgyNDM2ZTA4NzFjZjU5MWQ1NWJjY2QwZWEzYTg5MjQ=
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12913a7d-1ec9-4fd5-b711-3db15fdc4729
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
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/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env
ArtifactUUID:a8c672e2-1a6c-414f-8bca-3e5a4cedd63d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:40:50.785Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb72808b-e5fa-4148-956e-afd0328a529e 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-26T13:40:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:40:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:40:50.829Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:40:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T13:40:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:40:50.830Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar
2023-03-26T13:40:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T13:40:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e87f978
2023-03-26T13:40:50.852Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:40:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T13:40:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardButbti-csar.csar /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:40:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar ASDC sendASDCNotification
2023-03-26T13:40:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(Specified artifact is  not found)
2023-03-26T13:40:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:40:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:50.853Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838050853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:51.854Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-BasicOnboardButbti-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar(UUID:d3cacfc8-d7f0-4c7f-809e-b9b45e81d4a0)
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-26T13:40:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T13:40:51.874Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-26T13:40:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||basic_onboard_BUTbTi 0
2023-03-26T13:40:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963de67f-230d-4509-8eb5-634668ed4176
2023-03-26T13:40:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c605cedb-fbd5-4092-b590-cbae600ec72a from URL: /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T13:40:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:40:51.879Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json
2023-03-26T13:40:51.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T13:40:51.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7b3967bb
2023-03-26T13:40:51.901Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:40:51.902Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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": [
        "BasicOnboardButbti"
      ]
    }
  }
}
2023-03-26T13:40:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_butbti0_modules.json /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json c605cedb-fbd5-4092-b590-cbae600ec72a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:40:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json ASDC sendASDCNotification
2023-03-26T13:40:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(Specified artifact is  not found)
2023-03-26T13:40:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:40:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:40:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:40:51.903Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838051903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:40:52.904Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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_butbti0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json(UUID:c605cedb-fbd5-4092-b590-cbae600ec72a)
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-26T13:40:52.905Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:40:52.930Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:40:52.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:40:52.934Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:41:22.935Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:41:22.958Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:41:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:41:22.962Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:41:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:41:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:41:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:41:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:41:52.963Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:41:52.984Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:41:52.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:41:52.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:42:22.989Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:42:23.012Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:42:23.018Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:42:23.018Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:42:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:42:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:42:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:42:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:42:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838050853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/artifacts/service-BasicOnboardButbti-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:42:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:42:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:42:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838051903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardButbti/1.0/resourceInstances/basic_onboard_butbti0/artifacts/basic_onboard_butbti0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:42:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:42:53.018Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:42:53.042Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:42:53.048Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:42:53.048Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:43:23.048Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:43:23.076Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:43:23.080Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:43:23.081Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:43:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:43:53.081Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:43:53.096Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:43:53.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:43:53.100Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:44:23.101Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:44:23.125Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:44:23.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:44:23.128Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:44:43.664Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:44:53.129Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:44:53.146Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:44:53.150Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:44:53.150Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:45:23.150Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:45:23.176Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:45:23.180Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-26T13:45:23.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-26T13:45:43.664Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:45:43.870Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:45:43.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Member SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-b5892eca-bde8-47d1-bf4c-5cc19efa4e29 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-26T13:45:43.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-26T13:45:43.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-26T13:45:44.261Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:45:44.276Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:45:44.276Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:45:44.283Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=117, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:45:44.283Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 117: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:45:44.299Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=117, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:45:44.300Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:45:44.300Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:45:44.305Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:45:44.305Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:45:44.305Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:45:44.305Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4191, 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-26T13:45:44.306Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:45:44.306Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:45:53.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-26T13:45:53.181Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 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-26T13:45:53.194Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42afef5-59b4-42fa-9c76-0cfa561f0b29 and serviceModelVersionId: cb72808b-e5fa-4148-956e-afd0328a529e
2023-03-26T13:45:53.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a973de52-26f6-4337-b11f-8d1daf794bdc
2023-03-26T13:45:53.195Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0
2023-03-26T13:45:53.203Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:45:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||Invoke
2023-03-26T13:45:53.223Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0b13e00-c60a-4011-85d1-6d4f07d13d2d], X-ECOMP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], X-TransactionId=[], X-ONAP-RequestID=[a42afef5-59b4-42fa-9c76-0cfa561f0b29], Content-Type=[application/merge-patch+json]}
2023-03-26T13:45:53.230Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T13:45:53.379Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?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/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:45:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[110640], x-aai-txid=[1-aai-resources-230326-13:45:52:909-48900], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:45:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:45:53.380Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a973de52-26f6-4337-b11f-8d1daf794bdc/model-vers/model-ver/cb72808b-e5fa-4148-956e-afd0328a529e?depth=0|INFO|500||InvokeReturn
2023-03-26T13:45:53.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:45:53.381Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T13:45:53.388Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|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-26T13:45:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42afef5-59b4-42fa-9c76-0cfa561f0b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-26T13:45:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-26T13:45:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:45:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:45:53.389Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838353389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:45:53.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:45:53.405Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a42afef5-59b4-42fa-9c76-0cfa561f0b29",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838353389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-26T13:45:53.405Z||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-26T13:45:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:45:54.422Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"23c906a7-c84c-41dc-b55b-dc525fe2da6a","serviceName":"vFW 2023-03-26 06-43-33","serviceVersion":"1.0","serviceUUID":"4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2","serviceDescription":"catalog service description","serviceInvariantUUID":"bc79f6a0-5573-4add-a061-7abc35b3326f","resources":[{"resourceInstanceName":"vFW b77d3cb2-7cab 0","resourceName":"vFW b77d3cb2-7cab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcc15653-c6c2-4f1d-aa35-b5f9b306325b","resourceInvariantUUID":"e1458c68-7f76-45b7-b591-e062843aaac5","resourceCustomizationUUID":"127206d3-3402-4732-8b9a-3322bea1c136","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml","artifactChecksum":"NmNhOTI0MWVjNTM0ZTM2OTAzZDYxMGMzNmYzM2Q3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3ca96f9-53c5-45bf-ac9f-0e18440afd80","artifactVersion":"1"},{"artifactName":"vfwb77d3cb27cab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json","artifactChecksum":"ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df176d55-40e9-45ea-9a27-c7bd299ea93f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55213307-2c36-433d-acfd-b888fca8e2e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGMxZTAxZWFjMTE3Y2RhNDY5YTE0MTEwZDQxYTRhZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d72a36-7305-43f9-926c-5489e73201e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3befd767-5106-4f52-843e-b6473f1b3216","artifactVersion":"2","generatedFromUUID":"55213307-2c36-433d-acfd-b888fca8e2e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326064333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml","artifactChecksum":"Y2MxMDZiMmVjNTNmNjJlNTYwN2Q0N2Q5ODg2OThlMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9cef2e-648d-4fa0-8d2d-20cf647a07ad","artifactVersion":"1"},{"artifactName":"service-Vfw20230326064333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar","artifactChecksum":"MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c69d024-5c58-41ea-8929-9aa4fd0b156c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:45:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:45:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:45:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:45:54.423Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:45:55.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:45:55.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:45:55.424Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:45:55.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:45:56.425Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:45:56.426Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:45:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:45:56.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:45:57.427Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:45:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:45:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:45:57.428Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:45:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:45:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:45:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:45:58.429Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:45:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:45:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:45:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:45:59.430Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:00.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:46:00.431Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:00.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:00.432Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:01.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "serviceName": "vFW 2023-03-26 06-43-33",
  "serviceVersion": "1.0",
  "serviceUUID": "4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bc79f6a0-5573-4add-a061-7abc35b3326f",
  "resources": [
    {
      "resourceInstanceName": "vFW b77d3cb2-7cab 0",
      "resourceCustomizationUUID": "127206d3-3402-4732-8b9a-3322bea1c136",
      "resourceName": "vFW b77d3cb2-7cab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcc15653-c6c2-4f1d-aa35-b5f9b306325b",
      "resourceInvariantUUID": "e1458c68-7f76-45b7-b591-e062843aaac5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb77d3cb27cab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
          "artifactChecksum": "ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df176d55-40e9-45ea-9a27-c7bd299ea93f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55213307-2c36-433d-acfd-b888fca8e2e0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
            "generatedFromUUID": "55213307-2c36-433d-acfd-b888fca8e2e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3befd767-5106-4f52-843e-b6473f1b3216",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326064333-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
      "artifactChecksum": "MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c69d024-5c58-41ea-8929-9aa4fd0b156c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:46:01.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:46:01.433Z|a42afef5-59b4-42fa-9c76-0cfa561f0b29|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 ASDC
2023-03-26T13:46:01.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23c906a7-c84c-41dc-b55b-dc525fe2da6a
ServiceName:vFW 2023-03-26 06-43-33
ServiceVersion:1.0
ServiceUUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
ServiceInvariantUUID:bc79f6a0-5573-4add-a061-7abc35b3326f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326064333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
ArtifactUUID:3c69d024-5c58-41ea-8929-9aa4fd0b156c
ArtifactChecksum:MDJmMzdiOTg2MWM5Yzc4NGVhYmRkN2UzNDIwMDY4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b77d3cb2-7cab 0
ResourceCustomizationUUID:127206d3-3402-4732-8b9a-3322bea1c136
ResourceInvariantUUID:e1458c68-7f76-45b7-b591-e062843aaac5
ResourceName:vFW b77d3cb2-7cab
ResourceType:VF
ResourceUUID:dcc15653-c6c2-4f1d-aa35-b5f9b306325b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb77d3cb27cab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json
ArtifactUUID:df176d55-40e9-45ea-9a27-c7bd299ea93f
ArtifactChecksum:ZDExZDEzZjM1M2JlZDFiMTI5ZjBjZTNkMmRiYzMyOTY=
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml
ArtifactUUID:55213307-2c36-433d-acfd-b888fca8e2e0
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
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/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env
ArtifactUUID:3befd767-5106-4f52-843e-b6473f1b3216
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:46:01.433Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2 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-26T13:46:01.469Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:46:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:46:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:46:01.470Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c from URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:46:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:46:01.471Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:46:01.805Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T13:46:01.807Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar 3c69d024-5c58-41ea-8929-9aa4fd0b156c 101514
2023-03-26T13:46:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:46:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar
2023-03-26T13:46:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:46:01.808Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:01.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:01.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838361808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:02.809Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:46:02.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:46:02.810Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c, URL: /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar to file: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:46:02.811Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326064333-csar.csar
2023-03-26T13:46:02.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:46:02.812Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:46:03.019Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17600610227167463492/Definitions/service-Vfw20230326064333-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-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b77d3cb2-7cab 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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.455Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-Vfw20230326064333-csar.csar
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:46:04.456Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:46:04.457Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is matching search criteria
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b77d3cb2-7cab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.458Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4176b1a8-8425-43fe-8d52-b3c81e97b30a
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:46:04.459Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8797350f-c4a3-4839-9b93-9450d9e05913
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vFW b77d3cb2-7cab 0 is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:46:04.460Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67332f3-5d25-40d5-89d2-1ced7da73899
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 06-43-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:04.461Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 06-43-33
Description:catalog service description
Model UUID:4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
Model Version:NULL
Model InvariantUuid:bc79f6a0-5573-4add-a061-7abc35b3326f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b77d3cb2-7cab
Model UUID:6a89de8b-a24d-48f5-a1be-674885fc3ead
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1458c68-7f76-45b7-b591-e062843aaac5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:127206d3-3402-4732-8b9a-3322bea1c136
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:717c1c56-faee-417e-9cad-a79db21fbb45
ModelName:VfwB77d3cb27cab..base_vfw..module-0
ModelUuid:c0e633a8-804d-433a-8db5-d7bee0029907
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4176b1a8-8425-43fe-8d52-b3c81e97b30a
ModelInvariantUuid:66b5f715-942b-4cb0-a947-6481eb1aa2ed
ModelName:vFW b77d3cb2-7cab-nodes.vfwCvfc
ModelUuid:6a6bc9ca-2430-4418-a624-46aeff6838fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3f96fa9a-ee4b-4ea1-8b2c-e14fc4ac12c8
ModelInvariantUuid:d1fd14d5-151a-4064-8018-ab21a6a920c0
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vfw
ModelUuid:3602d745-cc35-4c25-aa63-6d52e614e9a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8797350f-c4a3-4839-9b93-9450d9e05913
ModelInvariantUuid:56d2d98a-3320-430d-a084-caa876490adf
ModelName:vFW b77d3cb2-7cab-nodes.vsnCvfc
ModelUuid:38417e12-df90-476a-8b3b-5aa9e354d3fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ff7e156-6230-46a3-ac99-93a2baebb9a0
ModelInvariantUuid:a8934326-6c39-423e-9674-abbb29666c81
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vsn
ModelUuid:c4c98383-3ed1-4322-aa94-3b5bcd29bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c67332f3-5d25-40d5-89d2-1ced7da73899
ModelInvariantUuid:869f2453-ae08-4765-bee3-d09078cd6bb0
ModelName:vFW b77d3cb2-7cab-nodes.vpgCvfc
ModelUuid:55a30643-fbfb-405f-b21f-992545edff8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7ec632c8-8af3-4d67-9da8-22a559a77c37
ModelInvariantUuid:9615aa95-b14c-4c42-8a56-6f69d6427705
ModelName:VfwB77d3cb27cab.compute.nodes.heat.vpg
ModelUuid:46ee5fdc-514a-4c3d-b21e-baefd33b80f2
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-26T13:46:04.510Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists
2023-03-26T13:46:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:46:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists)
2023-03-26T13:46:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:46:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:04.511Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838364511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:05.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar ASDC sendASDCNotification
2023-03-26T13:46:05.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar(Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists)
2023-03-26T13:46:05.512Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:46:05.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:05.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:05.513Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838365512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:06.514Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:46:06.543Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:46:06.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:46:06.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:46:06.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:46:06.548Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:46:06.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:46:06.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:46:06.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:46:06.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:46:06.549Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T13:46:06.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:46:36.563Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a 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-26T13:46:36.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23c906a7-c84c-41dc-b55b-dc525fe2da6a and serviceModelVersionId: 4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2
2023-03-26T13:46:36.575Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc79f6a0-5573-4add-a061-7abc35b3326f
2023-03-26T13:46:36.576Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0
2023-03-26T13:46:36.582Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:46:36.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||Invoke
2023-03-26T13:46:36.600Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53681130-5161-4ed2-b3ba-9ecd1d3c0b29], X-ECOMP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], X-TransactionId=[], X-ONAP-RequestID=[23c906a7-c84c-41dc-b55b-dc525fe2da6a], Content-Type=[application/merge-patch+json]}
2023-03-26T13:46:36.606Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:46:36.725Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?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/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:46:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[209056], x-aai-txid=[1-aai-resources-230326-13:46:36:285-67960], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:46:36.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:46:36.726Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bc79f6a0-5573-4add-a061-7abc35b3326f/model-vers/model-ver/4d8a7bf1-08c1-4ea1-b0e1-863c89f8c3a2?depth=0|INFO|500||InvokeReturn
2023-03-26T13:46:36.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:46:36.727Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T13:46:36.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|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-26T13:46:36.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23c906a7-c84c-41dc-b55b-dc525fe2da6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:46:36.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:46:36.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:36.734Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:36.735Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838396734,
  "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-26T13:46:37.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:46:37.761Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"694f97ae-3204-4194-9f4d-532011130c78","serviceName":"vFW 2023-03-26 07-43-51","serviceVersion":"1.0","serviceUUID":"93901bce-c9a2-40f9-915c-5ebc03836acc","serviceDescription":"catalog service description","serviceInvariantUUID":"e36026f5-30cb-415d-87cd-61fed1a4bd61","resources":[{"resourceInstanceName":"vFW d6c0006b-f660 0","resourceName":"vFW d6c0006b-f660","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a2f913-beb5-4e43-927d-f251b8fe39fe","resourceInvariantUUID":"3131803f-def9-4f45-ac7c-d1ecd9170080","resourceCustomizationUUID":"e7156845-a17d-435d-85c2-1225b940dbc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMjUxZmFhMmQwYTE3NmNiYzAyZmY4ZmVkYjNkNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e0fb03-d586-42c9-aa95-82b8ade93219","artifactVersion":"1"},{"artifactName":"vfwd6c0006bf6600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json","artifactChecksum":"N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e69af043-6d34-4864-9a3e-688583d81146","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml","artifactChecksum":"ZjYxZTA0NjBmNjU0OWIxZjA1MTMyZWNjNzhiZWI2Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97c7ba8-618b-4e03-9f03-1f65d4609f5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b","artifactVersion":"2","generatedFromUUID":"db302ee8-0dd8-4a10-bed0-a4dfa2858f74"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230326074351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml","artifactChecksum":"NDBmNTE0NmM2MTIzZTdmN2NhMDk1NmJjZGM5N2FlMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b7419ad-5274-4bcc-bc80-c45dcfc9fc9d","artifactVersion":"1"},{"artifactName":"service-Vfw20230326074351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar","artifactChecksum":"NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"352e3ccf-0e01-44fe-b0f6-90a9f23d953e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:46:37.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:46:37.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:37.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:37.762Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:38.764Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:46:38.764Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:38.764Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:38.764Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:39.765Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:46:39.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:39.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:39.766Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:40.767Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:46:40.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:40.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:40.768Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:41.769Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:46:41.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:41.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:41.770Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:42.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:46:42.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:42.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:42.771Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:46:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vfwb77d3cb27cab0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:46:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:46:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:46:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/resourceInstances/vfwb77d3cb27cab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T13:46:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:46:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:46:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838361808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:46:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838364511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3c69d024-5c58-41ea-8929-9aa4fd0b156c already exists"
}
2023-03-26T13:46:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838365512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326064333/1.0/artifacts/service-Vfw20230326064333-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dcc15653-c6c2-4f1d-aa35-b5f9b306325b already exists"
}
2023-03-26T13:46:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "23c906a7-c84c-41dc-b55b-dc525fe2da6a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838396734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:46:43.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.672Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:46:43.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:46:43.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:46:43.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.673Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:46:43.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.675Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-26T13:46:43.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:46:43.675Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:46:43.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:46:43.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:46:43.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:43.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:43.773Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:44.774Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "serviceName": "vFW 2023-03-26 07-43-51",
  "serviceVersion": "1.0",
  "serviceUUID": "93901bce-c9a2-40f9-915c-5ebc03836acc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e36026f5-30cb-415d-87cd-61fed1a4bd61",
  "resources": [
    {
      "resourceInstanceName": "vFW d6c0006b-f660 0",
      "resourceCustomizationUUID": "e7156845-a17d-435d-85c2-1225b940dbc7",
      "resourceName": "vFW d6c0006b-f660",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a2f913-beb5-4e43-927d-f251b8fe39fe",
      "resourceInvariantUUID": "3131803f-def9-4f45-ac7c-d1ecd9170080",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd6c0006bf6600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json",
          "artifactChecksum": "N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e69af043-6d34-4864-9a3e-688583d81146",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
            "generatedFromUUID": "db302ee8-0dd8-4a10-bed0-a4dfa2858f74"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230326074351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
      "artifactChecksum": "NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "352e3ccf-0e01-44fe-b0f6-90a9f23d953e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:46:44.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:46:44.775Z|23c906a7-c84c-41dc-b55b-dc525fe2da6a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93901bce-c9a2-40f9-915c-5ebc03836acc ASDC
2023-03-26T13:46:44.775Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:694f97ae-3204-4194-9f4d-532011130c78
ServiceName:vFW 2023-03-26 07-43-51
ServiceVersion:1.0
ServiceUUID:93901bce-c9a2-40f9-915c-5ebc03836acc
ServiceInvariantUUID:e36026f5-30cb-415d-87cd-61fed1a4bd61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230326074351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
ArtifactUUID:352e3ccf-0e01-44fe-b0f6-90a9f23d953e
ArtifactChecksum:NzlkODQ3YzJiZmM5NTRiYTE5ZTJiMzQ2YTQ4MjdlMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6c0006b-f660 0
ResourceCustomizationUUID:e7156845-a17d-435d-85c2-1225b940dbc7
ResourceInvariantUUID:3131803f-def9-4f45-ac7c-d1ecd9170080
ResourceName:vFW d6c0006b-f660
ResourceType:VF
ResourceUUID:71a2f913-beb5-4e43-927d-f251b8fe39fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6c0006bf6600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/vfwd6c0006bf6600_modules.json
ArtifactUUID:e69af043-6d34-4864-9a3e-688583d81146
ArtifactChecksum:N2I4NzAwNzkwYWU5ODIzOTNlODBmZTMwZjM3MGUzNmI=
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.yaml
ArtifactUUID:db302ee8-0dd8-4a10-bed0-a4dfa2858f74
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
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/Vfw20230326074351/1.0/resourceInstances/vfwd6c0006bf6600/artifacts/base_vfw.env
ArtifactUUID:a4e9114b-ad1b-4df6-b7d8-9d31032c5f7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:46:44.775Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93901bce-c9a2-40f9-915c-5ebc03836acc 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-26T13:46:44.816Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:46:44.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:46:44.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:46:44.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e from URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:46:44.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:46:44.817Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:46:45.410Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T13:46:45.413Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar 352e3ccf-0e01-44fe-b0f6-90a9f23d953e 101522
2023-03-26T13:46:45.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:46:45.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar
2023-03-26T13:46:45.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:46:45.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:45.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:45.414Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838405414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:46.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:46:46.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:46:46.415Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e, URL: /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar to file: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:46:46.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230326074351-csar.csar
2023-03-26T13:46:46.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:46:46.416Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:46:46.519Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8544378853712089959/Definitions/service-Vfw20230326074351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.974Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6c0006b-f660 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-Vfw20230326074351-csar.csar
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:46:47.975Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.976Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is matching search criteria
2023-03-26T13:46:47.977Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d6c0006b-f660 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdd9b69f-2ccd-4195-8e40-1731f6594933
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.978Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06dc25a8-887c-46c9-96ff-15bef36f6637
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.979Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vFW d6c0006b-f660 0 is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-26T13:46:47.980Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2106bf4b-3d51-4301-8baa-cabe25336a89
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-26 07-43-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:46:47.981Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-26 07-43-51
Description:catalog service description
Model UUID:93901bce-c9a2-40f9-915c-5ebc03836acc
Model Version:NULL
Model InvariantUuid:e36026f5-30cb-415d-87cd-61fed1a4bd61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d6c0006b-f660
Model UUID:b2ce4ca5-35d6-4bf9-99bd-8784e7d29d21
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3131803f-def9-4f45-ac7c-d1ecd9170080
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7156845-a17d-435d-85c2-1225b940dbc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2300d259-b2a3-40c3-b819-759590b04308
ModelName:VfwD6c0006bF660..base_vfw..module-0
ModelUuid:e0ee050a-169c-4817-ba0f-1c7ef760e80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cdd9b69f-2ccd-4195-8e40-1731f6594933
ModelInvariantUuid:497b552b-10c3-4925-97d0-06f82707ee24
ModelName:vFW d6c0006b-f660-nodes.vfwCvfc
ModelUuid:ffe4f0bf-079d-4d0e-b3c9-848c18256ac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3de75936-ad82-4725-bea6-d562e89dc328
ModelInvariantUuid:fa047ef7-913b-4004-ab02-3e3435d8ea89
ModelName:VfwD6c0006bF660.compute.nodes.heat.vfw
ModelUuid:d976eff6-b748-430d-8814-bde4949b07bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06dc25a8-887c-46c9-96ff-15bef36f6637
ModelInvariantUuid:4c0a34cc-6dcf-4315-98e3-730570eebf51
ModelName:vFW d6c0006b-f660-nodes.vsnCvfc
ModelUuid:a6a94c87-9324-4e5b-8166-85b3248a3718
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c4d98d-4993-48c4-8850-2dc92230af4b
ModelInvariantUuid:b41930f0-c73e-40a6-b382-bb7b36075085
ModelName:VfwD6c0006bF660.compute.nodes.heat.vsn
ModelUuid:dde79b8d-d967-4581-b578-ab8d4a450361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2106bf4b-3d51-4301-8baa-cabe25336a89
ModelInvariantUuid:30d0dc3b-10d5-4adf-9427-8857f41c228b
ModelName:vFW d6c0006b-f660-nodes.vpgCvfc
ModelUuid:58279a0d-cb55-45c7-98aa-9bd69a7dafd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b309ac2e-cfa6-457d-b481-db9907dcadb4
ModelInvariantUuid:3ccd07ee-d980-4fc6-b65f-512b2e237357
ModelName:VfwD6c0006bF660.compute.nodes.heat.vpg
ModelUuid:303d4283-4088-4a11-b619-b901fb0f52c3
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-26T13:46:48.033Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||ERROR|500||Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists
2023-03-26T13:46:48.033Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:46:48.034Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists)
2023-03-26T13:46:48.034Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:46:48.034Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:48.034Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:48.034Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838408033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:49.035Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar ASDC sendASDCNotification
2023-03-26T13:46:49.035Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar(Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists)
2023-03-26T13:46:49.036Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:46:49.036Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:46:49.036Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:46:49.036Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838409035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:46:50.037Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:46:50.065Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:46:50.069Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:46:50.069Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:46:50.069Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:46:50.069Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:46:50.069Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:46:50.069Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:46:50.070Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:46:50.070Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:46:50.070Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T13:46:50.085Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:47:20.087Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 694f97ae-3204-4194-9f4d-532011130c78 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-26T13:47:20.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 694f97ae-3204-4194-9f4d-532011130c78 and serviceModelVersionId: 93901bce-c9a2-40f9-915c-5ebc03836acc
2023-03-26T13:47:20.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e36026f5-30cb-415d-87cd-61fed1a4bd61
2023-03-26T13:47:20.102Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0
2023-03-26T13:47:20.106Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:47:20.116Z|694f97ae-3204-4194-9f4d-532011130c78|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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?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-26T13:47:20.117Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||Invoke
2023-03-26T13:47:20.123Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:47:20.262Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0|INFO|500||InvokeReturn
2023-03-26T13:47:20.263Z|694f97ae-3204-4194-9f4d-532011130c78|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/e36026f5-30cb-415d-87cd-61fed1a4bd61/model-vers/model-ver/93901bce-c9a2-40f9-915c-5ebc03836acc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:47:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[180296], x-aai-txid=[0-aai-resources-230326-13:47:19:800-24862], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:47:20.263Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:47:20.263Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:47:20.263Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T13:47:20.271Z|694f97ae-3204-4194-9f4d-532011130c78|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-26T13:47:20.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 694f97ae-3204-4194-9f4d-532011130c78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:47:20.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:47:20.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:20.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:20.272Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838440272,
  "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-26T13:47:21.300Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:47:21.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ebfedda9-e63b-4958-ad54-71c5240a011e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fa2e869-c8bc-4669-a5ee-7b770c7ccc39","serviceDescription":"service","serviceInvariantUUID":"de8e863f-f8e2-46a0-bb1a-bb8337062262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41886b6c-0e54-4322-9e19-9137ee1b08ed","resourceInvariantUUID":"8b38a8db-d500-44de-bc8f-4448c7fecab7","resourceCustomizationUUID":"3b75a596-64f3-4c1e-beb2-bf6a72ef710c","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":"YzIyOTVkMDAxM2U3M2JmNzRkODg5YzljNTkxOGNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da54c5c3-6ed0-4482-86bc-0e5464822d0d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63aa8db7-a87c-4f24-8dc2-e279ccef5967","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:47:21.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:47:21.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:21.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:21.301Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:47:22.302Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:47:22.302Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:22.302Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:22.302Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:47:23.304Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fa2e869-c8bc-4669-a5ee-7b770c7ccc39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de8e863f-f8e2-46a0-bb1a-bb8337062262",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b75a596-64f3-4c1e-beb2-bf6a72ef710c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41886b6c-0e54-4322-9e19-9137ee1b08ed",
      "resourceInvariantUUID": "8b38a8db-d500-44de-bc8f-4448c7fecab7",
      "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": "ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63aa8db7-a87c-4f24-8dc2-e279ccef5967"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:47:23.304Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:47:23.304Z|694f97ae-3204-4194-9f4d-532011130c78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 ASDC
2023-03-26T13:47:23.304Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ebfedda9-e63b-4958-ad54-71c5240a011e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
ServiceInvariantUUID:de8e863f-f8e2-46a0-bb1a-bb8337062262
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:63aa8db7-a87c-4f24-8dc2-e279ccef5967
ArtifactChecksum:ODBjNzk3MDllMDViNzExYzZmMDkyZDcyYWU1MmY3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b75a596-64f3-4c1e-beb2-bf6a72ef710c
ResourceInvariantUUID:8b38a8db-d500-44de-bc8f-4448c7fecab7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41886b6c-0e54-4322-9e19-9137ee1b08ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-26T13:47:23.304Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39 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-26T13:47:23.348Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:47:23.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:47:23.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:47:23.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-26T13:47:23.349Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:47:23.350Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@159e17f8
2023-03-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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 63aa8db7-a87c-4f24-8dc2-e279ccef5967 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:23.376Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838443376,
  "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-26T13:47:24.378Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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:63aa8db7-a87c-4f24-8dc2-e279ccef5967)
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-26T13:47:24.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists
2023-03-26T13:47:24.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:24.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists)
2023-03-26T13:47:24.424Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:47:24.425Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:24.425Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:24.425Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838444424,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:47:25.426Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:25.427Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists)
2023-03-26T13:47:25.427Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:47:25.427Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:25.427Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:25.427Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838445426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:47:26.428Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:47:26.455Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:47:26.459Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:47:26.459Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:47:26.459Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:47:26.459Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:47:26.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:47:26.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:47:26.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:47:26.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:47:26.460Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:26.476Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:47:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:47:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:47:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:47:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:47:56.477Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebfedda9-e63b-4958-ad54-71c5240a011e 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-26T13:47:56.488Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebfedda9-e63b-4958-ad54-71c5240a011e and serviceModelVersionId: 2fa2e869-c8bc-4669-a5ee-7b770c7ccc39
2023-03-26T13:47:56.489Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8e863f-f8e2-46a0-bb1a-bb8337062262
2023-03-26T13:47:56.489Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0
2023-03-26T13:47:56.496Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:47:56.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||Invoke
2023-03-26T13:47:56.526Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[79d72da9-27d0-4787-aef1-0495b1c0ad17], X-ECOMP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], X-TransactionId=[], X-ONAP-RequestID=[ebfedda9-e63b-4958-ad54-71c5240a011e], Content-Type=[application/merge-patch+json]}
2023-03-26T13:47:56.534Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:47:56.668Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?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/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:47:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[167992], x-aai-txid=[1-aai-resources-230326-13:47:56:213-64438], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:47:56.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:47:56.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de8e863f-f8e2-46a0-bb1a-bb8337062262/model-vers/model-ver/2fa2e869-c8bc-4669-a5ee-7b770c7ccc39?depth=0|INFO|500||InvokeReturn
2023-03-26T13:47:56.669Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:47:56.670Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:56.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|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-26T13:47:56.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebfedda9-e63b-4958-ad54-71c5240a011e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:47:56.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:47:56.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:56.678Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:56.679Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838476678,
  "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-26T13:47:57.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:47:57.703Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"54811cc3-fa7e-4cba-8608-1e27548128c8","serviceName":"Demo_pNF_MzUESIAftwvCxINAoo8U","serviceVersion":"1.0","serviceUUID":"c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf","serviceDescription":"catalog service description","serviceInvariantUUID":"9fb4ba36-0488-46b2-87ab-95e947e894e4","resources":[{"resourceInstanceName":"pNF 928b2d9c-96c8 0","resourceName":"pNF 928b2d9c-96c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31e62307-9a7f-40c8-97f6-a0338313454e","resourceInvariantUUID":"129e0c47-d505-42a5-a8a5-9aa88a4e0e91","resourceCustomizationUUID":"16b5b56e-b53e-4d29-9021-b36eb40ee13d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml","artifactChecksum":"YjJkNzBiNzYwMDlhNzUxZTE2NDEzZjk2MjRiZmZkNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef62bcf-cad5-437c-a568-31ea6f57c0a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b12fad0-6565-4bb9-b1bb-baa763854569","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a62ee565-74b3-40ce-b5b1-bf486870aced","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml","artifactChecksum":"NWIyZDU2OGU5MGYwNTA2YmQ0YTg5YTcxNGM3MTM5MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23adde10-d113-43bf-8bc5-ad353108c83a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adb2b554-de20-4a23-bfe1-9635ea5ca7a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d5d3a9-0fef-49ac-960c-0392d092417c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml","artifactChecksum":"ZTg4M2ZhOGJjYzA3MWZhM2Q2NmMxZTVmZWY1ZTVmNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6e5a7e-1244-425c-97d4-f413184c39fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar","artifactChecksum":"ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c778394-cd42-4f89-9292-505134f774f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:47:57.704Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:47:57.704Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:57.704Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:57.704Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:47:58.704Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:47:58.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:58.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:58.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:47:59.705Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:47:59.706Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:47:59.706Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:47:59.706Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:00.707Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:00.707Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:00.707Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:00.708Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:01.709Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:01.710Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:01.710Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:01.710Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:02.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:02.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:02.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:02.711Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:03.712Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:03.712Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:03.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:03.713Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:04.714Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:04.714Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:04.714Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:04.714Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:05.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "serviceName": "Demo_pNF_MzUESIAftwvCxINAoo8U",
  "serviceVersion": "1.0",
  "serviceUUID": "c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fb4ba36-0488-46b2-87ab-95e947e894e4",
  "resources": [
    {
      "resourceInstanceName": "pNF 928b2d9c-96c8 0",
      "resourceCustomizationUUID": "16b5b56e-b53e-4d29-9021-b36eb40ee13d",
      "resourceName": "pNF 928b2d9c-96c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31e62307-9a7f-40c8-97f6-a0338313454e",
      "resourceInvariantUUID": "129e0c47-d505-42a5-a8a5-9aa88a4e0e91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
      "artifactChecksum": "ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c778394-cd42-4f89-9292-505134f774f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:48:05.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:48:05.715Z|ebfedda9-e63b-4958-ad54-71c5240a011e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf ASDC
2023-03-26T13:48:05.716Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:54811cc3-fa7e-4cba-8608-1e27548128c8
ServiceName:Demo_pNF_MzUESIAftwvCxINAoo8U
ServiceVersion:1.0
ServiceUUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
ServiceInvariantUUID:9fb4ba36-0488-46b2-87ab-95e947e894e4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
ArtifactUUID:5c778394-cd42-4f89-9292-505134f774f4
ArtifactChecksum:ODRlMGY2MGE2NTdiZDNjYjcxY2YzOWM5NTZjZDNjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 928b2d9c-96c8 0
ResourceCustomizationUUID:16b5b56e-b53e-4d29-9021-b36eb40ee13d
ResourceInvariantUUID:129e0c47-d505-42a5-a8a5-9aa88a4e0e91
ResourceName:pNF 928b2d9c-96c8
ResourceType:PNF
ResourceUUID:31e62307-9a7f-40c8-97f6-a0338313454e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:48:05.716Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf 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-26T13:48:05.759Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:48:05.760Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:48:05.760Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:48:05.760Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4 from URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:05.760Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:48:05.760Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:06.054Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T13:48:06.056Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar 5c778394-cd42-4f89-9292-505134f774f4 88001
2023-03-26T13:48:06.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:48:06.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:06.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:48:06.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:06.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:06.057Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838486057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:07.058Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:48:07.059Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:48:07.059Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5c778394-cd42-4f89-9292-505134f774f4, URL: /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar to file: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.060Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.060Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.060Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.191Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12106096832459192697/Definitions/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml
2023-03-26T13:48:07.737Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:48:07.737Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 928b2d9c-96c8 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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:48:07.738Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Node template pNF 928b2d9c-96c8 0 is matching search criteria
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 928b2d9c-96c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:48:07.739Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:48:07.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MzUESIAftwvCxINAoo8U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:48:07.740Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MzUESIAftwvCxINAoo8U
Description:catalog service description
Model UUID:c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
Model Version:NULL
Model InvariantUuid:9fb4ba36-0488-46b2-87ab-95e947e894e4
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-26T13:48:07.789Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists
2023-03-26T13:48:07.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:48:07.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists)
2023-03-26T13:48:07.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:48:07.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:07.790Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:07.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838487790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:08.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar ASDC sendASDCNotification
2023-03-26T13:48:08.791Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar(Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists)
2023-03-26T13:48:08.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:48:08.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:08.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:08.792Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838488791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:09.793Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:48:09.820Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:48:09.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:48:09.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:48:09.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:48:09.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:48:09.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:48:09.825Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:48:09.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:48:09.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:48:09.826Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T13:48:09.841Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:48:39.842Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 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-26T13:48:39.854Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54811cc3-fa7e-4cba-8608-1e27548128c8 and serviceModelVersionId: c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf
2023-03-26T13:48:39.855Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fb4ba36-0488-46b2-87ab-95e947e894e4
2023-03-26T13:48:39.855Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0
2023-03-26T13:48:39.862Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:48:39.876Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||Invoke
2023-03-26T13:48:39.877Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eed76b81-a033-48f0-8221-855e6af7307e], X-ECOMP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], X-TransactionId=[], X-ONAP-RequestID=[54811cc3-fa7e-4cba-8608-1e27548128c8], Content-Type=[application/merge-patch+json]}
2023-03-26T13:48:39.882Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:48:40.038Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?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/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:48:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[213160], x-aai-txid=[1-aai-resources-230326-13:48:39:561-52040], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:48:40.038Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:48:40.039Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9fb4ba36-0488-46b2-87ab-95e947e894e4/model-vers/model-ver/c7c1fbf7-2de1-4cba-bfd6-6f668a5757cf?depth=0|INFO|500||InvokeReturn
2023-03-26T13:48:40.039Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:48:40.039Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T13:48:40.049Z|54811cc3-fa7e-4cba-8608-1e27548128c8|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-26T13:48:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54811cc3-fa7e-4cba-8608-1e27548128c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:48:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:48:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:40.050Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838520050,
  "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-26T13:48:41.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:48:41.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"45a13afc-1931-4ac1-82dc-ae73d7d0d78a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15226351-aa5c-4786-8eab-b1179e9b155a","serviceDescription":"service","serviceInvariantUUID":"a6e49bfc-b81e-4213-b1a6-8037b87a6b83","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b76b266-736f-4d76-b3f2-3f6713d3648d","resourceInvariantUUID":"2bb650aa-ce43-4642-80b2-28552a3fd35f","resourceCustomizationUUID":"ece2fffe-4c8b-4baa-9011-a708c618c460","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":"Yjk4ZjI1ZjQ5ZDVkMmZhMjdjYTUxZTNmMGZjNjIzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43b9c5a-e4ef-433d-9fe8-43304b6bad3a","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":"ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02dc652e-ecda-46af-b114-c117e9a3246a","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":"cca847d1-98c5-472b-9e53-13a14401bd41","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":"97a98eac-2fa1-4152-944f-072ff758581d","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":"6dcb492b-d74f-48d7-82bb-9595e50fb140","artifactVersion":"2","generatedFromUUID":"cca847d1-98c5-472b-9e53-13a14401bd41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmM0YmU2YjE3MDAyZjA2YmMyZjJjNTg1MDY2MjA3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c389827-a660-4c98-ad07-b581b0d26c84","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:48:41.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:41.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:41.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:41.079Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:48:42.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:42.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:42.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:42.080Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:48:43.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:43.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:43.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:43.081Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:48:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838405414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838408033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 352e3ccf-0e01-44fe-b0f6-90a9f23d953e already exists"
}
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838409035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230326074351/1.0/artifacts/service-Vfw20230326074351-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 71a2f913-beb5-4e43-927d-f251b8fe39fe already exists"
}
2023-03-26T13:48:43.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "694f97ae-3204-4194-9f4d-532011130c78",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838440272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838443376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838444424,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63aa8db7-a87c-4f24-8dc2-e279ccef5967 already exists"
}
2023-03-26T13:48:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:48:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838445426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 41886b6c-0e54-4322-9e19-9137ee1b08ed already exists"
}
2023-03-26T13:48:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:48:44.082Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:44.082Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:44.082Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:44.082Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:48:45.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:45.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:45.083Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:45.084Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:48:46.084Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:46.084Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:46.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:46.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:48:47.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:48:47.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:47.085Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:47.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:48.086Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15226351-aa5c-4786-8eab-b1179e9b155a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6e49bfc-b81e-4213-b1a6-8037b87a6b83",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ece2fffe-4c8b-4baa-9011-a708c618c460",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b76b266-736f-4d76-b3f2-3f6713d3648d",
      "resourceInvariantUUID": "2bb650aa-ce43-4642-80b2-28552a3fd35f",
      "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": "ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02dc652e-ecda-46af-b114-c117e9a3246a",
          "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": "cca847d1-98c5-472b-9e53-13a14401bd41",
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
            "generatedFromUUID": "cca847d1-98c5-472b-9e53-13a14401bd41"
          },
          "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": "6dcb492b-d74f-48d7-82bb-9595e50fb140",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:48:48.087Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:48:48.087Z|54811cc3-fa7e-4cba-8608-1e27548128c8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15226351-aa5c-4786-8eab-b1179e9b155a ASDC
2023-03-26T13:48:48.087Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:45a13afc-1931-4ac1-82dc-ae73d7d0d78a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15226351-aa5c-4786-8eab-b1179e9b155a
ServiceInvariantUUID:a6e49bfc-b81e-4213-b1a6-8037b87a6b83
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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a
ArtifactChecksum:NTI1OTQ2MzkyNTRkMmQwMzk2NjM0MjljZmQ2YmQ2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ece2fffe-4c8b-4baa-9011-a708c618c460
ResourceInvariantUUID:2bb650aa-ce43-4642-80b2-28552a3fd35f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1b76b266-736f-4d76-b3f2-3f6713d3648d
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:02dc652e-ecda-46af-b114-c117e9a3246a
ArtifactChecksum:ZmE1OWRmM2U4YmU2YTFhZTAwNWZmYTZmOGVlZTI3ODc=
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:cca847d1-98c5-472b-9e53-13a14401bd41
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
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:6dcb492b-d74f-48d7-82bb-9595e50fb140
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:48:48.087Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15226351-aa5c-4786-8eab-b1179e9b155a 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-26T13:48:48.134Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:48:48.135Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:48:48.135Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:48:48.135Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-26T13:48:48.135Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:48:48.135Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:48:48.160Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T13:48:48.161Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42e7152b
2023-03-26T13:48:48.161Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:48:48.161Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:48:48.161Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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 c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:48:48.162Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:48:48.162Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:48:48.162Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:48:48.162Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:48.162Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:48.162Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838528161,
  "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-26T13:48:49.164Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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:c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a)
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-26T13:48:49.214Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||ERROR|500||Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists
2023-03-26T13:48:49.215Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:48:49.215Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists)
2023-03-26T13:48:49.215Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:48:49.215Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:49.216Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:49.216Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838529215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:50.217Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:48:50.217Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists)
2023-03-26T13:48:50.217Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:48:50.218Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:48:50.218Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:48:50.218Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838530217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:48:51.219Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:48:51.245Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:48:51.249Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:48:51.263Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:49:21.264Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a 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-26T13:49:21.288Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and serviceModelVersionId: 15226351-aa5c-4786-8eab-b1179e9b155a
2023-03-26T13:49:21.289Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6e49bfc-b81e-4213-b1a6-8037b87a6b83
2023-03-26T13:49:21.289Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0
2023-03-26T13:49:21.296Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:49:21.309Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||Invoke
2023-03-26T13:49:21.310Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a5c238c-cd12-41fc-b298-e2808009a8f3], X-ECOMP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], X-TransactionId=[], X-ONAP-RequestID=[45a13afc-1931-4ac1-82dc-ae73d7d0d78a], Content-Type=[application/merge-patch+json]}
2023-03-26T13:49:21.318Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:49:21.456Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?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/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:49:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[184376], x-aai-txid=[2-aai-resources-230326-13:49:20:997-83195], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:49:21.456Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:49:21.456Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a6e49bfc-b81e-4213-b1a6-8037b87a6b83/model-vers/model-ver/15226351-aa5c-4786-8eab-b1179e9b155a?depth=0|INFO|500||InvokeReturn
2023-03-26T13:49:21.456Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:49:21.456Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:49:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|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-26T13:49:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a13afc-1931-4ac1-82dc-ae73d7d0d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:49:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:49:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:21.463Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838561463,
  "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-26T13:49:22.491Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:49:22.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"766f8b52-dc75-4c8f-ad73-ec28204d491e","serviceName":"Demo_pNF_9KqEMbgJuA2od4ii3F4J","serviceVersion":"1.0","serviceUUID":"f5279e93-ea07-4d4b-bc08-5b7289cfc6ba","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80d702-7cb9-401b-a541-49480cf5e09c","resources":[{"resourceInstanceName":"pNF c9375d0d-2cbf 0","resourceName":"pNF c9375d0d-2cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7845d81d-9e79-4c8b-b990-120fce1595b9","resourceInvariantUUID":"710d23a6-8c09-4391-b2aa-4bdafc007b87","resourceCustomizationUUID":"f0c8db53-39f3-4490-8897-77b54efde16a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml","artifactChecksum":"OTA2ZjNiMWI0YTcyZDU5ODYxYjZmZTkxNzM5NDZiMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea9ca8a-c971-4bde-adc1-e8641db385ee","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a78d8001-a798-4305-b955-1d1f216237c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91e3976-b629-44b5-ac7e-e2104baaccef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE0MDE1MzkxOTM1OTY4ZjAzMTQ5ZjM3Y2EwYmFiOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cce3e6e-dfc3-47a8-b6c6-61c898e7d490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2cff0d4-87a1-4e7f-985d-42857bf4d2e9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0124c691-d653-4bd8-9ac0-2e35c98cff3b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml","artifactChecksum":"ZTU3MjAxYWI0OWM2MDNjNDJmZmIxYzk4OTc2YmUzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"452ad719-14a0-404f-9729-93bb2b80dfd8","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar","artifactChecksum":"ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c739ca3d-6315-4b56-8790-22957511984c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:49:22.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:49:22.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:22.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:22.492Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:23.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:49:23.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:23.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:23.493Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:24.494Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:49:24.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:24.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:24.495Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:25.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:49:25.496Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:25.497Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:25.497Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:26.498Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:49:26.498Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:26.498Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:26.498Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:27.499Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:49:27.499Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:27.500Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:27.500Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:28.500Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:49:28.501Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:28.501Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:28.501Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:29.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:49:29.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:29.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:29.502Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:30.503Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "serviceName": "Demo_pNF_9KqEMbgJuA2od4ii3F4J",
  "serviceVersion": "1.0",
  "serviceUUID": "f5279e93-ea07-4d4b-bc08-5b7289cfc6ba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80d702-7cb9-401b-a541-49480cf5e09c",
  "resources": [
    {
      "resourceInstanceName": "pNF c9375d0d-2cbf 0",
      "resourceCustomizationUUID": "f0c8db53-39f3-4490-8897-77b54efde16a",
      "resourceName": "pNF c9375d0d-2cbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7845d81d-9e79-4c8b-b990-120fce1595b9",
      "resourceInvariantUUID": "710d23a6-8c09-4391-b2aa-4bdafc007b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
      "artifactChecksum": "ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c739ca3d-6315-4b56-8790-22957511984c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:49:30.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:49:30.504Z|45a13afc-1931-4ac1-82dc-ae73d7d0d78a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5279e93-ea07-4d4b-bc08-5b7289cfc6ba ASDC
2023-03-26T13:49:30.504Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:766f8b52-dc75-4c8f-ad73-ec28204d491e
ServiceName:Demo_pNF_9KqEMbgJuA2od4ii3F4J
ServiceVersion:1.0
ServiceUUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
ServiceInvariantUUID:7c80d702-7cb9-401b-a541-49480cf5e09c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
ArtifactUUID:c739ca3d-6315-4b56-8790-22957511984c
ArtifactChecksum:ZWJlZGQ3YjgzNWRkYmZlNjllNTNmOGM5ZTM5NGJkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9375d0d-2cbf 0
ResourceCustomizationUUID:f0c8db53-39f3-4490-8897-77b54efde16a
ResourceInvariantUUID:710d23a6-8c09-4391-b2aa-4bdafc007b87
ResourceName:pNF c9375d0d-2cbf
ResourceType:PNF
ResourceUUID:7845d81d-9e79-4c8b-b990-120fce1595b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:49:30.504Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5279e93-ea07-4d4b-bc08-5b7289cfc6ba 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-26T13:49:30.538Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:49:30.539Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:49:30.539Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:49:30.539Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c739ca3d-6315-4b56-8790-22957511984c from URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:30.539Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:49:30.539Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:30.874Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T13:49:30.876Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar c739ca3d-6315-4b56-8790-22957511984c 88016
2023-03-26T13:49:30.876Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:49:30.876Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:30.877Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:49:30.877Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:30.877Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:30.877Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838570876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:31.878Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:49:31.879Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:49:31.879Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c739ca3d-6315-4b56-8790-22957511984c, URL: /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar to file: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:31.879Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:31.880Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:31.880Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:31.974Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9758272942923780572/Definitions/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml
2023-03-26T13:49:32.610Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9375d0d-2cbf 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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-DemoPnf9kqembgjua2od4ii3f4j-csar.csar
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Node template pNF c9375d0d-2cbf 0 is matching search criteria
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c9375d0d-2cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:49:32.611Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:49:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:49:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:49:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:49:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:49:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:49:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:49:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9KqEMbgJuA2od4ii3F4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:49:32.612Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9KqEMbgJuA2od4ii3F4J
Description:catalog service description
Model UUID:f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
Model Version:NULL
Model InvariantUuid:7c80d702-7cb9-401b-a541-49480cf5e09c
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-26T13:49:32.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||ERROR|500||Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists
2023-03-26T13:49:32.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:49:32.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists)
2023-03-26T13:49:32.660Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:49:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:32.661Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838572660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar ASDC sendASDCNotification
2023-03-26T13:49:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar(Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists)
2023-03-26T13:49:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:49:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:49:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:49:33.662Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838573662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:34.663Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:49:34.688Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:49:34.691Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T13:49:34.702Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:49:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:49:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebfedda9-e63b-4958-ad54-71c5240a011e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838476678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:49:43.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/resourceInstances/pnf928b2d9c96c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838486057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:49:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838487790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5c778394-cd42-4f89-9292-505134f774f4 already exists"
}
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838488791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMzuesiaftwvcxinaoo8u/1.0/artifacts/service-DemoPnfMzuesiaftwvcxinaoo8u-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 31e62307-9a7f-40c8-97f6-a0338313454e already exists"
}
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "54811cc3-fa7e-4cba-8608-1e27548128c8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838520050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:49:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:49:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:49:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:04.702Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e 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-26T13:50:04.716Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 766f8b52-dc75-4c8f-ad73-ec28204d491e and serviceModelVersionId: f5279e93-ea07-4d4b-bc08-5b7289cfc6ba
2023-03-26T13:50:04.716Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80d702-7cb9-401b-a541-49480cf5e09c
2023-03-26T13:50:04.717Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0
2023-03-26T13:50:04.723Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:50:04.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||Invoke
2023-03-26T13:50:04.740Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d384f488-2346-465c-9623-2c3c5bc4ae19], X-ECOMP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], X-TransactionId=[], X-ONAP-RequestID=[766f8b52-dc75-4c8f-ad73-ec28204d491e], Content-Type=[application/merge-patch+json]}
2023-03-26T13:50:04.747Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:50:04.892Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?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/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:50:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[270496], x-aai-txid=[1-aai-resources-230326-13:50:04:426-60215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:50:04.893Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:50:04.893Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7c80d702-7cb9-401b-a541-49480cf5e09c/model-vers/model-ver/f5279e93-ea07-4d4b-bc08-5b7289cfc6ba?depth=0|INFO|500||InvokeReturn
2023-03-26T13:50:04.894Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:50:04.894Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T13:50:04.902Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|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-26T13:50:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 766f8b52-dc75-4c8f-ad73-ec28204d491e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:50:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:50:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:04.903Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:04.904Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838604903,
  "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-26T13:50:05.932Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:50:05.932Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"714d5c25-7f69-4080-9d25-cd072657e186","serviceName":"Demo_pNF_VkwZ1IMxrFDFu9LzByIb","serviceVersion":"1.0","serviceUUID":"70141569-12fb-43d3-b400-bca3e34449f7","serviceDescription":"catalog service description","serviceInvariantUUID":"923cfa47-e90b-48b7-9799-550bcfb287f8","resources":[{"resourceInstanceName":"pNF db00e4da-dc03 0","resourceName":"pNF db00e4da-dc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"26f501bd-594f-4e6b-b0b0-cad80e5ed436","resourceInvariantUUID":"079ebe93-e85f-48e6-9605-c7bc7f830df4","resourceCustomizationUUID":"3b880982-05ce-4dcb-a54a-e3cc2adbd22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml","artifactChecksum":"NzJmMGNjNWUxYzk3MzUxMTQwMjJmYzk4M2Y4NGI5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b13705f3-3463-4854-b0be-45ca5e19089f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar","artifactChecksum":"NDQ4NjM0MmRkYmIzNjQwYjZkNjhkMzZlNGZkNWI5OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376b0b40-0482-4928-8d2e-3c8e982930aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b9b4ab4-6f07-4cc8-ae3d-d1e2c8c2976f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml","artifactChecksum":"YTM3ZTM4MWZkMmI1MWM2YjFiYTdmOWQ3MzVlNGMxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ed5dcbc-e0a7-4f8a-a36c-21296a7dbacf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"899c7e89-949a-4317-8a8b-3ba05d72d282","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13fe7942-aeba-405e-99ae-c934737775d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml","artifactChecksum":"OGNhNDljOWE2Yzc5NTdhNDQ1OWFmNWExYzMxZTk1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c7c6720-d0a4-4163-878d-ff0027cdff9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar","artifactChecksum":"ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57f6d7fd-594d-4c53-8d7e-f75054ef54a9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:50:05.932Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:05.933Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:05.933Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:05.933Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:06.933Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:06.934Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:06.934Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:06.934Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:07.935Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:07.935Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:07.936Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:07.936Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:08.936Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:08.937Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:08.937Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:08.937Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:09.937Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:09.938Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:09.938Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:09.938Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:10.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:10.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:10.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:10.939Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:11.940Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:11.940Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:11.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:11.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:12.941Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:12.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:12.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:12.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:13.942Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "serviceName": "Demo_pNF_VkwZ1IMxrFDFu9LzByIb",
  "serviceVersion": "1.0",
  "serviceUUID": "70141569-12fb-43d3-b400-bca3e34449f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923cfa47-e90b-48b7-9799-550bcfb287f8",
  "resources": [
    {
      "resourceInstanceName": "pNF db00e4da-dc03 0",
      "resourceCustomizationUUID": "3b880982-05ce-4dcb-a54a-e3cc2adbd22c",
      "resourceName": "pNF db00e4da-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "26f501bd-594f-4e6b-b0b0-cad80e5ed436",
      "resourceInvariantUUID": "079ebe93-e85f-48e6-9605-c7bc7f830df4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
      "artifactChecksum": "ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "57f6d7fd-594d-4c53-8d7e-f75054ef54a9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:50:13.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:50:13.943Z|766f8b52-dc75-4c8f-ad73-ec28204d491e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70141569-12fb-43d3-b400-bca3e34449f7 ASDC
2023-03-26T13:50:13.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:714d5c25-7f69-4080-9d25-cd072657e186
ServiceName:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
ServiceVersion:1.0
ServiceUUID:70141569-12fb-43d3-b400-bca3e34449f7
ServiceInvariantUUID:923cfa47-e90b-48b7-9799-550bcfb287f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
ArtifactUUID:57f6d7fd-594d-4c53-8d7e-f75054ef54a9
ArtifactChecksum:ZTJjNmJjMmMzYTNiMzg4MDE2NzUwNzVjOWFkZjYzNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db00e4da-dc03 0
ResourceCustomizationUUID:3b880982-05ce-4dcb-a54a-e3cc2adbd22c
ResourceInvariantUUID:079ebe93-e85f-48e6-9605-c7bc7f830df4
ResourceName:pNF db00e4da-dc03
ResourceType:PNF
ResourceUUID:26f501bd-594f-4e6b-b0b0-cad80e5ed436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:50:13.944Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70141569-12fb-43d3-b400-bca3e34449f7 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-26T13:50:14.003Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:50:14.004Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:50:14.004Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:50:14.004Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 from URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:14.004Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:50:14.004Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:14.365Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T13:50:14.367Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 88019
2023-03-26T13:50:14.367Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:50:14.368Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:14.368Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:50:14.368Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:14.368Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:14.368Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838614367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:15.369Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:50:15.369Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:50:15.370Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9, URL: /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar to file: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:15.370Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:15.370Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:15.371Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:15.457Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16525579918669029634/Definitions/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml
2023-03-26T13:50:16.072Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db00e4da-dc03 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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|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-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:50:16.073Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Node template pNF db00e4da-dc03 0 is matching search criteria
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF db00e4da-dc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_VkwZ1IMxrFDFu9LzByIb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-26T13:50:16.074Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VkwZ1IMxrFDFu9LzByIb
Description:catalog service description
Model UUID:70141569-12fb-43d3-b400-bca3e34449f7
Model Version:NULL
Model InvariantUuid:923cfa47-e90b-48b7-9799-550bcfb287f8
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-26T13:50:16.110Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||ERROR|500||Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists
2023-03-26T13:50:16.110Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:50:16.110Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists)
2023-03-26T13:50:16.110Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:50:16.110Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:16.110Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:16.110Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838616110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:17.111Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar ASDC sendASDCNotification
2023-03-26T13:50:17.111Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar(Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists)
2023-03-26T13:50:17.111Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:50:17.111Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:17.111Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:17.111Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838617111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:18.113Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:50:18.141Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:50:18.145Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:50:18.145Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:50:18.145Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:50:18.145Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:50:18.145Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:50:18.145Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:50:18.145Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:50:18.145Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:50:18.146Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T13:50:18.161Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:50:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.661Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838528161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.662Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838529215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c9b1fb42-c6a9-48db-8a6b-82c5418c7e3a already exists"
}
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838530217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b76b266-736f-4d76-b3f2-3f6713d3648d already exists"
}
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a13afc-1931-4ac1-82dc-ae73d7d0d78a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838561463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/resourceInstances/pnfc9375d0d2cbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838570876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:50:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838572660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c739ca3d-6315-4b56-8790-22957511984c already exists"
}
2023-03-26T13:50:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:50:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838573662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kqembgjua2od4ii3f4j/1.0/artifacts/service-DemoPnf9kqembgjua2od4ii3f4j-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7845d81d-9e79-4c8b-b990-120fce1595b9 already exists"
}
2023-03-26T13:50:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:50:48.161Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714d5c25-7f69-4080-9d25-cd072657e186 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-26T13:50:48.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714d5c25-7f69-4080-9d25-cd072657e186 and serviceModelVersionId: 70141569-12fb-43d3-b400-bca3e34449f7
2023-03-26T13:50:48.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923cfa47-e90b-48b7-9799-550bcfb287f8
2023-03-26T13:50:48.172Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0
2023-03-26T13:50:48.176Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:50:48.190Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||Invoke
2023-03-26T13:50:48.190Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[576bc534-9e3e-43e2-a9ab-7c0ee51cc948], X-ECOMP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], X-TransactionId=[], X-ONAP-RequestID=[714d5c25-7f69-4080-9d25-cd072657e186], Content-Type=[application/merge-patch+json]}
2023-03-26T13:50:48.198Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:50:48.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?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/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:50:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[278688], x-aai-txid=[2-aai-resources-230326-13:50:47:876-92666], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:50:48.329Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:50:48.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/923cfa47-e90b-48b7-9799-550bcfb287f8/model-vers/model-ver/70141569-12fb-43d3-b400-bca3e34449f7?depth=0|INFO|500||InvokeReturn
2023-03-26T13:50:48.330Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:50:48.330Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T13:50:48.339Z|714d5c25-7f69-4080-9d25-cd072657e186|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-26T13:50:48.339Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714d5c25-7f69-4080-9d25-cd072657e186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:50:48.339Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:50:48.339Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:48.339Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:48.339Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838648339,
  "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-26T13:50:49.373Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:50:49.374Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"47a93804-5eb3-48ba-b6d6-4f9485bed467","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"580d5491-56cd-452a-9807-900eb944bf8f","serviceDescription":"service","serviceInvariantUUID":"85632d1d-8828-4fdc-bef2-b8fbf32bce46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40221ad9-0338-42d9-8be1-96ff349cc697","resourceInvariantUUID":"22558237-f225-45a3-917d-afc79a004a89","resourceCustomizationUUID":"e1b69814-48a4-4a79-af2e-265f4a447a45","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":"Y2U0MDZlZGZiMzRhNmQ2NDNlZGE2MDU4ODZkOTg5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f2e479-8217-46f8-b25e-1c1738536a10","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":"MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb1be2e4-9866-4896-8759-a2f2f7c3e12a","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":"185e143e-582d-4406-8f0f-42d48b6dcaff","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":"de8f2b56-cecf-4ebb-80ec-e94158ce4d49","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":"ca652e1f-649a-481d-9228-d865e9e756c0","artifactVersion":"2","generatedFromUUID":"50921173-c5ef-499b-aa63-6643a1dd79a7"},{"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":"2847e51f-2094-49e6-8876-0fd3dcb09d2d","artifactVersion":"2","generatedFromUUID":"185e143e-582d-4406-8f0f-42d48b6dcaff"},{"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":"50921173-c5ef-499b-aa63-6643a1dd79a7","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":"935b9981-be91-4d42-8b4f-31480b8158eb","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":"OWVkMmQyYzM4MWZkMWY1NzA4MmUzNzYwMDBjNDk0ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d08045f-2fd8-4ef0-ab59-1a6f23ed11c8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa07c5c3-2ffe-40b3-b220-79599915906e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:50:49.374Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:49.374Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:49.374Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:49.374Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:50.375Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:50.376Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:50.376Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:50.376Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:51.377Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:51.378Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:51.378Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:51.378Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:52.379Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:52.379Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:52.379Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:52.379Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:53.380Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:53.380Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:53.380Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:53.381Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:54.381Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:54.382Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:54.382Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:54.382Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:55.383Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:55.383Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:55.383Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:55.384Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:56.385Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:56.385Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:56.385Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:56.385Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:57.386Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:57.386Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:57.387Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:57.387Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:50:58.388Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:50:58.388Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:58.388Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:58.388Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:50:59.389Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "580d5491-56cd-452a-9807-900eb944bf8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "85632d1d-8828-4fdc-bef2-b8fbf32bce46",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1b69814-48a4-4a79-af2e-265f4a447a45",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40221ad9-0338-42d9-8be1-96ff349cc697",
      "resourceInvariantUUID": "22558237-f225-45a3-917d-afc79a004a89",
      "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": "MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb1be2e4-9866-4896-8759-a2f2f7c3e12a",
          "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": "185e143e-582d-4406-8f0f-42d48b6dcaff",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
            "generatedFromUUID": "185e143e-582d-4406-8f0f-42d48b6dcaff"
          },
          "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": "ca652e1f-649a-481d-9228-d865e9e756c0",
          "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": "2847e51f-2094-49e6-8876-0fd3dcb09d2d",
          "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": "50921173-c5ef-499b-aa63-6643a1dd79a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa07c5c3-2ffe-40b3-b220-79599915906e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:50:59.390Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:50:59.391Z|714d5c25-7f69-4080-9d25-cd072657e186|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 580d5491-56cd-452a-9807-900eb944bf8f ASDC
2023-03-26T13:50:59.391Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:47a93804-5eb3-48ba-b6d6-4f9485bed467
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:580d5491-56cd-452a-9807-900eb944bf8f
ServiceInvariantUUID:85632d1d-8828-4fdc-bef2-b8fbf32bce46
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:fa07c5c3-2ffe-40b3-b220-79599915906e
ArtifactChecksum:YTMwNGNhYjVlNmY2N2Q4YjVlMDhlMmQ3MWQ0OGFlNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1b69814-48a4-4a79-af2e-265f4a447a45
ResourceInvariantUUID:22558237-f225-45a3-917d-afc79a004a89
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:40221ad9-0338-42d9-8be1-96ff349cc697
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:eb1be2e4-9866-4896-8759-a2f2f7c3e12a
ArtifactChecksum:MjVlODY0ZjMxNGFlYzIyYzhjNTJlNDQ5ODdiY2M2NWE=
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:185e143e-582d-4406-8f0f-42d48b6dcaff
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:ca652e1f-649a-481d-9228-d865e9e756c0
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:2847e51f-2094-49e6-8876-0fd3dcb09d2d
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:50921173-c5ef-499b-aa63-6643a1dd79a7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:50:59.391Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 580d5491-56cd-452a-9807-900eb944bf8f 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-26T13:50:59.439Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:50:59.439Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:50:59.440Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:50:59.440Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-26T13:50:59.440Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:50:59.440Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:50:59.784Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-26T13:50:59.789Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa07c5c3-2ffe-40b3-b220-79599915906e 163274
2023-03-26T13:50:59.790Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:50:59.790Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:50:59.790Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-26T13:50:59.790Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:50:59.790Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:50:59.790Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838659790,
  "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-26T13:51:00.792Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:51:00.792Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:51:00.792Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fa07c5c3-2ffe-40b3-b220-79599915906e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:51:00.794Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-26T13:51:00.795Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:51:00.795Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:51:00.875Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18316271164752112922/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-26T13:51:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-26T13:51:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:51:01.817Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.818Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.819Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:51:01.820Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:51:01.821Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.821Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:51:01.821Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:51:01.821Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.821Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:51:01.821Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:51:01.821Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.822Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-26T13:51:01.822Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-26T13:51:01.822Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.822Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-26T13:51:01.822Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-26T13:51:01.822Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0b095b7a-6b6b-4a81-9401-a2de6dac95ec
2023-03-26T13:51:01.822Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-26T13:51:01.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.823Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:580d5491-56cd-452a-9807-900eb944bf8f
Model Version:NULL
Model InvariantUuid:85632d1d-8828-4fdc-bef2-b8fbf32bce46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bbefefbd-2a1a-426f-a4ff-ac30fc3c5819
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22558237-f225-45a3-917d-afc79a004a89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b69814-48a4-4a79-af2e-265f4a447a45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ace844f-f573-462b-bb77-529fa3e32d9d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:30a82e67-0c63-44fe-8f7c-d082ca97a83a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:82044689-a0aa-4ddd-9e8d-d07ae81f9692
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f27de214-3a6e-4180-a4e5-96c175da89e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b095b7a-6b6b-4a81-9401-a2de6dac95ec
ModelInvariantUuid:a000e2cc-2d16-4f16-8396-f4123a40b7a4
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2a264783-9766-4aac-b258-0566c1e809f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:940cf851-f7bd-4a55-afd8-258555314d99
ModelInvariantUuid:1898c617-26c7-4ab3-ac58-2ad5c57ba57f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06cc3d44-0adf-415a-a6ae-e91bda0242f2
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-26T13:51:01.871Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||ERROR|500||Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists
2023-03-26T13:51:01.871Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:01.871Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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: fa07c5c3-2ffe-40b3-b220-79599915906e already exists)
2023-03-26T13:51:01.871Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:51:01.871Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:01.871Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:01.871Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838661871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:51:02.872Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:02.872Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists)
2023-03-26T13:51:02.872Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:51:02.872Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:02.872Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:02.872Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838662872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:51:03.873Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:51:03.895Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:51:03.898Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:51:03.899Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:51:03.899Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:51:03.899Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:51:03.899Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:51:03.899Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:51:03.899Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:51:03.899Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:51:03.899Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:03.909Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:51:33.910Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 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-26T13:51:33.923Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a93804-5eb3-48ba-b6d6-4f9485bed467 and serviceModelVersionId: 580d5491-56cd-452a-9807-900eb944bf8f
2023-03-26T13:51:33.923Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85632d1d-8828-4fdc-bef2-b8fbf32bce46
2023-03-26T13:51:33.923Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0
2023-03-26T13:51:33.930Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:51:33.948Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?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-26T13:51:33.948Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||Invoke
2023-03-26T13:51:33.956Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:51:34.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0|INFO|500||InvokeReturn
2023-03-26T13:51:34.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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/85632d1d-8828-4fdc-bef2-b8fbf32bce46/model-vers/model-ver/580d5491-56cd-452a-9807-900eb944bf8f?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:51:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[229512], x-aai-txid=[0-aai-resources-230326-13:51:33:636-82986], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:51:34.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:51:34.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:51:34.105Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:34.111Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|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-26T13:51:34.112Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a93804-5eb3-48ba-b6d6-4f9485bed467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:51:34.112Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:51:34.112Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:34.112Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:34.112Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838694112,
  "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-26T13:51:35.139Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:51:35.140Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"9636ee2a-cab0-4224-b283-f59cf68f57f6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8fb0891b-e4e9-4be3-a231-e17add11d596","serviceDescription":"service","serviceInvariantUUID":"ee4a4073-651d-4e5a-957d-5adc019dd745","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35470b06-ab91-49c5-bdb6-b38cd5a3e257","resourceInvariantUUID":"601fbace-2d49-482c-81e4-2d5a1884fa0a","resourceCustomizationUUID":"9dae41bd-726b-4d33-a113-a122eced9c61","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":"ZDUwZWM1OWNkOTUzMmEwY2JiNTRhMjhiODIxODY4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0fc460-72e0-4b67-9b5f-4fc474f9f232","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":"YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235c8ecd-30f1-451f-9ff7-1f80e8b4bc75","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":"b7de7c7a-8dad-4f74-afd5-399552205724","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":"fd23c148-7171-428f-8d25-f86a79cc2b44","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":"f78c6317-95dc-42e0-b4e4-40e715260692","artifactVersion":"2","generatedFromUUID":"b7de7c7a-8dad-4f74-afd5-399552205724"},{"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":"ZDMyZjQ4NzQxMGEzY2NhZjkzYTI3ODE3ZTE1ZTUyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13c90bdb-bfdf-4903-9456-bdb5ff0c6538","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":"MGIxOTgwNGExNDk5ZWRjNGZlMzlkM2E5YTQ4Y2Q2YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340e41c5-e4f0-407d-962d-c199b62bd19a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"201a6638-dddf-46c3-94c2-6487ab8f4648","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:51:35.140Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:51:35.140Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:35.140Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:35.140Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:51:36.141Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:51:36.142Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:36.142Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:36.142Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:51:37.143Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:51:37.143Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:37.143Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:37.143Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:51:38.144Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:51:38.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:38.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:38.145Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:51:39.146Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:51:39.146Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:39.146Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:39.146Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:51:40.147Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:51:40.147Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:40.147Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:40.147Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:51:41.147Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:51:41.148Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:41.148Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:41.148Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:51:42.149Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:51:42.149Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:42.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:42.150Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:51:43.151Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8fb0891b-e4e9-4be3-a231-e17add11d596",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee4a4073-651d-4e5a-957d-5adc019dd745",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9dae41bd-726b-4d33-a113-a122eced9c61",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35470b06-ab91-49c5-bdb6-b38cd5a3e257",
      "resourceInvariantUUID": "601fbace-2d49-482c-81e4-2d5a1884fa0a",
      "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": "YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235c8ecd-30f1-451f-9ff7-1f80e8b4bc75",
          "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": "b7de7c7a-8dad-4f74-afd5-399552205724",
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
            "generatedFromUUID": "b7de7c7a-8dad-4f74-afd5-399552205724"
          },
          "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": "f78c6317-95dc-42e0-b4e4-40e715260692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "201a6638-dddf-46c3-94c2-6487ab8f4648"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:51:43.151Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:51:43.151Z|47a93804-5eb3-48ba-b6d6-4f9485bed467|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb0891b-e4e9-4be3-a231-e17add11d596 ASDC
2023-03-26T13:51:43.151Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9636ee2a-cab0-4224-b283-f59cf68f57f6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8fb0891b-e4e9-4be3-a231-e17add11d596
ServiceInvariantUUID:ee4a4073-651d-4e5a-957d-5adc019dd745
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:201a6638-dddf-46c3-94c2-6487ab8f4648
ArtifactChecksum:ODkzODJhOTlkMjhhNGRjM2JhYWRjYjA2NzAxOWY0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9dae41bd-726b-4d33-a113-a122eced9c61
ResourceInvariantUUID:601fbace-2d49-482c-81e4-2d5a1884fa0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:35470b06-ab91-49c5-bdb6-b38cd5a3e257
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:235c8ecd-30f1-451f-9ff7-1f80e8b4bc75
ArtifactChecksum:YjFjZDU1OTI2ZGQxYjg1MTk5MDg0YmY1MjQxYjAzOTk=
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:b7de7c7a-8dad-4f74-afd5-399552205724
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:f78c6317-95dc-42e0-b4e4-40e715260692
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:f78c6317-95dc-42e0-b4e4-40e715260692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-26T13:51:43.152Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb0891b-e4e9-4be3-a231-e17add11d596 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-26T13:51:43.196Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:51:43.197Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:51:43.197Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:51:43.197Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-26T13:51:43.197Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:51:43.197Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:51:43.221Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T13:51:43.221Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@27c13104
2023-03-26T13:51:43.221Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:51:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:51:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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 201a6638-dddf-46c3-94c2-6487ab8f4648 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:51:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:51:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:51:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:51:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:43.222Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838703222,
  "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-26T13:51:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:51:43.660Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: cached metadata has changed from (version188: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version189: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-26T13:51:43.677Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:51:43.677Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:51:43.683Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=118, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:51:43.684Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 118: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-26T13:51:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=118, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:51:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:51:43.713Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:51:43.729Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:51:43.729Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:51:43.729Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:51:43.730Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4254, 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-26T13:51:43.730Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:51:43.730Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:51:44.223Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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:201a6638-dddf-46c3-94c2-6487ab8f4648)
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-26T13:51:44.269Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||ERROR|500||Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists
2023-03-26T13:51:44.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:51:44.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists)
2023-03-26T13:51:44.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:51:44.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:44.270Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:44.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838704269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:51:44.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "766f8b52-dc75-4c8f-ad73-ec28204d491e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838604903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:51:44.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/resourceInstances/pnfdb00e4dadc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838614367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838616110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 57f6d7fd-594d-4c53-8d7e-f75054ef54a9 already exists"
}
2023-03-26T13:51:44.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838617111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVkwz1imxrfdfu9lzbyib/1.0/artifacts/service-DemoPnfVkwz1imxrfdfu9lzbyib-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 26f501bd-594f-4e6b-b0b0-cad80e5ed436 already exists"
}
2023-03-26T13:51:44.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "714d5c25-7f69-4080-9d25-cd072657e186",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838648339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838659790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838661871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fa07c5c3-2ffe-40b3-b220-79599915906e already exists"
}
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838662872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 40221ad9-0338-42d9-8be1-96ff349cc697 already exists"
}
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "47a93804-5eb3-48ba-b6d6-4f9485bed467",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838694112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:51:44.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:51:44.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:51:44.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838703222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:51:44.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:44.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:51:44.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838704269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 201a6638-dddf-46c3-94c2-6487ab8f4648 already exists"
}
2023-03-26T13:51:44.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:51:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:51:45.271Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists)
2023-03-26T13:51:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:51:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:51:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:51:45.272Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838705271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:51:46.273Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:51:46.298Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:51:46.302Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:51:46.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:51:46.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:51:46.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:51:46.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:51:46.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:51:46.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:51:46.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:51:46.303Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:51:46.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:52:16.315Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 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-26T13:52:16.335Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9636ee2a-cab0-4224-b283-f59cf68f57f6 and serviceModelVersionId: 8fb0891b-e4e9-4be3-a231-e17add11d596
2023-03-26T13:52:16.336Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee4a4073-651d-4e5a-957d-5adc019dd745
2023-03-26T13:52:16.336Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0
2023-03-26T13:52:16.342Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:52:16.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||Invoke
2023-03-26T13:52:16.353Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89d7e349-a186-46d8-87b6-f59096445249], X-ECOMP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], X-TransactionId=[], X-ONAP-RequestID=[9636ee2a-cab0-4224-b283-f59cf68f57f6], Content-Type=[application/merge-patch+json]}
2023-03-26T13:52:16.359Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:52:16.501Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?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/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:52:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[217136], x-aai-txid=[1-aai-resources-230326-13:52:16:037-91284], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:52:16.502Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:52:16.502Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee4a4073-651d-4e5a-957d-5adc019dd745/model-vers/model-ver/8fb0891b-e4e9-4be3-a231-e17add11d596?depth=0|INFO|500||InvokeReturn
2023-03-26T13:52:16.502Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:52:16.502Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:52:16.508Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|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-26T13:52:16.508Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9636ee2a-cab0-4224-b283-f59cf68f57f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:52:16.508Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:52:16.508Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:16.509Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:16.509Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838736508,
  "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-26T13:52:17.540Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:52:17.540Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"55e92b6e-ccb5-4c73-9612-05222fbacc34","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fbb28378-1464-4cb3-9f59-af4b0e051fa7","serviceDescription":"service","serviceInvariantUUID":"df0b8546-17c9-4dcc-b68e-53673778ba36","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f78e478-d778-4e04-9d3c-448a8119208f","resourceInvariantUUID":"114e8960-710d-4164-801f-4c8a2b0a62ec","resourceCustomizationUUID":"70739e44-53be-4a33-8a2c-21692bd560f7","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":"Y2IyYjdjYzc3YWE2ZDAxMjBmZDJlOWZjNzhjNGFiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce002ad1-5788-4b44-99a8-c1cd52ad6731","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":"d2b48bda-70a1-4c2f-a690-77d7df98d2dc","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":"8994004f-4f43-4cf0-9bb1-6c87c47f1ce2","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":"NmIzYWRjNGVlNjk1MzBhYmVhN2U0MDI3NThkMWEzZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bfd6cece-b37e-4166-a261-a86a6f0f257d","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":"8e754151-07dd-4228-9cf4-fc8896b77ec8","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":"b874d101-5937-4340-b221-41589bfb4192","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":"c2ffb444-ef49-4c14-856a-c42146e8adf6","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":"NGZiZDNlMDdhYjllZjllMmFhNjU2Y2NmNmI5YjI4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"622389ce-68df-4442-9182-c376915767dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4049ebcf-09de-471c-9225-779119432cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:52:17.540Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:17.541Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:17.541Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:17.541Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:52:18.541Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:18.542Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:18.542Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:18.542Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:52:19.543Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:19.543Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:19.543Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:19.543Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:52:20.544Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:20.544Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:20.544Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:20.544Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:52:21.545Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:21.545Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:21.545Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:21.545Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:52:22.546Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:22.546Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:22.546Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:22.546Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:52:23.547Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:23.547Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:23.547Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:23.548Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:52:24.548Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:24.549Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:24.549Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:24.549Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:52:25.550Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:52:25.550Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:25.550Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:25.550Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:52:26.551Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb28378-1464-4cb3-9f59-af4b0e051fa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0b8546-17c9-4dcc-b68e-53673778ba36",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "70739e44-53be-4a33-8a2c-21692bd560f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6f78e478-d778-4e04-9d3c-448a8119208f",
      "resourceInvariantUUID": "114e8960-710d-4164-801f-4c8a2b0a62ec",
      "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": "OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4049ebcf-09de-471c-9225-779119432cf4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:52:26.551Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:52:26.552Z|9636ee2a-cab0-4224-b283-f59cf68f57f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbb28378-1464-4cb3-9f59-af4b0e051fa7 ASDC
2023-03-26T13:52:26.552Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:55e92b6e-ccb5-4c73-9612-05222fbacc34
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fbb28378-1464-4cb3-9f59-af4b0e051fa7
ServiceInvariantUUID:df0b8546-17c9-4dcc-b68e-53673778ba36
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:4049ebcf-09de-471c-9225-779119432cf4
ArtifactChecksum:OThjZDgzZWFmOGIyYjE2OTBlNjAyNjQ3NmY0N2Q3M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:70739e44-53be-4a33-8a2c-21692bd560f7
ResourceInvariantUUID:114e8960-710d-4164-801f-4c8a2b0a62ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6f78e478-d778-4e04-9d3c-448a8119208f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:52:26.552Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb28378-1464-4cb3-9f59-af4b0e051fa7 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-26T13:52:26.599Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:52:26.600Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:52:26.600Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:52:26.600Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4049ebcf-09de-471c-9225-779119432cf4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:52:26.600Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:52:26.601Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:26.626Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T13:52:26.627Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@530b6afc
2023-03-26T13:52:26.627Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:52:26.627Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:26.627Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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 4049ebcf-09de-471c-9225-779119432cf4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:52:26.628Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:26.628Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:26.628Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:52:26.628Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:26.628Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:26.629Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838746628,
  "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-26T13:52:27.630Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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:4049ebcf-09de-471c-9225-779119432cf4)
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-26T13:52:27.669Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists
2023-03-26T13:52:27.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:27.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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: 4049ebcf-09de-471c-9225-779119432cf4 already exists)
2023-03-26T13:52:27.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:52:27.670Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:27.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:27.671Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838747670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:52:28.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:28.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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: 6f78e478-d778-4e04-9d3c-448a8119208f already exists)
2023-03-26T13:52:28.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:52:28.672Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:28.673Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:28.673Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838748672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:52:29.674Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:52:29.700Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:52:29.703Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:52:29.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:52:29.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:52:29.704Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:52:29.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:52:29.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:52:29.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:52:29.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:52:29.705Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:29.719Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:52:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:52:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838705271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 35470b06-ab91-49c5-bdb6-b38cd5a3e257 already exists"
}
2023-03-26T13:52:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9636ee2a-cab0-4224-b283-f59cf68f57f6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838736508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:52:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:52:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.669Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838746628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838747670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4049ebcf-09de-471c-9225-779119432cf4 already exists"
}
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:52:43.670Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838748672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6f78e478-d778-4e04-9d3c-448a8119208f already exists"
}
2023-03-26T13:52:43.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:52:59.720Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 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-26T13:52:59.731Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e92b6e-ccb5-4c73-9612-05222fbacc34 and serviceModelVersionId: fbb28378-1464-4cb3-9f59-af4b0e051fa7
2023-03-26T13:52:59.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0b8546-17c9-4dcc-b68e-53673778ba36
2023-03-26T13:52:59.732Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0
2023-03-26T13:52:59.739Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:52:59.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||Invoke
2023-03-26T13:52:59.759Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c2ffc17-e53a-4e10-ae6c-6d3204c1279e], X-ECOMP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], X-TransactionId=[], X-ONAP-RequestID=[55e92b6e-ccb5-4c73-9612-05222fbacc34], Content-Type=[application/merge-patch+json]}
2023-03-26T13:52:59.766Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:52:59.888Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?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/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:52:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[299168], x-aai-txid=[1-aai-resources-230326-13:52:59:444-9852], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:52:59.888Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:52:59.888Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df0b8546-17c9-4dcc-b68e-53673778ba36/model-vers/model-ver/fbb28378-1464-4cb3-9f59-af4b0e051fa7?depth=0|INFO|500||InvokeReturn
2023-03-26T13:52:59.889Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:52:59.889Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:59.896Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|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-26T13:52:59.896Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e92b6e-ccb5-4c73-9612-05222fbacc34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:52:59.896Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:52:59.897Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:52:59.897Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:52:59.897Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838779896,
  "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-26T13:53:00.928Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:53:00.928Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"909acd19-6ca0-466d-929e-25d0b6ee56d4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0580ec83-467c-410e-a1e6-18276acc3055","serviceDescription":"service","serviceInvariantUUID":"76d67427-8621-4ac4-be39-39ad2b0b8f5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b0ce618-cc14-49ba-ae46-da21f0122669","resourceInvariantUUID":"e51071ec-6a6f-4f9e-9017-54fd4b8e0688","resourceCustomizationUUID":"2112b576-e657-4dd9-a07e-8a07acb29033","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":"ZWQ5YjIxYWEyYzJkYTQ2OTBkMGQzNGVhZTE2OTM2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcd2e593-90cc-44cd-880b-bcc92035df80","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":"cdf60b5c-4a55-4da2-9c1a-ade37373c240","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":"17b6ac52-1c72-486a-9783-f9659744c08f","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":"NGM3NzVlZWM4MjQ0N2ZiZGFkNTRmNDNhNTQxNTI5Njk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"120b684e-504f-49bb-adf9-c0f616c84bc0","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":"2035fae7-8818-4a02-b36f-a68a66836784","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":"bedde0ea-5844-4a0b-9f0b-a740987340d5","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":"6bcd9530-88d0-48d9-8b66-0970e77f7b10","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":"OGU2ZjFlOGY5MTFhYjU0YTU3YTg2ODgwYjM3YzhmOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a8f0c0a-ec09-4a11-bf39-97a0ac201343","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97b4dfba-0ac6-4322-a691-12c0c2a930a8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:53:00.928Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:00.928Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:00.929Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:00.929Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:01.929Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:01.929Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:01.929Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:01.929Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:02.930Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:02.930Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:02.930Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:02.930Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:03.931Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:03.931Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:03.931Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:03.931Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:04.933Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:04.933Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:04.933Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:04.933Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:05.934Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:05.934Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:05.934Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:05.934Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:06.935Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:06.935Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:06.935Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:06.936Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:07.937Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:07.937Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:07.937Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:07.937Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:08.938Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:08.938Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:08.938Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:08.938Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:53:09.939Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0580ec83-467c-410e-a1e6-18276acc3055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76d67427-8621-4ac4-be39-39ad2b0b8f5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2112b576-e657-4dd9-a07e-8a07acb29033",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7b0ce618-cc14-49ba-ae46-da21f0122669",
      "resourceInvariantUUID": "e51071ec-6a6f-4f9e-9017-54fd4b8e0688",
      "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": "NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97b4dfba-0ac6-4322-a691-12c0c2a930a8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:53:09.939Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:53:09.939Z|55e92b6e-ccb5-4c73-9612-05222fbacc34|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0580ec83-467c-410e-a1e6-18276acc3055 ASDC
2023-03-26T13:53:09.940Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:909acd19-6ca0-466d-929e-25d0b6ee56d4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0580ec83-467c-410e-a1e6-18276acc3055
ServiceInvariantUUID:76d67427-8621-4ac4-be39-39ad2b0b8f5a
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:97b4dfba-0ac6-4322-a691-12c0c2a930a8
ArtifactChecksum:NDVmNmExYzM0NGEyMGQ5ZjdkMTUwMDNjNWIyZTRkNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2112b576-e657-4dd9-a07e-8a07acb29033
ResourceInvariantUUID:e51071ec-6a6f-4f9e-9017-54fd4b8e0688
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7b0ce618-cc14-49ba-ae46-da21f0122669
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:53:09.940Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0580ec83-467c-410e-a1e6-18276acc3055 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-26T13:53:09.987Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:53:09.987Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:53:09.987Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:53:09.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:53:09.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:53:09.988Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:10.016Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T13:53:10.016Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d04bd79
2023-03-26T13:53:10.016Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:53:10.017Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:10.017Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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 97b4dfba-0ac6-4322-a691-12c0c2a930a8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:53:10.017Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:10.017Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:10.017Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:53:10.017Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:10.017Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:10.017Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838790017,
  "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-26T13:53:11.018Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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:97b4dfba-0ac6-4322-a691-12c0c2a930a8)
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-26T13:53:11.067Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||ERROR|500||Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists
2023-03-26T13:53:11.068Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:11.068Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists)
2023-03-26T13:53:11.068Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:53:11.068Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:11.069Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:11.069Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838791068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:53:12.069Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:12.070Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists)
2023-03-26T13:53:12.070Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:53:12.070Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:12.070Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:12.070Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838792069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:53:13.071Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:53:13.097Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:53:13.102Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:53:13.102Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:53:13.102Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:53:13.103Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:53:13.103Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:53:13.103Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:53:13.103Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:53:13.103Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:53:13.103Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:13.117Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:53:43.118Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 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-26T13:53:43.129Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909acd19-6ca0-466d-929e-25d0b6ee56d4 and serviceModelVersionId: 0580ec83-467c-410e-a1e6-18276acc3055
2023-03-26T13:53:43.129Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76d67427-8621-4ac4-be39-39ad2b0b8f5a
2023-03-26T13:53:43.129Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0
2023-03-26T13:53:43.134Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:53:43.150Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||Invoke
2023-03-26T13:53:43.150Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b2840f7-da1f-4df3-a9e2-f7c06958dad1], X-ECOMP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], X-TransactionId=[], X-ONAP-RequestID=[909acd19-6ca0-466d-929e-25d0b6ee56d4], Content-Type=[application/merge-patch+json]}
2023-03-26T13:53:43.158Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-26T13:53:43.310Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?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/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:53:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[278536], x-aai-txid=[2-aai-resources-230326-13:53:42:837-46323], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:53:43.310Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:53:43.310Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/76d67427-8621-4ac4-be39-39ad2b0b8f5a/model-vers/model-ver/0580ec83-467c-410e-a1e6-18276acc3055?depth=0|INFO|500||InvokeReturn
2023-03-26T13:53:43.311Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:53:43.311Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:43.320Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|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-26T13:53:43.320Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909acd19-6ca0-466d-929e-25d0b6ee56d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-26T13:53:43.320Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:53:43.320Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:43.320Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:43.320Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838823320,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:53:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:53:43.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.664Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "55e92b6e-ccb5-4c73-9612-05222fbacc34",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838779896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.666Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838790017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838791068,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 97b4dfba-0ac6-4322-a691-12c0c2a930a8 already exists"
}
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838792069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7b0ce618-cc14-49ba-ae46-da21f0122669 already exists"
}
2023-03-26T13:53:43.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:53:43.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:53:43.668Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "909acd19-6ca0-466d-929e-25d0b6ee56d4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838823320,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-26T13:53:43.668Z||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-26T13:53:44.352Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-26T13:53:44.352Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c0e35ab3-5861-494c-8dd5-28a7685c49c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5ad23e04-6bee-4c80-b92b-d6feb7f725bc","serviceDescription":"service","serviceInvariantUUID":"b72c523a-d765-4f54-88a2-976ee04cdc45","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3","resourceInvariantUUID":"63005385-4cd4-41d1-a07c-a24eeea1b761","resourceCustomizationUUID":"132f6a8e-3921-47a7-af76-d6b633bd4cc9","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":"Y2VkYjgxNTFkNjVmZTk3NmI0NjljZjg0YzAyYmY4OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cde2b1fa-917d-47a1-ac96-57e4271ed4a5","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":"16ce6f9d-aeac-438f-bace-2828e365511f","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":"9d032ef3-3faf-40eb-890d-d84031588349","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":"ZDNhNTg2NWNmMjI0MDM0Njk0OTM0OTliMTYzOWRiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9af5695e-8e07-4892-8d33-051519252b3e","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":"aee29a4a-e142-45dc-b685-2a04c116182c","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":"ea34c25e-daed-434d-a9a6-29d17ae59cfb","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":"1242a56f-df76-40ee-98af-4aeab813431b","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":"MzY4ZWM1ZDEwMjQ2MDY0NjRiNzRmZTZhNjdiNDA5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d589cf91-e5fd-4aa0-b63e-543363fac8f7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e339769-6975-4817-bbe4-8488cfd3d2dd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-26T13:53:44.353Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:44.353Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:44.353Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:44.353Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:45.353Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:45.354Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:45.354Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:45.354Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:46.354Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:46.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:46.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:46.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:47.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:47.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:47.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:47.355Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:48.356Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:48.356Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:48.356Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:48.356Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:49.357Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:49.357Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:49.357Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:49.357Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:50.358Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:50.358Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:50.358Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:50.359Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:51.359Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:51.360Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:51.360Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:51.360Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "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-26T13:53:52.360Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-26T13:53:52.361Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:52.361Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:52.361Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:53:53.361Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5ad23e04-6bee-4c80-b92b-d6feb7f725bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72c523a-d765-4f54-88a2-976ee04cdc45",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "132f6a8e-3921-47a7-af76-d6b633bd4cc9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3",
      "resourceInvariantUUID": "63005385-4cd4-41d1-a07c-a24eeea1b761",
      "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": "ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e339769-6975-4817-bbe4-8488cfd3d2dd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-26T13:53:53.362Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-26T13:53:53.362Z|909acd19-6ca0-466d-929e-25d0b6ee56d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ad23e04-6bee-4c80-b92b-d6feb7f725bc ASDC
2023-03-26T13:53:53.362Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c0e35ab3-5861-494c-8dd5-28a7685c49c1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5ad23e04-6bee-4c80-b92b-d6feb7f725bc
ServiceInvariantUUID:b72c523a-d765-4f54-88a2-976ee04cdc45
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:1e339769-6975-4817-bbe4-8488cfd3d2dd
ArtifactChecksum:ZGQ5N2RjYWU3NmI3ZTJmZjk1YzQ3MmJmZDA2ZWZkYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:132f6a8e-3921-47a7-af76-d6b633bd4cc9
ResourceInvariantUUID:63005385-4cd4-41d1-a07c-a24eeea1b761
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-26T13:53:53.362Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ad23e04-6bee-4c80-b92b-d6feb7f725bc 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-26T13:53:53.408Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-26T13:53:53.409Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:53:53.409Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-26T13:53:53.409Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e339769-6975-4817-bbe4-8488cfd3d2dd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-26T13:53:53.409Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-26T13:53:53.409Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:53:53.428Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-26T13:53:53.428Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5037745e
2023-03-26T13:53:53.428Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-26T13:53:53.428Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:53:53.429Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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 1e339769-6975-4817-bbe4-8488cfd3d2dd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-26T13:53:53.429Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:53:53.429Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:53:53.429Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-26T13:53:53.429Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:53.429Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:53.429Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838833429,
  "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-26T13:53:54.430Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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:1e339769-6975-4817-bbe4-8488cfd3d2dd)
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-26T13:53:54.452Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:53:54.453Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-26T13:53:54.460Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-26T13:53:54.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 test-pnf
2023-03-26T13:53:54.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:53:54.483Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:53:54.484Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 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-26T13:53:54.491Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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$$a2dc62b5.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-26T13:53:54.514Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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$$a2dc62b5.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-26T13:53:54.521Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5fd99cc2-d5f7-4ad8-8258-fe91dc23c5d3 0 ASDC deployResourceStructure
2023-03-26T13:53:54.521Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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$$a2dc62b5.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-26T13:53:54.522Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:53:54.522Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:53:54.522Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-26T13:53:54.523Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:53:54.523Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:53:54.523Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838834522,
  "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-26T13:53:55.524Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:53:55.550Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-26T13:53:55.554Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-26T13:53:55.554Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-26T13:53:55.554Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-26T13:53:55.554Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-26T13:53:55.555Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:53:55.555Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:53:55.555Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-26T13:53:55.555Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-26T13:53:55.555Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:53:55.568Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-26T13:54:25.568Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 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-26T13:54:25.573Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0e35ab3-5861-494c-8dd5-28a7685c49c1 and serviceModelVersionId: 5ad23e04-6bee-4c80-b92b-d6feb7f725bc
2023-03-26T13:54:25.573Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72c523a-d765-4f54-88a2-976ee04cdc45
2023-03-26T13:54:25.573Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0
2023-03-26T13:54:25.579Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-26T13:54:25.593Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?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-26T13:54:25.594Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||Invoke
2023-03-26T13:54:25.606Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-26T13:54:25.745Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0|INFO|500||InvokeReturn
2023-03-26T13:54:25.745Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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/b72c523a-d765-4f54-88a2-976ee04cdc45/model-vers/model-ver/5ad23e04-6bee-4c80-b92b-d6feb7f725bc?depth=0 has http status code:200 and response headers:{date=[Sun, 26 Mar 2023 13:54:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[282632], x-aai-txid=[0-aai-resources-230326-13:54:25:284-63082], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-26T13:54:25.745Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-26T13:54:25.745Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-26T13:54:25.745Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:54:25.749Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|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-26T13:54:25.749Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0e35ab3-5861-494c-8dd5-28a7685c49c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-26T13:54:25.749Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-26T13:54:25.750Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-26T13:54:25.750Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-26T13:54:25.750Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838865749,
  "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-26T13:54:26.786Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:54:26.786Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-26T13:54:26.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 0 disconnected.
2023-03-26T13:54:26.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Cancelled in-flight METADATA request with correlation id 136446 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-26T13:54:26.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 1 disconnected.
2023-03-26T13:54:26.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:26.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:26.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:26.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T13:54:26.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e6e4fc0f-2fb1-4bc8-9c35-7842a7ec16f1
2023-03-26T13:54:26.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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=13, 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-26T13:54:26.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:26.795Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] (Re-)joining group
2023-03-26T13:54:26.887Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Node 2 disconnected.
2023-03-26T13:54:29.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:54:32.343Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:54:35.352Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:54:38.360Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:54:41.369Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-26T13:54:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:54:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:54:43.675Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] (Re-)joining group
2023-03-26T13:54:43.682Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully joined group with generation Generation{generationId=119, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e6e4fc0f-2fb1-4bc8-9c35-7842a7ec16f1', protocol='range'}
2023-03-26T13:54:43.683Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully joined group with generation Generation{generationId=119, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:54:43.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:54:43.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:54:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:54:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:54:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:54:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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 bLS1zqw2RuK692ej6z7Zog
2023-03-26T13:54:43.688Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Finished assignment for group at generation 119: {SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b=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-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e6e4fc0f-2fb1-4bc8-9c35-7842a7ec16f1=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-26T13:54:43.705Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Successfully synced group in generation Generation{generationId=119, memberId='SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4-e6e4fc0f-2fb1-4bc8-9c35-7842a7ec16f1', protocol='range'}
2023-03-26T13:54:43.705Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Successfully synced group in generation Generation{generationId=119, memberId='SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f-23c01ec6-6200-442a-add0-794be91d087b', protocol='range'}
2023-03-26T13:54:43.706Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:54:43.706Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:43.706Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:54:43.706Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:43.711Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:54:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, 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-26T13:54:43.711Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:54:43.711Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 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-26T13:54:43.711Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:54:43.711Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4319, 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-26T13:54:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:54:43.712Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-768d2988-cce7-4001-a5cb-d7938111514f, 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-26T13:54:43.764Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Fetch 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}} is out of range for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0, resetting offset
2023-03-26T13:54:43.770Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c7c8c05-14e1-4d63-9d81-e0c48ba47da4, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=13, 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-26T13:54:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:54:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.727Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:54:44.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.728Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838026693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838833429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838834522,
  "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-26T13:54:44.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:54:44.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-26T13:54:44.730Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0e35ab3-5861-494c-8dd5-28a7685c49c1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679838865749,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-26T13:54:44.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-26T13:55:26.786Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:55:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:56:26.787Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:56:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:57:26.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:57:43.660Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:58:26.788Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:58:43.661Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T13:59:26.790Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T13:59:43.662Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T14:00:26.790Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T14:00:43.663Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T14:01:26.791Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T14:01:43.664Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T14:02:26.792Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T14:02:43.665Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-26T14:03:26.794Z|c0e35ab3-5861-494c-8dd5-28a7685c49c1|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-26T14:03:43.666Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO